Mitchell Richters
|
3a4a224877
|
- interpolate p->weapon_sway .
|
2020-08-02 21:20:52 +02:00 |
|
Mitchell Richters
|
4499e05b06
|
- pass smoothratio through to displayweapon() .
|
2020-08-02 21:20:52 +02:00 |
|
Christoph Oelckers
|
63f4d82aeb
|
- removed the 8 pixel offset for the Scuba Gear in display modes with reduced viewport size.
I have no idea why this was originally done, it makes no sense.
Fixes #50
|
2020-07-27 18:59:05 +02:00 |
|
Christoph Oelckers
|
b120bade95
|
- fixed scuba gear display.
Fixes #37.
|
2020-07-26 18:35:47 +02:00 |
|
Christoph Oelckers
|
8643459cbe
|
- re-added EDuke32's last_quick_kick to remove flicker during the animation. Fixes #7.
|
2020-07-26 10:18:55 +02:00 |
|
Christoph Oelckers
|
2ea9811e0a
|
- fixed offsetting for flipped 2D sprites and reverted the offset change for the trip bomb.
|
2020-07-26 08:08:15 +02:00 |
|
Mitchell Richters
|
dcf36f8f9d
|
- fix right hand sprite when displaying trip mine HUD weapon. Fixes #13.
|
2020-07-26 15:03:14 +10:00 |
|
Christoph Oelckers
|
f9d48e1f68
|
- removed all the intermediate variables for the status bar size.
hud_size now gets used directly by the status bar code.
|
2020-07-25 13:26:56 +02:00 |
|
Christoph Oelckers
|
30a0fcfe46
|
- disable rotation for hud_drawpal.
This was just a Build crutch to do x-flipping, with that being handled in the backend now the rotation angle must be 0.
|
2020-07-25 09:02:47 +02:00 |
|
Christoph Oelckers
|
55feadd11c
|
- render the weapons with the DrawTexture interface and properly handle rotatesprite's alignment modes
|
2020-07-16 13:23:26 +02:00 |
|
Christoph Oelckers
|
39a6ab6f0e
|
- input update - safety commit
|
2020-07-15 23:44:07 +02:00 |
|
Christoph Oelckers
|
381e15a9b2
|
- renamed playerdata_t::input back to sync and made it a static array again.
|
2020-07-15 13:10:18 +02:00 |
|
Christoph Oelckers
|
a4879fb338
|
- draw all overlay elements on the game screen.
|
2020-07-06 15:52:09 +02:00 |
|
Christoph Oelckers
|
e272245537
|
- fixing some HUD stuff.
|
2020-07-06 15:48:51 +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
|
6be1a9a9e4
|
- copyright
|
2020-06-28 09:03:31 +02:00 |
|
Christoph Oelckers
|
adaaea2951
|
- displayflamethrower
|
2020-06-22 00:16:22 +02:00 |
|
Christoph Oelckers
|
603afdde87
|
- weapon draw code tested and old version removed.
# Conflicts:
# source/games/duke/src/zz_player.cpp
|
2020-06-22 00:06:27 +02:00 |
|
Christoph Oelckers
|
e3153f143d
|
hudweapon
# Conflicts:
# source/build/src/engine.cpp
|
2020-06-22 00:05:07 +02:00 |
|