docentYT
|
5367cb9940
|
Merge remote-tracking branch 'upstream/master' into utilities-simplification
|
2026-05-05 23:08:43 +02:00 |
|
|
|
5ce03b5bcb
|
Merge pull request #103 from MaSzyna-EU07/revert-100-faster-parser
Revert "Reduce string creations and deletions"
|
2026-05-04 01:24:27 +02:00 |
|
|
|
3a42a8c158
|
Revert "Reduce string creations and deletions"
|
2026-05-04 01:24:11 +02:00 |
|
|
|
e7edf601c2
|
Merge pull request #100 from docentYT/faster-parser
Reduce string creations and deletions
|
2026-05-04 00:03:41 +02:00 |
|
|
|
9081282a47
|
Fix for lowercase python state parameters
|
2026-05-03 22:37:53 +02:00 |
|
docentYT
|
d464628a8e
|
Fix problem with min value bigger than max value in std::clamps
|
2026-05-03 22:18:40 +02:00 |
|
|
|
cb4b6b9a4f
|
Separate electrodynamic and localbrake levers
|
2026-05-03 21:51:16 +02:00 |
|
docentYT
|
13c7317f6e
|
Do not allow implicit cast for inline std::string to_string(bool Value) and change to_string to std::string for non boolean values
|
2026-05-03 15:49:29 +02:00 |
|
docentYT
|
cef6b258a1
|
Reduce string creations and deletions
|
2026-05-02 22:17:20 +02:00 |
|
docentYT
|
1e8b3d554a
|
Add missing include
|
2026-05-02 19:49:09 +02:00 |
|
docentYT
|
59347af5a0
|
Replace some std::min and std::max combinations with std::clamp
|
2026-05-02 19:38:14 +02:00 |
|
docentYT
|
aaf0352ff6
|
Remove not needed import
|
2026-05-02 14:54:40 +02:00 |
|
docentYT
|
7081dab3c2
|
Replace RadToDeg and DegToRad with glm::degrees and glm::radians
|
2026-05-02 14:51:13 +02:00 |
|
docentYT
|
ca699d117f
|
Remove not needed includes
|
2026-05-02 14:40:31 +02:00 |
|
docentYT
|
b734cbcd51
|
Refactor smoothInterpolate
|
2026-05-02 01:37:22 +02:00 |
|
docentYT
|
3628eb0fc3
|
Replace interpolate with std::lerp and glm::mix
|
2026-05-02 01:31:38 +02:00 |
|
docentYT
|
362338ee5e
|
Refactor min_speed
|
2026-05-02 00:43:02 +02:00 |
|
docentYT
|
28baad8c5b
|
Refactor clamp_power_of_two
|
2026-05-02 00:35:50 +02:00 |
|
docentYT
|
76844e33e7
|
Refactor clamp_circular
|
2026-05-02 00:07:06 +02:00 |
|
|
|
bae20a69e8
|
Bring back old simulator console as ini option showsystemconsole
|
2026-05-01 23:51:57 +02:00 |
|
|
|
da67acc993
|
Potential fix for hanging python threads
|
2026-05-01 23:35:35 +02:00 |
|
docentYT
|
d1f16411a1
|
Replace clamp with std::clamp
|
2026-05-01 22:14:29 +02:00 |
|
docentYT
|
1bdd000443
|
is_equal more precise type and code cleanup
|
2026-05-01 18:56:24 +02:00 |
|
docentYT
|
2d1616af60
|
SafeDelete template type set to pointer
|
2026-05-01 18:47:52 +02:00 |
|
docentYT
|
0c19bd4507
|
return empty string_view in substr_path if no '/' was found
|
2026-05-01 18:38:28 +02:00 |
|
docentYT
|
0e6950a386
|
Replace count_trailing_zeros with std::countr_zero
|
2026-05-01 17:43:43 +02:00 |
|
|
|
302eed9403
|
Merge branch 'master' of https://github.com/MaSzyna-EU07/maszyna
|
2026-05-01 17:31:34 +02:00 |
|
docentYT
|
ec1dfae953
|
Replace starts_with and ends_with with string class methods
|
2026-05-01 17:31:11 +02:00 |
|
|
|
ff258e3d3c
|
Sanitize NaN/Inf in env cubemap and tonemap to stop one-frame black flashes
|
2026-05-01 17:20:43 +02:00 |
|
docentYT
|
9c27b54960
|
Simplify len_common_prefix
|
2026-05-01 13:57:33 +02:00 |
|
docentYT
|
664c340d84
|
substr_path refactor
|
2026-05-01 13:45:57 +02:00 |
|
docentYT
|
5f117832fb
|
slashes functions refactor
|
2026-05-01 13:44:23 +02:00 |
|
docentYT
|
bd21b8f49c
|
Replace string_starts_with and string_ends_with with string::starts_with and string::ends_with
|
2026-05-01 13:33:32 +02:00 |
|
docentYT
|
614a7f51a5
|
Refactor LocalRandom()
|
2026-05-01 13:17:05 +02:00 |
|
docentYT
|
e1d8c08915
|
Remove not needed to_string overloads and refactor existing one
|
2026-05-01 13:15:33 +02:00 |
|
docentYT
|
b59ccb6de5
|
Better Split implementation and remove of unused overloads
|
2026-05-01 01:55:46 +02:00 |
|
docentYT
|
350123fb9e
|
Replace ExchangeCharInString with std::ranges::replace
|
2026-05-01 00:43:22 +02:00 |
|
docentYT
|
2faf3293b1
|
Remove not used DUE and DWE
|
2026-05-01 00:28:35 +02:00 |
|
docentYT
|
ee3af0bf18
|
Change RandomInt to Random overload and reuse global random engine.
|
2026-05-01 00:25:16 +02:00 |
|
docentYT
|
937d1b2f2a
|
Replace fancy Random function with std::uniform_real_distribution
|
2026-05-01 00:11:55 +02:00 |
|
docentYT
|
31026bca89
|
Replace Now() implementation with more modern std::chrono
|
2026-05-01 00:03:12 +02:00 |
|
docentYT
|
337e750ed1
|
Replace Max0R and Min0R with std::max and std::min
|
2026-04-30 23:47:32 +02:00 |
|
|
|
7acc34df3e
|
Merge pull request #97 from docentYT/migrate-from-dumb3d-to-glm
Migrate from dumb3d to glm
|
2026-04-28 19:46:46 +02:00 |
|
docentYT
|
ca839652bf
|
Use the sq function to force constexpr expressions for numeric literals and enhance readability
|
2026-04-28 13:23:14 +02:00 |
|
docentYT
|
6be1b0886d
|
Remove sad workaround
|
2026-04-28 01:23:53 +02:00 |
|
docentYT
|
623c4f827e
|
Remove not needed casts, variables and switch from double precission to float precission for some angle vectors
|
2026-04-28 00:51:17 +02:00 |
|
docentYT
|
cba106e22e
|
Use glm::length2 instead of glm::length where possible
|
2026-04-27 23:27:08 +02:00 |
|
docentYT
|
7d561f8443
|
use glm::length2 instead of glm::dot for squared length
|
2026-04-27 23:13:12 +02:00 |
|
docentYT
|
d5d1825e38
|
Remove dumb3d
|
2026-04-27 23:03:47 +02:00 |
|
docentYT
|
0fcdf98392
|
more glm instead of Math3D in vehicle
|
2026-04-27 21:57:13 +02:00 |
|