| .. |
|
basics.h
|
- some angle cleanup
|
2023-08-12 10:10:27 +02:00 |
|
cmdlib.cpp
|
fixed: for deleting files and folders on Windows we have to call the Unicode variants of these functions.
|
2024-05-01 09:50:19 +02:00 |
|
cmdlib.h
|
fixed: for deleting files and folders on Windows we have to call the Unicode variants of these functions.
|
2024-05-01 09:50:19 +02:00 |
|
colormatcher.h
|
- whitespace cleanup, updated from Raze.
|
2022-01-02 12:23:42 +01:00 |
|
configfile.cpp
|
add GetChars() accessors to many FString uses where const char* is wanted.
|
2023-10-03 14:27:39 +02:00 |
|
configfile.h
|
backend update from Raze.
|
2023-10-09 18:45:30 +02:00 |
|
engineerrors.cpp
|
GCC-13 support, when precompiled headers are off
|
2024-02-05 17:40:37 +01:00 |
|
engineerrors.h
|
- file system error management refactoring.
|
2023-08-22 21:49:54 +02:00 |
|
filereadermusicinterface.h
|
Backend update from Raze.
|
2023-10-07 18:42:24 +02:00 |
|
findfile.cpp
|
moved a few things out of the common code that should be defined privately.
|
2024-02-04 13:54:25 +01:00 |
|
findfile.h
|
- use std::vector<std::string> to pass the file list to InitMultipleFiles
|
2023-08-22 22:54:52 +02:00 |
|
floatrect.h
|
- advanced coordinate control for overlays over DTA_Fullscreen images.
|
2020-06-06 12:51:03 +02:00 |
|
geometry.h
|
fixed bad parameter types in direct native functions.
|
2023-11-07 18:06:50 +01:00 |
|
gitinfo.cpp
|
- moved gitinfo.h into the backend
|
2022-10-02 14:20:15 +02:00 |
|
i_module.cpp
|
|
|
|
i_module.h
|
|
|
|
i_time.cpp
|
- Backend update from Raze.
|
2023-02-11 12:05:45 +01:00 |
|
i_time.h
|
- Backend update from Raze.
|
2023-02-11 12:05:45 +01:00 |
|
intrect.h
|
- Backend update from Raze, mostly maintenance changes without new functionality.
|
2022-08-11 22:51:19 +02:00 |
|
m_alloc.cpp
|
Added _msize stub for Solaris
|
2025-06-24 21:22:55 -03:00 |
|
m_alloc.h
|
backend update from Raze.
|
2023-12-10 13:26:43 +01:00 |
|
m_argv.cpp
|
fix CheckParmList
|
2024-05-04 03:17:16 -04:00 |
|
m_argv.h
|
Handle Extra Args
|
2024-05-04 03:17:16 -04:00 |
|
m_bbox.h
|
Isometric Mode and Robin (#2618)
|
2024-08-11 10:04:40 -04:00 |
|
m_fixed.h
|
- Backend update from Raze.
|
2022-11-06 08:49:25 +01:00 |
|
m_swap.h
|
|
|
|
matrix.cpp
|
Bone Manip part 1 - bone setters
|
2025-05-01 10:15:46 -03:00 |
|
matrix.h
|
Bone Getters Part 2/3, plus fixed warnings for MSVC
|
2025-05-09 17:06:16 -03:00 |
|
memarena.cpp
|
yet even more GetChars calls added.
|
2023-10-07 23:29:24 +02:00 |
|
memarena.h
|
- backend update from Raze.
|
2023-07-22 09:55:49 +02:00 |
|
name.cpp
|
- split up namedef.h into a shared and game specific part and cleaned out many unused names.
|
2022-01-20 00:14:08 +01:00 |
|
name.h
|
add static function to convert ints to names
|
2025-02-08 16:49:00 -03:00 |
|
palentry.h
|
- Backend update from Raze.
|
2022-01-02 11:39:17 +01:00 |
|
palette.cpp
|
- Roll back filesystem changes. These were causing instabilities in the master branch that were interfering with development.
|
2025-01-04 11:27:21 -05:00 |
|
palutil.h
|
- pass colormap to MakeGoodRemap as parameter.
|
2023-01-15 08:34:32 +01:00 |
|
parallel_for.h
|
- Backend update from Raze.
|
2022-10-25 07:02:45 +02:00 |
|
quaternion.h
|
Fixed JIT error with Conjugate/Inverse
|
2025-05-30 10:58:10 -03:00 |
|
r_memory.cpp
|
- whitespace cleanup, updated from Raze.
|
2022-01-02 12:23:42 +01:00 |
|
r_memory.h
|
Fix building with GCC 15
|
2025-03-10 03:06:50 -03:00 |
|
refcounted.h
|
- whitespace cleanup, updated from Raze.
|
2022-01-02 12:23:42 +01:00 |
|
s_playlist.cpp
|
the remaining GetChars additions.
|
2023-10-07 23:44:01 +02:00 |
|
s_playlist.h
|
- put the entire filesystem code into a namespace and created some subdirectories.
|
2023-08-22 22:54:54 +02:00 |
|
tarray.h
|
add TryEmplace to TMap
|
2025-04-16 23:45:16 -03:00 |
|
templates.h
|
- replaced MIN/MAX in common code.
|
2021-10-30 10:46:17 +02:00 |
|
tflags.h
|
- Backend update from Raze.
|
2022-01-02 11:39:17 +01:00 |
|
TRS.h
|
Bone Manip part 1 - bone setters
|
2025-05-01 10:15:46 -03:00 |
|
utf8.cpp
|
backend update from Raze.
|
2023-12-10 13:26:43 +01:00 |
|
utf8.h
|
- file system error management refactoring.
|
2023-08-22 21:49:54 +02:00 |
|
vectors.h
|
GetBoneEulerAngles
|
2025-05-26 07:48:01 -03:00 |
|
weightedlist.h
|
Add missing include guards
|
2023-05-29 07:35:26 +02:00 |
|
writezip.cpp
|
fixed: for deleting files and folders on Windows we have to call the Unicode variants of these functions.
|
2024-05-01 09:50:19 +02:00 |
|
x86.cpp
|
- fixed DumpCPUInfo() definition for non-x64 platforms
|
2023-09-26 09:48:11 +03:00 |
|
x86.h
|
- do some cleansing of the GPU string and add CPU name when only getting an anonymous series name.
|
2023-09-24 22:20:50 +02:00 |
|
zstring.cpp
|
print warning for deprecated uniform declarations
|
2025-04-23 18:49:23 -03:00 |
|
zstring.h
|
print warning for deprecated uniform declarations
|
2025-04-23 18:49:23 -03:00 |