Commit graph

96 commits

Author SHA1 Message Date
Yamagi Burmeister
d97357f177 Remove actor
The actor was a special "monster" used für simulating NPC. It was never
fully implemented and therefor disfunctional. Thus it was never used in
any map. Remove it like done in baseq2 and xatrix.
2014-02-02 18:40:34 +01:00
Yamagi Burmeister
83e9c55ab5 Cleanup local.h 2014-02-02 18:17:27 +01:00
Yamagi Burmeister
777e939e8c Cleanup game.h 2014-02-02 18:14:54 +01:00
Yamagi Burmeister
daefddcf6b Add file headers
With this commit the game logic is cleaned up. Coop spawnpoint cleanup
is still missing, it'll be done at a later time. While not completely
finshed, rogue should alread run much more stable than the unmodified
code. Please note, that this is still untested! Headers are next,
monsters will be done after that.
2014-01-30 18:33:36 +01:00
Yamagi Burmeister
3f70140b56 Cleanup tag.c and add sanity checks 2014-01-30 18:20:59 +01:00
Yamagi Burmeister
19ae368fef Cleanup ball.c and add sanity checks 2014-01-30 18:20:59 +01:00
Yamagi Burmeister
6bb515a5e3 Cleanup weapon.c and add sanity checks 2014-01-30 18:20:53 +01:00
Yamagi Burmeister
676f6c5f25 Cleanup view.c and add sanity checks 2014-01-30 18:20:53 +01:00
Yamagi Burmeister
91393ab581 Cleanup trail.c and add sanity checks 2014-01-30 18:20:53 +01:00
Yamagi Burmeister
174a7b42bc Cleanup hud.c and add sanity checks 2014-01-30 18:20:53 +01:00
Yamagi Burmeister
d8c6aae783 Cleanup client.c and add sanity checks 2014-01-30 18:20:53 +01:00
Yamagi Burmeister
79eb5c8c09 Cleanup g_weapon.c and add sanity checks 2014-01-30 18:20:53 +01:00
Yamagi Burmeister
dd6503a780 Cleanup g_utils.c and add sanity checks 2014-01-30 18:20:53 +01:00
Yamagi Burmeister
2f89dd8382 Cleanup g_turret.c and add sanity checks 2014-01-30 18:20:53 +01:00
Yamagi Burmeister
695d83441e Cleanup g_trigger.c and add sanity checks 2014-01-30 18:20:52 +01:00
Yamagi Burmeister
811e038971 Cleanup g_target.c and add sanity checks 2014-01-30 18:20:52 +01:00
Yamagi Burmeister
3be19fed3a Cleanup g_svcmds.c and add sanity checks 2014-01-30 18:20:52 +01:00
Yamagi Burmeister
a81e7e6bf7 Cleanup g_sphere.c and add sanity checks 2014-01-30 18:20:52 +01:00
Yamagi Burmeister
ef791c82c1 Cleanup src/g_spawn.c and add sanity checks 2014-01-30 18:20:52 +01:00
Yamagi Burmeister
b417093ec8 Cleanup g_phys.c and add sanity checks 2014-01-30 18:20:52 +01:00
Yamagi Burmeister
027fccbfe4 Cleanup gnewweap.c and add sanity checks 2014-01-30 18:20:44 +01:00
Yamagi Burmeister
762208bceb Cleanup g_newtrig.c and add sanity checks 2014-01-26 16:16:23 +01:00
Yamagi Burmeister
b81736eece Cleanup g_newtarg.c and add sanity checks 2014-01-26 16:12:23 +01:00
Yamagi Burmeister
4816a3ae03 Cleanup g_newfnc.c and add santiy checks 2014-01-26 16:06:06 +01:00
Yamagi Burmeister
579b6cc413 Cleanup g_newdm.c and add sanity checks. 2014-01-26 15:58:17 +01:00
Yamagi Burmeister
2d2c7e8222 Cleanup g_newai.c and add sanity checks 2014-01-26 15:53:04 +01:00
Yamagi Burmeister
d1e914778e Cleanup g_monster.c and add sanity checks 2014-01-26 11:34:15 +01:00
Yamagi Burmeister
e47f955256 Cleanup g_misc.c and add sanity checks 2014-01-26 11:13:50 +01:00
Yamagi Burmeister
be4d838f45 Cleanup g_main.c and add sanity checks 2014-01-26 10:20:06 +01:00
Yamagi Burmeister
ea9bd331ff Cleanup g_item.c and add sanity checks 2014-01-23 19:31:39 +01:00
Yamagi Burmeister
b3be15b91b Cleanup g_func.c and add sanity checks 2013-05-01 15:35:01 +02:00
Yamagi Burmeister
bacd021882 Cleanup g_combat.c and add sanity checks 2013-05-01 13:39:08 +02:00
Yamagi Burmeister
0a471ec8d8 Cleanup g_cmds.c and add sanity checks 2013-05-01 10:43:49 +02:00
Yamagi Burmeister
7dc2b023e9 Cleanup g_chase.c and add sanity checks 2013-05-01 10:28:42 +02:00
Yamagi Burmeister
8a89578a2d Cleanup g_ai.c and add sanity checks 2013-05-01 10:25:53 +02:00
Yamagi
cb3d6ac56a Merge pull request #1 from DrItanium/ia64
Added Itanium Support and fixed some missing platform checks
2012-12-30 09:03:11 -08:00
Yamagi Burmeister
2d422cb5ce 1.07 changes 2012-12-30 17:56:29 +01:00
Joshua Scoggins
49288378bf Added the sparc64 ARCH tag to savegame.c 2012-11-30 20:59:47 -08:00
Joshua Scoggins
b741f8adb1 Added OpenBSD and MacOS X support to savegame.c 2012-11-30 20:59:07 -08:00
Joshua Scoggins
fb179f0f16 Added ia64 to the makefile 2012-11-30 20:46:17 -08:00
Joshua Scoggins
16e11b2ae4 Added an ia64 ARCH string to savegame.c 2012-11-30 20:45:48 -08:00
Yamagi Burmeister
8dc6640a7e Initialize variable "blindfire"
Found by Clang 4.2 SVN.
2012-11-08 08:13:02 +01:00
Yamagi Burmeister
7bad5c646d Merge branch 'master' of github.com:yquake2/rogue 2012-11-05 21:31:04 +01:00
Yamagi Burmeister
ab88319274 Add OS X installation guide 2012-11-05 21:30:29 +01:00
Daniel Gibson
ee209d649c Remove bad check from door_use()
It was added in ec3ceb2696
2012-10-18 22:24:00 +02:00
Yamagi Burmeister
31178c81bf Add support for OS X 2012-10-06 09:53:43 +02:00
Yamagi Burmeister
c51492f1bb Update the CHANGELOG 2012-07-01 10:36:47 +02:00
Yamagi Burmeister
79f1e790ab Update the README 2012-07-01 10:15:35 +02:00
Yamagi Burmeister
cb9736d97c Fix warnings, enable a clean Windows build 2012-06-30 21:08:08 +02:00
Yamagi Burmeister
2482849546 Add platform defines for windows 2012-06-27 14:54:27 +02:00