Ilya Shurumov
8ea5a5d74a
- move header inclusion to avoid many UNIMPLEMENTED messages
2020-09-10 22:07:29 +06:00
Ilya Shurumov
f11c09671c
- fix crash in StepOneCar
2020-09-10 22:06:55 +06:00
Ilya Shurumov
f11d103b7c
- fix doors on all levels
2020-09-10 22:06:22 +06:00
Ilya Shurumov
931e7051eb
- fix sdGetCell height bug after refactoring
2020-09-10 21:47:58 +06:00
Ilya Shurumov
305b8fd30d
- fix bug in sdGetCell
2020-09-10 20:47:01 +06:00
Ilya Shurumov
3518c36fc2
- fix bug in DoMissionSound
2020-09-10 20:45:15 +06:00
Ilya Shurumov
e9a048e8cf
- implement CutSceneSelectScreen
2020-09-10 20:16:41 +06:00
Ilya Shurumov
4f38e86255
- implement DrawExplosion
2020-09-10 19:44:15 +06:00
Ilya Shurumov
ee403900b9
- implement whole XAPLAY.C
2020-09-09 23:17:05 +06:00
Ilya Shurumov
922329891d
- improve and fix refactoring error in RoadInCell
2020-09-09 00:47:32 +06:00
Ilya Shurumov
c553893a21
- refactor DR2ROADS.c
2020-09-09 00:44:52 +06:00
Ilya Shurumov
08b4dc2025
- re-refactor CalculatePedestrianInterest
2020-09-08 19:43:00 +06:00
Ilya Shurumov
8aed8bf447
- refactor DENTING.C
2020-09-08 00:36:26 +06:00
Ilya Shurumov
794ef90a7c
- refactor CUTSCENE.C
2020-09-08 00:10:08 +06:00
Ilya Shurumov
9aef4c96c9
Merge branch 'master' of https://github.com/SoapyMan/REDRIVER2
2020-09-07 23:04:36 +06:00
Ilya Shurumov
8081755288
- [EMU] join Z and W vertex components
2020-09-07 23:03:38 +06:00
Ilya
eacf720ee4
Merge pull request #26 from SoapyMan/develop-SoapyMan
...
Develop soapy man
2020-09-06 00:51:55 +06:00
Ilya Shurumov
90fad36ec5
- fix car selection in CarSelectScreen
...
- remove accidentally added VCPROJ file
2020-09-06 00:42:49 +06:00
Ilya Shurumov
9abdbee589
- fix cop car unlocking
...
- gFurthestMission set to 0
2020-09-06 00:26:15 +06:00
Ilya Shurumov
cdd7dbdf29
- fix CityCutOffScreen reversing bug
2020-09-06 00:24:47 +06:00
Ilya Shurumov
1eee991e9c
- remove DEBUG_OPTIONS from release build
...
- fix premake5.lua
2020-09-06 00:20:21 +06:00
Ilya Shurumov
a5c54866dc
- update premake5.lua
2020-09-06 00:12:41 +06:00
Ilya Shurumov
3df233179d
- breakdown of THISDUST.H on DR2LIMITS, DR2MATH, DR2TYPES, VERSION headers
2020-09-06 00:12:14 +06:00
Ilya Shurumov
2acc2608f8
- refactor COSMETIC.C
...
- fixed back lights brightness bug
- introduce DRLIMITS.H
2020-09-05 23:48:15 +06:00
Ilya Shurumov
2863361fe1
- refactor CONVERT.C
2020-09-05 20:29:47 +06:00
Ilya Shurumov
15ed172fd6
- refactor CELL.C
...
- moved GetNextPackedCop, UnpackCellObject from DRAW.C to CELL.C
2020-09-05 20:27:33 +06:00
Ilya Shurumov
a060773d52
Revert "Refactor: MRProcessTarget - improved code flow, removed gotos"
...
This reverts commit cb13985162
.
2020-09-05 19:15:16 +06:00
Ilya
d64d9adcd9
Merge pull request #24 from SoapyMan/develop-SoapyMan
...
Develop soapy man
2020-09-05 18:47:34 +06:00
Ilya
801906cca1
Merge pull request #23 from SoapyMan/develop-Fireboyd78
...
Develop fireboyd78
2020-09-05 18:34:06 +06:00
Ilya Shurumov
d780eaa9f7
- fix TannerCanEnterCar refactoring bug
2020-09-05 15:29:00 +06:00
Ilya Shurumov
f35711da52
- turn on Release optimization
2020-09-05 15:10:57 +06:00
Ilya Shurumov
bb90845c7b
- cleanup of THISDUST.H
...
- added POLYGT3, POLYGT4 declaration
- removed POLYFT4LIT (as its same as POLYFT4)
2020-09-05 15:10:42 +06:00
Ilya Shurumov
58eb58fcb7
- refactor CARS.C
2020-09-05 15:09:08 +06:00
Fireboyd78
460277e672
Fixed the pause menu not fading out correctly.
2020-09-04 17:09:28 -07:00
Fireboyd78
319f850fa6
Refactor: IncrementTPageNum
2020-09-04 16:22:48 -07:00
Fireboyd78
071bb0c7e4
Refactor: unpackTexture - now fully optimized ;)
2020-09-04 16:00:11 -07:00
Fireboyd78
a1aebd3944
Refactor: GetTEXINFName, GetTextureDetails
2020-09-04 15:09:09 -07:00
Fireboyd78
61ae692c53
Refactor: GetTextureDetails
2020-09-04 14:55:18 -07:00
Fireboyd78
51a210f75c
Refactor: TEXTURE.C
...
- Refactored LoadPermanentTPages
2020-09-04 14:18:03 -07:00
Fireboyd78
48671f5816
Clean up DoMissionSound a little bit.
2020-09-04 13:19:56 -07:00
Fireboyd78
5da898bdb6
Fixed ped head rotation bug caused by refactoring.
2020-09-04 12:25:35 -07:00
Fireboyd78
22ff0fc83c
Fixed refactoring bugs in DoMissionSound.
2020-09-04 12:20:05 -07:00
Fireboyd78
cb13985162
Refactor: MRProcessTarget - improved code flow, removed gotos
2020-09-04 12:12:47 -07:00
Fireboyd78
02042d6b96
Refactor: PEDEST.C
...
- Refactored ProcessTannerPad
- Refactored DrawAllPedestrians
- Added PedVisible, DrawPedestrian functions
2020-09-04 12:09:51 -07:00
Fireboyd78
08fd40ea1c
Added 'Jericho Mode' cheat code.
...
- Havana palettes only load in correctly by the church (Tail Jericho)
- Las Vegas works fine all throughout
- Chicago/Rio don't have models for Jericho, and are omitted
2020-09-04 12:08:51 -07:00
Fireboyd78
d145ca2727
Refactor: InitPedestrians
2020-09-04 11:58:59 -07:00
Fireboyd78
8fd15c4e1f
Fixed a refactoring error in MRCommand.
2020-09-04 11:46:39 -07:00
Ilya Shurumov
a1906e9743
- refactor CAMERA.C
2020-09-04 23:40:56 +06:00
Ilya Shurumov
0a93bb83b8
- fix DrawFadePoly error
...
- complete ExplosionCollisionCheck
2020-09-04 21:47:03 +06:00
Ilya Shurumov
5f360cf3bb
- tested BOMBERMAN.C
2020-09-04 21:43:00 +06:00