re3/src/core
erorcun 2a6f9c2757 Add ped and car density slider to menu, remove dumb collision "optimization" 2021-07-12 00:12:25 +03:00
..
Accident.cpp
Accident.h
AnimViewer.cpp Use original animation names from VCS 2021-01-26 19:35:40 +02:00
AnimViewer.h
Cam.cpp rename clamp macro to Clamp to fix compilation with g++11 2021-06-28 13:31:35 +02:00
Camera.cpp rename clamp macro to Clamp to fix compilation with g++11 2021-06-28 13:31:35 +02:00
Camera.h Fix IsSphereVisible calls 2021-06-24 21:32:43 +03:00
CdStream.cpp Fix rare stream deadlock on Windows 2021-02-16 17:45:29 +03:00
CdStream.h Clean up POSIX streaming code 2021-01-27 18:26:08 +03:00
CdStreamPosix.cpp fix: add missing limits.h includes to enable bulding on musl. 2021-07-01 20:12:28 +03:00
Clock.cpp
Clock.h
ControllerConfig.cpp Detect joystick menu for XInput 2021-02-05 18:23:50 +03:00
ControllerConfig.h No more resetting bindings for joypad, create .ini at the first start, joystick hotplug for Linux 2021-01-22 23:43:49 +03:00
Crime.h Sanitizer fixes 2 2021-07-03 01:42:24 +03:00
Debug.cpp
Debug.h
Directory.cpp
Directory.h
EventList.cpp signed/unsigned fixes, and some other fixes 2020-12-27 05:23:37 +03:00
EventList.h signed/unsigned fixes, and some other fixes 2020-12-27 05:23:37 +03:00
FileLoader.cpp rename clamp macro to Clamp to fix compilation with g++11 2021-06-28 13:31:35 +02:00
FileLoader.h
FileMgr.cpp little fixes 2021-01-08 13:51:50 +01:00
FileMgr.h little fixes 2021-01-08 13:51:50 +01:00
Fire.cpp signed/unsigned fixes, and some other fixes 2020-12-27 05:23:37 +03:00
Fire.h
FrontEndControls.cpp ps2 hud, restore original code 2020-12-07 21:12:13 +03:00
FrontEndControls.h
Frontend.cpp Add ped and car density slider to menu, remove dumb collision "optimization" 2021-07-12 00:12:25 +03:00
Frontend.h Add ped and car density slider to menu, remove dumb collision "optimization" 2021-07-12 00:12:25 +03:00
FrontendTriggers.h Use bool8 in audio code 2021-06-24 21:32:43 +03:00
Frontend_PS2.cpp rename clamp macro to Clamp to fix compilation with g++11 2021-06-28 13:31:35 +02:00
Frontend_PS2.h
Game.cpp Add ped and car density slider to menu, remove dumb collision "optimization" 2021-07-12 00:12:25 +03:00
Game.h some more little ps2 fixes 2020-12-20 19:13:58 +01:00
General.h rename clamp macro to Clamp to fix compilation with g++11 2021-06-28 13:31:35 +02:00
IniFile.cpp Add ped and car density slider to menu, remove dumb collision "optimization" 2021-07-12 00:12:25 +03:00
IniFile.h Add ped and car density slider to menu, remove dumb collision "optimization" 2021-07-12 00:12:25 +03:00
Lists.cpp
Lists.h Includes overhaul, fix some compiler warnings 2021-01-17 21:32:54 +01:00
MenuScreens.cpp Don't show menu map and new languages if gamefiles isn't copied 2021-02-07 20:38:53 +03:00
MenuScreensCustom.cpp Add ped and car density slider to menu, remove dumb collision "optimization" 2021-07-12 00:12:25 +03:00
Pad.cpp Detect joystick menu for XInput 2021-02-05 18:23:50 +03:00
Pad.h Detect joystick menu for XInput 2021-02-05 18:23:50 +03:00
Placeable.cpp make building with Codewarrior 7 possible 2021-01-21 03:18:15 +01:00
Placeable.h Pool fixes 2021-06-26 00:27:20 +03:00
PlayerInfo.cpp rename clamp macro to Clamp to fix compilation with g++11 2021-06-28 13:31:35 +02:00
PlayerInfo.h Includes overhaul, fix some compiler warnings 2021-01-17 21:32:54 +01:00
Pools.cpp Revert "Revert "Redo ReadSaveBuf + common.h cleanup"" 2021-06-26 19:14:46 +02:00
Pools.h
Profile.cpp
Profile.h
Radar.cpp Revert "Revert "Redo ReadSaveBuf + common.h cleanup"" 2021-06-26 19:14:46 +02:00
Radar.h .ini for scaling, radar, sprites 2021-01-08 23:30:30 +03:00
Range2D.cpp
Range2D.h
Range3D.cpp
Range3D.h
References.cpp CEntity and C(Vu)Vector fixes and cleanup 2021-06-24 21:32:43 +03:00
References.h
Stats.cpp
Stats.h make building with Codewarrior 7 possible 2021-01-21 03:18:15 +01:00
Streaming.cpp Clean up POSIX streaming code 2021-01-27 18:26:08 +03:00
Streaming.h Clean up POSIX streaming code 2021-01-27 18:26:08 +03:00
SurfaceTable.cpp
SurfaceTable.h
TimeStep.cpp
TimeStep.h
Timer.cpp Small timer fix 2021-06-26 01:56:29 +03:00
Timer.h Remove frameTime, fix pause mode timer 2021-06-24 21:32:44 +03:00
User.cpp
User.h
Wanted.cpp
Wanted.h m_nWantedLevel -> GetWantedLevel() 2021-01-22 00:19:44 +01:00
World.cpp Use bool8 in audio code 2021-06-24 21:32:43 +03:00
World.h Includes overhaul, fix some compiler warnings 2021-01-17 21:32:54 +01:00
ZoneCull.cpp rename clamp macro to Clamp to fix compilation with g++11 2021-06-28 13:31:35 +02:00
ZoneCull.h finished cullzones 2020-11-22 00:13:07 +01:00
Zones.cpp Revert "Revert "Redo ReadSaveBuf + common.h cleanup"" 2021-06-26 19:14:46 +02:00
Zones.h Includes overhaul, fix some compiler warnings 2021-01-17 21:32:54 +01:00
common.h rename clamp macro to Clamp to fix compilation with g++11 2021-06-28 13:31:35 +02:00
config.h Add ped and car density slider to menu, remove dumb collision "optimization" 2021-07-12 00:12:25 +03:00
main.cpp fix screenshot name space 2021-06-26 13:13:07 +02:00
main.h add NoMovies ini option, rename gDrawVersionText, always save ini after loading 2021-02-18 22:40:32 +01:00
obrstr.cpp
obrstr.h
re3.cpp Add ped and car density slider to menu, remove dumb collision "optimization" 2021-07-12 00:12:25 +03:00
templates.h Get rid of bitfields in CPool 2021-01-19 21:32:55 +02:00
timebars.cpp
timebars.h