Commit Graph

1292 Commits

Author SHA1 Message Date
Ilya Shurumov
65d5972c03 - TILE.C refactoring almost done 2020-10-18 21:35:28 +06:00
Ilya Shurumov
e2f7a3723d - minor cleanups 2020-10-18 21:34:04 +06:00
Ilya Shurumov
3737f4c4e5 - fix sky wobble 2020-10-18 21:33:42 +06:00
Ilya Shurumov
1bbf9512a2 - fix last camera deletion freeze 2020-10-18 20:30:15 +06:00
Ilya Shurumov
1d45c62a0f - refactor SHADOW.C tyre tracks 2020-10-18 19:54:11 +06:00
Ilya Shurumov
26005b2991 - disable Driver 1 sinking code as it is a garbage 2020-10-18 13:03:18 +06:00
Ilya Shurumov
33af974844 - allow zooming for non-tracking camera in director
- use unused value in PLAYBACKCAMERA to store camera zoom
2020-10-18 13:02:57 +06:00
Ilya Shurumov
7391945dff - optimize shadow code
- fix tyre tracks and refactoring progress on SHADOW.C
2020-10-18 13:02:04 +06:00
Ilya Shurumov
db16e48ce8 - fix exhaust smoke 2020-10-18 12:59:54 +06:00
Ilya Shurumov
283b70b6d4 - better car smoke handling, fix fire
- fix shadow not appearing on flipped cars
2020-10-18 02:25:47 +06:00
Ilya Shurumov
b27fe96722 - car shadow code that doesn't suck 2020-10-18 02:07:31 +06:00
Ilya Shurumov
e6deb877e1 - fix tunnel sky fade in rio 2020-10-18 01:00:27 +06:00
Ilya Shurumov
3599bb8480 - EVENT.C refactoring progress
- add rotation argument to RenderModel
2020-10-18 00:48:38 +06:00
Ilya Shurumov
c181c664fa - fix pedestrians unexpectedly crossing roads 2020-10-17 22:12:56 +06:00
Ilya Shurumov
0487c7aad2 - refactor SKY.C 2020-10-17 21:12:10 +06:00
Ilya Shurumov
3863f8efe2 - utilize cbr var in CollisionCopList 2020-10-17 17:01:30 +06:00
Ilya Shurumov
94026b61ae - remove CIV_STATE_SET_CONFUSED macro calls if before InitCar in PingInCivCar 2020-10-17 16:49:04 +06:00
Ilya Shurumov
a0511e6c6e - refactor OBJCOLL.C 2020-10-17 16:48:32 +06:00
Ilya Shurumov
3c09c374eb - use bigger list to ensure memory safety
- remove debug info
2020-10-17 15:52:29 +06:00
Ilya Shurumov
5985ee7f95 - optimize memory usage on cell object pointers 2020-10-17 15:48:21 +06:00
Ilya Shurumov
f5ca7b325a - allow engine to draw 320 tiles by using previously unused memory 2020-10-17 15:27:44 +06:00
Ilya Shurumov
fc0f4791f1 - DEBRIS.C refactoring progress 2020-10-17 13:26:57 +06:00
Ilya Shurumov
4162325ec5 - zero camera offset in cutscenes
- flip some conditions
2020-10-17 13:00:28 +06:00
Ilya Shurumov
0f54517d69 - add replay limits to DR2LIMITS.H
- add StorePingInfo function
- clean some FELONY.C code
2020-10-17 12:45:09 +06:00
Ilya Shurumov
28084e6bc1 - fix felony not increasing/decreasing over time bug
- use felony constants
2020-10-17 12:03:08 +06:00
Ilya Shurumov
a7d231c2a1 - reset gCameraMaxDistance and gCameraOffset after cutscene 2020-10-17 11:44:43 +06:00
Ilya Shurumov
4bbeb2273a - rename CameraPos to gCameraOffset 2020-10-17 11:44:17 +06:00
Ilya Shurumov
486cede1d4 - pretty some mission code 2020-10-17 02:04:06 +06:00
Ilya Shurumov
4e37e32e41 - simplify some camera code 2020-10-17 02:03:46 +06:00
Ilya Shurumov
c5305f5462 - fix director UI, allow saving replay 2020-10-17 02:02:53 +06:00
Ilya Shurumov
6181b8c1de - fix -playercar and -players command line
- fix camera distance not being reset
2020-10-17 01:25:38 +06:00
Ilya Shurumov
22e09c80f7 - refactor DIRECTOR.C 2020-10-17 00:51:37 +06:00
Ilya Shurumov
0faea02c75 - allow camera distance and offset 2020-10-17 00:47:03 +06:00
Ilya Shurumov
46810ca811 - fix replay saving and loading bugs 2020-10-17 00:30:22 +06:00
Ilya Shurumov
9ab6eb3f55 - change OpenAL link in CONTRIBUTING.md (thanks @andre-vm) 2020-10-16 18:53:45 +06:00
Ilya Shurumov
86b2648d64 - fix AppVeyor dll paths 2020-10-16 15:15:10 +06:00
Ilya Shurumov
f1f0e7bff6 Merge branch 'master' of https://github.com/SoapyMan/REDRIVER2 into develop-SoapyMan 2020-10-16 15:01:32 +06:00
Ilya Shurumov
4e92b035f3 - update appveyor.yml 2020-10-16 15:00:49 +06:00
Ilya Shurumov
6b148c0d92 - update CONTRIBUTING.md 2020-10-16 15:00:35 +06:00
Ilya
53dd370fc9
Merge pull request #39 from SoapyMan/develop-SoapyMan
Develop soapy man
2020-10-15 00:22:54 +06:00
Ilya Shurumov
f16bd6b1bc - fix pinging in Civ Cars on curves bug 2020-10-14 22:30:32 +06:00
Ilya Shurumov
2ca37034d7 - break up _TARGET fields with unions 2020-10-14 21:53:17 +06:00
Ilya Shurumov
88be7441f5 - print addresses in mission script dump 2020-10-14 18:15:58 +06:00
Ilya Shurumov
36ccbdbe33 - mission script dumper prototype 2020-10-14 17:01:43 +06:00
Ilya Shurumov
788f686080 Merge branch 'linux' of https://github.com/andre-vm/REDRIVER2 into andre-vm-linux 2020-10-14 11:13:49 +06:00
Ilya
cef59a8ae4
Merge pull request #38 from SoapyMan/develop-SoapyMan
Develop soapy man
2020-10-14 01:24:36 +06:00
Ilya Shurumov
53f3ae23a9 - enable AppVeyor artifacts back 2020-10-14 01:24:09 +06:00
Ilya Shurumov
f7e6b703b1 - bump version to 2.5 2020-10-14 01:00:52 +06:00
Ilya Shurumov
22f5bb3fc6 - check SCORES.C 2020-10-14 00:53:26 +06:00
Ilya Shurumov
da44ee75c7 - refactor REPLAYS.C 2020-10-14 00:43:20 +06:00