Ilya Shurumov
|
2a55c0b04a
|
- fix Tanner's Y position not updated on chicago bridges when no input
|
2022-04-09 17:27:26 +06:00 |
|
Ilya Shurumov
|
6f6e3a3b36
|
- some code revision
|
2022-04-08 23:04:08 +06:00 |
|
Ilya Shurumov
|
8e454c2354
|
- add dynamic lights support for PC
|
2022-04-04 11:32:11 +06:00 |
|
Ilya Shurumov
|
4059658834
|
- fix crash
|
2022-04-04 11:24:21 +06:00 |
|
Ilya Shurumov
|
ecf5b527e6
|
- fix insertion sort implementation in gamesnd
|
2022-04-03 18:26:40 +06:00 |
|
Ilya Shurumov
|
0a3574bc5c
|
- fix for the fix
|
2022-04-03 03:58:26 +06:00 |
|
Ilya Shurumov
|
51af30ae46
|
- fix og bug (spooled objects not being animated)
|
2022-04-03 01:58:11 +06:00 |
|
Ilya Shurumov
|
3b3810481a
|
- bump version
|
2022-04-03 00:19:35 +06:00 |
|
Ilya Shurumov
|
b165c52bd4
|
- cutscene fix only for cutscene
|
2022-04-03 00:18:01 +06:00 |
|
Ilya Shurumov
|
4f2be527c7
|
- disable CarBuildingCollision smashable correction (fixes the mission 23 cutscene)
|
2022-04-03 00:13:50 +06:00 |
|
Ilya Shurumov
|
554974da50
|
- misc changex, hex to dec
|
2022-04-02 23:14:58 +06:00 |
|
Ilya Shurumov
|
5e975d1854
|
- slight cell lookup changes
|
2022-04-02 21:51:51 +06:00 |
|
InspirationByte
|
265a2b3a70
|
- fix incorrect optimization
|
2022-03-12 16:11:55 +03:00 |
|
InspirationByte
|
4cb654d75c
|
- update PsyCross
|
2022-03-12 16:11:30 +03:00 |
|
InspirationByte
|
d951422e95
|
- fix crash when switching camera to event in film director
|
2022-03-12 10:11:55 +03:00 |
|
InspirationByte
|
238a121ec7
|
- more lighting fixes
- misc stuff
|
2022-03-12 10:11:32 +03:00 |
|
InspirationByte
|
2a20c463a0
|
- little optimization for cycling palettes
|
2022-03-12 10:10:42 +03:00 |
|
InspirationByte
|
5706f2d761
|
- don't apply lighting on non-tree sprites
|
2022-03-07 01:07:37 +03:00 |
|
InspirationByte
|
c25ee05353
|
- add icon_ prefix to director icon variables
|
2022-02-26 13:30:43 +03:00 |
|
InspirationByte
|
53cc906678
|
Merge branch 'develop-SoapyMan' of github.com:OpenDriver2/REDRIVER2 into develop-SoapyMan
|
2022-02-16 21:25:42 +03:00 |
|
InspirationByte
|
6cd6b5fcfb
|
- removed FixFloorSigned macro
|
2022-02-16 21:24:41 +03:00 |
|
Ilya Shurumov
|
c4cfd55fb3
|
- fix pedestrians performance issues
- fix PsyX PGXP performance
|
2022-02-16 13:33:44 +03:00 |
|
InspirationByte
|
65ce3446ed
|
- fix CheckScenaryCollisions bug on models with no collision boxes
|
2022-02-07 23:20:03 +03:00 |
|
InspirationByte
|
25e099e200
|
- fix uninitialized mission thread that may cause crash
|
2022-02-07 22:46:26 +03:00 |
|
InspirationByte
|
b427164c9e
|
- fix fucked up logic of minmaxSelections in MissionSelectScreen
|
2022-02-07 21:51:42 +03:00 |
|
InspirationByte
|
403ee276b5
|
- add mission ladder array identifiers
|
2022-02-07 21:43:18 +03:00 |
|
InspirationByte
|
adeeb77cf2
|
- simplify ifdefs in main
|
2022-02-07 20:51:48 +03:00 |
|
InspirationByte
|
786f7db38f
|
- revert one of bug fixes to original code and fix cop loosing player issue
|
2022-02-06 11:55:50 +03:00 |
|
InspirationByte
|
6b780a822b
|
- fix tyre track sides being swapped
|
2022-02-04 21:15:00 +03:00 |
|
Ilya Shurumov
|
4086bbaf9c
|
- fix "Out of Tape" height, align DEMO text
|
2022-02-04 10:43:11 +03:00 |
|
InspirationByte
|
583cae8b56
|
- auto-save profile when high scores are added
|
2022-02-04 09:47:56 +03:00 |
|
InspirationByte
|
bd16f67cfd
|
- auto-save profile when cheats are unlocked
|
2022-02-04 09:30:13 +03:00 |
|
InspirationByte
|
819597fba3
|
- update PsyCross
|
2022-02-04 00:28:05 +03:00 |
|
InspirationByte
|
236be5f9e5
|
- aligned D_MALLOC
|
2022-02-04 00:00:11 +03:00 |
|
InspirationByte
|
d4cdb48ddf
|
- misc changes
|
2022-02-03 23:57:39 +03:00 |
|
InspirationByte
|
277d391add
|
- more efficient drawing of buildings and tiles for PSX
|
2022-02-03 23:34:05 +03:00 |
|
InspirationByte
|
6d0ff639f7
|
- draw sky a bit more efficient on PSX
|
2022-02-03 22:23:30 +03:00 |
|
InspirationByte
|
f025b9003e
|
- replace VECTOR by SVECTOR in rndrasm
|
2022-02-03 20:55:13 +03:00 |
|
Ilya Shurumov
|
1f59ac4d0f
|
- add Windows-specific powershell script for setting up VC++ project files and dependencies
|
2022-02-03 11:24:12 +03:00 |
|
InspirationByte
|
3ac05ca113
|
- DrawDrivingGameOverlays MP text adjusted for NTSC/PAL
|
2022-02-02 08:48:32 +03:00 |
|
InspirationByte
|
6299674125
|
- remove some ifdefs
|
2022-02-02 08:41:24 +03:00 |
|
InspirationByte
|
26a814aa38
|
- MP mission timer, target blip height adjusted for NTSC/PAL
|
2022-02-02 08:41:02 +03:00 |
|
InspirationByte
|
8eb7415b17
|
- fix font semi-transparency CLUTs
|
2022-02-01 00:33:59 +03:00 |
|
InspirationByte
|
6fae0a2ace
|
- development version to not unlock all cars
|
2022-01-31 22:15:10 +03:00 |
|
InspirationByte
|
64475d3352
|
- correct damage bar, pause menu & messages for NTSC
|
2022-01-31 08:59:57 +03:00 |
|
InspirationByte
|
2e02105380
|
- fix fullscreen map text position
|
2022-01-30 11:59:22 +03:00 |
|
InspirationByte
|
a0ed9a8b82
|
- correct HUD constants based on screen height
|
2022-01-30 11:48:02 +03:00 |
|
InspirationByte
|
e33c979a9a
|
- tyre tracks edge cases fixed
|
2022-01-29 20:30:00 +03:00 |
|
InspirationByte
|
b839691cd4
|
- make PSX build happy by turning off scratchpad operations
|
2022-01-29 16:53:44 +03:00 |
|
InspirationByte
|
afea562864
|
- new PSX CD XML script for Silent's mkpsxiso
|
2022-01-29 15:58:57 +03:00 |
|