sukibaby
|
a6a60e2e56
|
Remove std prefix from int types
std::int* -> int*
|
2024-10-08 20:52:52 -07:00 |
|
sukibaby
|
659cd549a2
|
Remove std prefix from uint types
std::uint* -> uint*
|
2024-10-05 19:25:41 -07:00 |
|
sukibaby
|
6a2de50101
|
Remove RadianToDegree macro from ModelTypes
We can remove two macros from RageMath which are only used in a single place.
|
2024-08-07 00:58:18 -07:00 |
|
sukibaby
|
a1c316cfc7
|
Initialize variables in ModelTypes
|
2024-08-07 00:52:04 -07:00 |
|
Rafał Florczak
|
f7f88f9544
|
Guard against signedness of chars and wchars on different targets
|
2024-05-30 17:38:47 -07:00 |
|
Martin Natano
|
bacecae1f7
|
Decouple <vector>
|
2023-04-21 22:13:41 +02:00 |
|
Martin Natano
|
aa87f85eef
|
Decouple <cstdint>
|
2023-04-21 22:13:41 +02:00 |
|
Michael Sundqvist
|
0cba3579de
|
Remove global "using namespace std;" declarations, use "std::" prefixes on all std elements
Fix whitespace changes
|
2022-07-31 22:14:38 +02:00 |
|
Jason Felds
|
a085d0d1da
|
Line endings...be normalized!
|
2011-03-17 01:47:30 -04:00 |
|
Jason Felds
|
c5fda59080
|
More warning reductions, even if not noticed.
We're in the lower 40Ks now with Effective C++
Violations being checked.
|
2011-03-14 12:15:33 -04:00 |
|
AJ Kelly
|
3e51544930
|
Initial commit.
|
2010-01-26 21:00:30 -06:00 |
|
Devin J. Pohly
|
80057f53cd
|
smsvn -> ssc-hg glue: rearrange directory structure
|
2013-06-10 15:38:43 -04:00 |
|