re3/src
aap 2d08696190
Merge pull request #113 from erorcun/erorcun
CPed
2019-07-06 00:58:07 +02:00
..
animation More CPed 2019-07-01 02:48:09 +03:00
audio More AudioManager 2019-07-04 22:20:05 +02:00
control Merge pull request #113 from erorcun/erorcun 2019-07-06 00:58:07 +02:00
entities Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun 2019-07-06 01:52:14 +03:00
math PlayBackThisFrameInterpolation and all it required... 2019-06-30 13:59:55 +03:00
modelinfo implemented some CVehicle functions 2019-07-05 14:23:39 +02:00
render Fixed type of m_ItemToFlash 2019-07-04 01:23:19 +03:00
skel Update Frontend. 2019-07-03 17:30:26 +02:00
weapons CPed... 2019-07-06 01:44:49 +03:00
Camera.cpp Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun 2019-07-04 05:00:33 +03:00
Camera.h Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun 2019-07-04 05:00:33 +03:00
CdStream.cpp Cleanup project a bit 2019-06-30 12:56:50 +02:00
CdStream.h started CStreaming 2019-06-20 14:49:16 +02:00
Clock.cpp got rid of upper case types 2019-06-17 00:23:19 +02:00
Clock.h started filling debug menu 2019-06-27 10:58:51 +02:00
Collision.cpp Reactivated Store(Restore)StuffIn(From)Mem, fixed bugs 2019-06-30 16:20:11 +03:00
Collision.h misc stuff, mostly collision 2019-06-28 19:23:28 +02:00
ControllerConfig.cpp Update Frontend. 2019-07-03 17:30:26 +02:00
ControllerConfig.h Update Frontend. 2019-07-03 17:30:26 +02:00
CullZones.cpp miscellaneous, mostly world related 2019-06-29 11:09:33 +02:00
CullZones.h finished some classes 2019-06-13 12:25:55 +02:00
CutsceneMgr.cpp Merge branch 'master' of github.com:Fire-Head/re3 2019-06-13 03:40:46 +03:00
CutsceneMgr.h Update CutsceneMgr.h 2019-06-13 03:51:51 +03:00
DamageManager.cpp finished CDamageManager 2019-07-05 22:20:28 +02:00
DamageManager.h finished CDamageManager 2019-07-05 22:20:28 +02:00
Directory.cpp fixed CFileMgr somewhat; still issues when loading saves 2019-06-13 01:12:37 +02:00
Directory.h added CDirectory 2019-06-03 05:27:07 +02:00
Door.h More replay stuff 2019-06-25 01:42:23 +03:00
FileLoader.cpp finished CEntity 2019-06-30 21:06:55 +02:00
FileLoader.h finished CFileLoader, except a crash! 2019-06-18 09:50:26 +02:00
FileMgr.cpp fixed CFileMgr, the craziest bug i ever had 2019-06-28 21:24:22 +02:00
FileMgr.h fixed CFileMgr, the craziest bug i ever had 2019-06-28 21:24:22 +02:00
Fire.cpp PlayBackThisFrameInterpolation and all it required... 2019-06-30 13:59:55 +03:00
Fire.h PlayBackThisFrameInterpolation and all it required... 2019-06-30 13:59:55 +03:00
Frontend.cpp Update Frontend. 2019-07-03 17:30:26 +02:00
Frontend.h Update Frontend. 2019-07-03 17:30:26 +02:00
Game.cpp misc stuff, mostly collision 2019-06-28 19:23:28 +02:00
Game.h misc stuff, mostly collision 2019-06-28 19:23:28 +02:00
General.h fixed rand (thanks nick) 2019-07-04 23:10:04 +02:00
Lists.cpp first commit 2019-05-15 16:52:37 +02:00
Lists.h first commit 2019-05-15 16:52:37 +02:00
MenuScreens.h Update Frontend. 2019-07-03 17:30:26 +02:00
Messages.cpp New updates for Hud.cpp and more. 2019-06-15 01:34:36 +02:00
Messages.h New updates for Hud.cpp and more. 2019-06-15 01:34:36 +02:00
MloInstance.cpp PlayBackThisFrameInterpolation and all it required... 2019-06-30 13:59:55 +03:00
MloInstance.h PlayBackThisFrameInterpolation and all it required... 2019-06-30 13:59:55 +03:00
NodeName.cpp added NodeName plugin 2019-06-12 14:35:15 +02:00
NodeName.h added NodeName plugin 2019-06-12 14:35:15 +02:00
PCSave.cpp Update Frontend. 2019-07-03 17:30:26 +02:00
PCSave.h Update Frontend. 2019-07-03 17:30:26 +02:00
Pad.cpp Revert "Implemented frontend inputs." 2019-07-02 22:05:11 +02:00
Pad.h Removed macros from Pad.cpp: 2019-07-02 21:28:57 +02:00
ParticleObject.cpp finished CEntity 2019-06-30 21:06:55 +02:00
ParticleObject.h finished CEntity 2019-06-30 21:06:55 +02:00
Placeable.cpp fixed bug in CPlaceable 2019-06-24 20:01:15 +02:00
Placeable.h Cleanup project a bit 2019-06-30 12:56:50 +02:00
Pools.cpp added some small bits and stubs 2019-06-02 17:13:56 +02:00
Pools.h added some small bits and stubs 2019-06-02 17:13:56 +02:00
Radar.cpp cleaned up to be closer to original game 2019-07-03 13:13:55 +02:00
Radar.h Revert "Implemented frontend inputs." 2019-07-02 22:05:11 +02:00
References.cpp first commit 2019-05-15 16:52:37 +02:00
References.h More replay stuff 2019-06-25 01:42:23 +03:00
RwClumpRead.cpp implemented GTA stream read functions 2019-06-13 11:57:43 +02:00
RwHelper.cpp Cleanup project a bit 2019-06-30 12:56:50 +02:00
RwHelper.h more Radar code 2019-06-23 19:59:58 +02:00
RwMatFX.cpp Cleanup project a bit 2019-06-30 12:56:50 +02:00
RwTexRead.cpp implemented GTA stream read functions 2019-06-13 11:57:43 +02:00
Stats.cpp CBridge 2019-07-06 01:51:32 +03:00
Stats.h CBridge 2019-07-06 01:51:32 +03:00
Streaming.cpp miscellaneous, mostly world related 2019-06-29 11:09:33 +02:00
Streaming.h Cleanup project a bit 2019-06-30 12:56:50 +02:00
SurfaceTable.cpp more work on CPhysical 2019-05-18 12:39:39 +02:00
SurfaceTable.h implemented bits of CWorld 2019-05-28 08:39:36 +02:00
TempColModels.cpp implemented bits of CWorld 2019-05-28 08:39:36 +02:00
TempColModels.h implemented bits of CWorld 2019-05-28 08:39:36 +02:00
Text.cpp island load screen, some more CText 2019-06-28 22:23:55 +02:00
Text.h island load screen, some more CText 2019-06-28 22:23:55 +02:00
Timecycle.cpp first part of CFileLoader 2019-06-17 22:40:15 +02:00
Timecycle.h finished CEntity 2019-06-30 21:06:55 +02:00
Timer.cpp Cleanup project a bit 2019-06-30 12:56:50 +02:00
Timer.h Merge with upstream 2019-06-26 23:34:14 +03:00
TxdStore.cpp Cleanup project a bit 2019-06-30 12:56:50 +02:00
TxdStore.h silly mistake in txd store 2019-06-15 11:41:27 +02:00
User.cpp First commit of replay system 2019-06-22 21:17:25 +03:00
User.h little cleanup 2019-06-12 13:46:02 +02:00
Wanted.cpp Update Wanted.cpp 2019-06-26 23:32:08 +02:00
Wanted.h Update Wanted.cpp 2019-06-26 23:32:08 +02:00
Weather.cpp CPad done 2019-06-13 03:35:26 +03:00
Weather.h CPad done 2019-06-13 03:35:26 +03:00
World.cpp ProcessPedUpdate 2019-06-29 14:38:37 +03:00
World.h fix 2019-06-29 18:06:15 +03:00
Zones.cpp miscellaneous, mostly world related 2019-06-29 11:09:33 +02:00
Zones.h Add GetTranslatedName to CZone 2019-06-11 18:23:09 +02:00
common.h finished CDamageManager 2019-07-05 22:20:28 +02:00
config.h fixed rand (thanks nick) 2019-07-04 23:10:04 +02:00
debugmenu_public.h Cleanup project a bit 2019-06-30 12:56:50 +02:00
main.cpp Update Frontend. 2019-07-03 17:30:26 +02:00
main.h Update Frontend. 2019-07-03 17:30:26 +02:00
patcher.cpp first commit 2019-05-15 16:52:37 +02:00
patcher.h Check if address is used twice 2019-07-02 21:38:26 +02:00
re3.cpp Check if address is used twice 2019-07-02 21:38:26 +02:00
rw.cpp rw skeleton 2019-05-31 20:02:26 +03:00
templates.h PlayBackThisFrameInterpolation and all it required... 2019-06-30 13:59:55 +03:00