Commit Graph

977 Commits

Author SHA1 Message Date
Ilya Shurumov
2a10ca41e4 - implement iterate 2020-08-22 16:33:50 +06:00
Ilya Shurumov
2b020ba382 - implement UpdateCopMap 2020-08-22 16:29:20 +06:00
Ilya Shurumov
85ec822d14 - implement getInterpolatedDistance 2020-08-22 16:00:42 +06:00
Ilya Shurumov
951f0a8500 - implement addCivs, getHeadingToPlayer 2020-08-22 15:53:53 +06:00
Ilya Shurumov
d37185fc8a - implement blocked, setDistance 2020-08-22 15:20:43 +06:00
Ilya Shurumov
244d8ccb01 - implement BloodyHell 2020-08-22 15:15:47 +06:00
Ilya Shurumov
6d1a10cd1a - implement popNode, WunCell, InvalidateMap 2020-08-22 15:13:09 +06:00
Ilya Shurumov
fb5d78bc70 - immediate fix of stupid bug 2020-08-22 14:21:47 +06:00
Ilya Shurumov
78fc2ccc75 Merge branch 'Fireboyd78-master' 2020-08-22 14:18:14 +06:00
Ilya Shurumov
192b5e516b - minor comment about cheat 2020-08-22 14:18:02 +06:00
Ilya Shurumov
9bec9f972e Merge branch 'master' of https://github.com/Fireboyd78/REDRIVER2 into Fireboyd78-master 2020-08-22 14:14:26 +06:00
Ilya Shurumov
6009f10cf4 - correct setMem8, setMem16 2020-08-22 14:12:32 +06:00
Ilya Shurumov
a9f2f8baac - implement InitPathFinding 2020-08-22 14:10:46 +06:00
Ilya Shurumov
ada773975c - move secret car fun cheat menu item upper
- city backgrounds only for PC
2020-08-22 13:57:32 +06:00
Fireboyd78
f1dbc2c3fd Make 'Secret Car Fun' force us into the secret car.
- Also restore our initially selected car ;)
2020-08-22 00:29:17 -07:00
Fireboyd78
6c83a46276 Refactor: CleanModelSpooled, DamagedModelSpooled, LowModelSpooled, CleanSpooled
- Fixed memory read/write errors (haven't run into issues yet!)

- Made CleanSpooled a bit easier to read
2020-08-21 23:57:33 -07:00
Fireboyd78
a632cdc0ec Clean: ready_cb_misc 2020-08-21 23:55:34 -07:00
Fireboyd78
6ffad55fa8 Implement: data_cb_soundbank, ready_cb_soundbank 2020-08-21 23:55:13 -07:00
Fireboyd78
77eeb8a09a Turn off spooler debugging in release builds.
- [PC] Remove redundant call to WaitForCloseLid
2020-08-21 23:50:03 -07:00
Fireboyd78
0c2afe8007 Make the Take a Ride screen have more pizazz to it. 2020-08-21 23:48:17 -07:00
Fireboyd78
7073dcfc74 Add a very special 'Secret Car Fun' mode ;) 2020-08-21 23:46:41 -07:00
Ilya Shurumov
961db40aa3 Merge branch 'Fireboyd78-master' 2020-08-22 12:30:50 +06:00
Fireboyd78
0909ab3336 Merge branch 'master' of https://github.com/SoapyMan/REDRIVER2 2020-08-21 16:40:28 -07:00
Fireboyd78
3f8495900e Friggin' merge conflicts! 2020-08-21 16:39:23 -07:00
Fireboyd78
2ecc0b3619 Refactor: CityCutOffScreen 2020-08-21 16:31:18 -07:00
Fireboyd78
a1d16f7488 Implement: CutSceneCitySelectScreen
- [PC] Blocked out code that tries to redraw the screen
2020-08-21 16:31:07 -07:00
Fireboyd78
3f573381bc Refactor: MissionCityScreen
- [PC] Blocked out code that tries to redraw the screen
2020-08-21 16:30:15 -07:00
Fireboyd78
62e94e337a Refactor: CarSelectScreen
- [PC] Blocked out code that tries to redraw the screen
2020-08-21 16:23:53 -07:00
Fireboyd78
977859d0b5 Refactor + Fix: DoFrontEnd
- [PC] Fixed a bug where the screen would draw too many times
2020-08-21 16:22:16 -07:00
Fireboyd78
f16f189285 Refactor: HandleKeyPress 2020-08-21 16:20:31 -07:00
Fireboyd78
0548a79326 Clean: DrawScreen 2020-08-21 16:16:04 -07:00
Fireboyd78
2456d7007d Fixed a bug in DrawScreen caused by refactoring. 2020-08-21 16:14:36 -07:00
Fireboyd78
be7be4c828 Clean: SpecClutsSpooled 2020-08-21 16:13:47 -07:00
Fireboyd78
4285bf9564 Fixed a bug in SpecClutsSpooled caused by refactoring. 2020-08-21 16:13:15 -07:00
Ilya Shurumov
c1eb1dfdc9 - update README 2020-08-21 21:47:19 +06:00
Ilya Shurumov
15e6cb403f - fix DrawOverheadMap, pretty and fix InitOverheadMap 2020-08-21 21:47:08 +06:00
Ilya Shurumov
0e55c08d33 - implement DrawOverheadMap
- pretty ProcessOverlayLump
2020-08-21 19:17:25 +06:00
Ilya Shurumov
81b4a4db27 - implement LoadMaptile 2020-08-21 17:35:53 +06:00
Ilya Shurumov
64428ef4a0 - adding RNC2 code, implement UnpackRNC 2020-08-21 17:31:54 +06:00
Ilya Shurumov
3f76d83c59 Merge branch 'Fireboyd78-master' 2020-08-21 11:36:29 +06:00
Ilya Shurumov
b5a3a3ae5c Merge branch 'master' of https://github.com/Fireboyd78/REDRIVER2 into Fireboyd78-master 2020-08-21 11:02:55 +06:00
Ilya Shurumov
8cf61b6cac - fix SpecClutsSpooled refactoring error 2020-08-21 10:40:54 +06:00
Fireboyd78
c58690e3a4 Refactor: MissionCityScreen, MissionSelectScreen
- Better code flow for handling button input

- Fixed 'bP' being used incorrectly
2020-08-20 21:20:03 -07:00
Fireboyd78
26379945cc Refactor: FEInitCdIcon 2020-08-20 13:53:46 -07:00
Fireboyd78
bca2617df4 Clean: DisplayScoreTable - remove casts, change hex to decimal 2020-08-20 13:34:04 -07:00
Fireboyd78
f411d084f2 Refactor: MissionCityScreen 2020-08-20 13:27:57 -07:00
Fireboyd78
f914cf6053 Refactor: MissionSelectScreen 2020-08-20 13:20:53 -07:00
Fireboyd78
6286cf4fbb Clean: FEPrintString - use GTE macros 2020-08-20 13:20:18 -07:00
Fireboyd78
7cec4caca4 Refactor: NewSelection 2020-08-20 13:15:40 -07:00
Fireboyd78
a61fc7cad8 Clean: ReInitScreens 2020-08-20 13:15:04 -07:00