Christoph Oelckers
|
76ba45ac8d
|
- fixed the reactor for good.
Fixes #70
|
2020-08-01 09:55:48 +02:00 |
|
Christoph Oelckers
|
a861126657
|
- fixed incorrect sprite being passed to reactor() function.
|
2020-07-29 20:59:32 +02:00 |
|
Christoph Oelckers
|
bd3b2bc5bf
|
- always align the "loogies" to a virtual 320x200 screen to render them consistently.
|
2020-07-29 20:04:57 +02:00 |
|
Christoph Oelckers
|
5776f69d92
|
- transfer palette to gibs for LIZTROOP
EDuke did it for all actors - not sure if that is right. Needs checking.
|
2020-07-29 19:31:24 +02:00 |
|
Christoph Oelckers
|
a2ff8b3354
|
- removed JFDuke-based kill count reduction for slimers because it doesn't seem to work right.
|
2020-07-28 20:31:08 +02:00 |
|
Christoph Oelckers
|
ecdc92e6b9
|
- copied some changes to kill count management from DukeGDX.
|
2020-07-27 20:53:31 +02:00 |
|
Christoph Oelckers
|
2d3bf87eff
|
- ported EDuke32's trip bomb fix
Still needs to be tested.
|
2020-07-27 17:52:17 +02:00 |
|
Christoph Oelckers
|
a0cc798c9c
|
- cleaned up the sound system interface to have consistent naming and no aliases.
|
2020-07-25 09:32:54 +02:00 |
|
Christoph Oelckers
|
45f51b0c4b
|
-more header work.
|
2020-07-06 22:55:35 +02:00 |
|
Christoph Oelckers
|
83bcfcfd0c
|
- Big cleanup.
|
2020-07-06 22:53:20 +02:00 |
|
Christoph Oelckers
|
e272245537
|
- fixing some HUD stuff.
|
2020-07-06 15:48:51 +02:00 |
|
Christoph Oelckers
|
f2380f8829
|
- constant cleanup.
|
2020-07-06 13:26:26 +02:00 |
|
Christoph Oelckers
|
7872b701ce
|
- CCMD cleanup.
|
2020-07-04 21:36:27 +02:00 |
|
Christoph Oelckers
|
d13b2dc130
|
- got rid of the dynamic tilemap.
Most tile access is in game specific code, the remaining code only accesses 51 tiles
|
2020-07-03 23:56:14 +02:00 |
|
Christoph Oelckers
|
7253b4eb74
|
- added a serializer for the flamethrower's fire map.
|
2020-06-29 23:36:06 +02:00 |
|
Christoph Oelckers
|
2bd4173716
|
- renamed a few headers.
|
2020-06-24 21:21:02 +02:00 |
|
Christoph Oelckers
|
99067f3bd6
|
- a small bit more is gone.
|
2020-06-23 21:12:15 +02:00 |
|
Christoph Oelckers
|
990cb2acb8
|
-'shoot' replaced.
# Conflicts:
# source/build/src/palette.cpp
|
2020-06-21 23:24:49 +02:00 |
|
Christoph Oelckers
|
f56a8360b0
|
- spawnglass functions and fta_sounds.
|
2020-06-21 23:23:21 +02:00 |
|
Christoph Oelckers
|
26f3bc1857
|
- spawn function transitioned.
|
2020-06-21 23:21:10 +02:00 |
|
Christoph Oelckers
|
693b15a556
|
- use 4 byte entries for the script.
We no longer store pointers in here.
|
2020-06-21 23:17:51 +02:00 |
|
Christoph Oelckers
|
cb1824ca25
|
- store script code in a dynamic array.
# Conflicts:
# source/games/duke/src/zz_game.cpp
|
2020-06-21 23:17:50 +02:00 |
|
Christoph Oelckers
|
6b2fdf24fd
|
- cleanup after removing EDukes's script code.
# Conflicts:
# source/games/duke/src/zz_game.cpp
# source/games/duke/src/zz_gameexec.cpp
|
2020-06-21 23:07:46 +02:00 |
|
Christoph Oelckers
|
1fd0c279d7
|
- fixed some bugs.
|
2020-06-21 23:07:45 +02:00 |
|
Christoph Oelckers
|
5c780e5c5f
|
- fixed mixed up tile numbers.
For consistency all shared numbers now use the TILE_ prefix.
|
2020-06-21 23:07:43 +02:00 |
|
Christoph Oelckers
|
1b135ecb0b
|
- step 1.
|
2020-06-21 23:07:42 +02:00 |
|
Christoph Oelckers
|
e1c76e4c26
|
- safety commit.
# Conflicts:
# source/games/duke/src/zz_sbar.cpp
|
2020-06-21 23:07:42 +02:00 |
|
Christoph Oelckers
|
e007b9bceb
|
- safety commit
|
2020-06-21 23:07:41 +02:00 |
|
Christoph Oelckers
|
15c744f3da
|
- movement code of the VM transitioned
|
2020-06-21 23:07:41 +02:00 |
|
Christoph Oelckers
|
c9bb23ee42
|
- more gamevar cleanup.
|
2020-06-21 22:59:10 +02:00 |
|
Christoph Oelckers
|
358d1a460f
|
- tabification of new sources and replacement of the CON instruction symbols.
# Conflicts:
# source/games/duke/src/zz_gamedef.cpp
|
2020-06-21 22:55:09 +02:00 |
|
Christoph Oelckers
|
9c3189475a
|
- renamed unprocessed files and added missing WT firefly effect.
|
2020-06-21 22:38:05 +02:00 |
|
Christoph Oelckers
|
8cc273955d
|
- moveeffectors, actors.c complete.
|
2020-06-21 22:38:04 +02:00 |
|
Christoph Oelckers
|
4c99eae4f6
|
- moveexplosions
|
2020-06-21 22:38:04 +02:00 |
|
Christoph Oelckers
|
242f78de13
|
- make moveactors work and RR weapon name cleanup.
# Conflicts:
# source/games/duke/src/sbar.cpp
|
2020-06-21 22:38:04 +02:00 |
|
Christoph Oelckers
|
7b75a0683a
|
moveactors plus backing code.
|
2020-06-21 22:37:29 +02:00 |
|
Christoph Oelckers
|
cfead10cc2
|
- movetransports.
|
2020-06-21 22:36:11 +02:00 |
|
Christoph Oelckers
|
63f45f57d8
|
- separated Duke and RR implementations because the more complex functions would become too messy otherwise.
|
2020-06-21 22:36:11 +02:00 |
|
Christoph Oelckers
|
bda3374f9b
|
- reshuffling stuff.
|
2020-06-21 22:36:10 +02:00 |
|