Commit graph

88 commits

Author SHA1 Message Date
Yamagi Burmeister
3bb1966788 Cleanup the berserker and add sanity checks 2013-01-15 18:45:25 +01:00
Yamagi Burmeister
53a0fc1f5d Remove monster/actor
The "actor" entity are player models moving on scripted pathes,
emulating NPC. They were never finished and thus are used in the
game. In theory the functions shouldn't be referenced anywhere
and thaerefor this change shouldn't break existing savegames.
But I'll habe to check if that stands in praxis.
2013-01-13 10:33:11 +01:00
Yamagi Burmeister
b7c935b2a7 Clean up local.h 2013-01-13 10:25:01 +01:00
Yamagi Burmeister
1a9b6acd81 Cleanup game.h 2013-01-13 10:04:31 +01:00
Yamagi Burmeister
9a29fee404 Add back the coop spawnpoint functions
Those are necessary to preserve savegame compatiblity and
maybe we'll need then anyway...
2013-01-06 15:53:37 +01:00
Yamagi Burmeister
2fd39786b9 Cleanup weapon.c and add sanity checks 2013-01-06 15:53:37 +01:00
Yamagi Burmeister
39cbfb5f0c Cleanup view.c and add sanity checks 2013-01-06 15:53:37 +01:00
Yamagi Burmeister
0ac8329672 Cleanup trail.c and add sanity checks 2013-01-06 15:53:37 +01:00
Yamagi Burmeister
b8052668b2 Cleanup hud.c and add sanity checks 2013-01-06 15:53:37 +01:00
Yamagi Burmeister
09a9023fe3 Cleanup client.c, add sanity checks and rip baseq2 stuff out 2013-01-06 15:53:37 +01:00
Yamagi Burmeister
8c53db8c05 Cleanup g_weapon.c and add sanity checks 2013-01-05 17:27:08 +01:00
Yamagi Burmeister
a96616d85f Cleanup g_utils.c and add sanity checks 2013-01-05 16:56:44 +01:00
Yamagi Burmeister
b6b88565ef Cleanup g_turret.c and add sanity checks 2013-01-05 14:57:53 +01:00
Yamagi Burmeister
93563d1541 Cleanup g_trigger.c and add sanity checks 2013-01-05 14:31:42 +01:00
Yamagi Burmeister
abcd2d98c7 Clean up g_target.c and add sanity checks 2013-01-05 13:54:21 +01:00
Yamagi Burmeister
81adfbff59 Clean g_svcmds.c up and add sanity checks 2013-01-05 13:30:05 +01:00
Yamagi Burmeister
214bd0a6f5 Clean up g_spawn.c and add sanity checks 2013-01-05 13:24:38 +01:00
Yamagi Burmeister
437c52de42 Cleanup g_phys.c and add sanity checks 2013-01-05 13:15:15 +01:00
Yamagi Burmeister
8caf0ff519 Cleanup g_monster.c and add sanity checks 2013-01-05 12:58:11 +01:00
Yamagi Burmeister
6e48d1aa2a Merge branch 'master' into cleanup
Conflicts:
	CHANGELOG
	src/g_combat.c
	src/g_func.c
	src/g_items.c
2013-01-05 12:34:59 +01:00
Yamagi
2d1a5c15a1 Merge pull request #1 from DrItanium/ia64
Added Itanium Support and fixed some missing platform checks
2012-12-30 09:02:43 -08:00
Yamagi Burmeister
387e0a63e0 Mention 1.09 changes 2012-12-30 17:59:17 +01:00
Joshua Scoggins
b0d33ae5ad Added sparc64 support to the ARCH string of savegame.c 2012-11-30 20:57:46 -08:00
Joshua Scoggins
3ef341a21a Added OpenBSD and MacOS X to savegame.c
Now the OS field will be correct when dealing with OSX and OpenBSD
2012-11-30 20:55:26 -08:00
Joshua Scoggins
18b4b74f56 Added ia64 to the arch define of savegame.c 2012-11-30 20:48:23 -08:00
Joshua Scoggins
8b03200805 Add ia64 to the Makefile 2012-11-30 20:47:33 -08:00
Yamagi Burmeister
7546eb55a4 Add OS X installation guide 2012-11-05 21:29:13 +01:00
Yamagi Burmeister
fe57e7b3d2 Add support for OS X 2012-10-06 09:51:06 +02:00
Yamagi Burmeister
5200a9f049 Update the README 2012-07-01 10:12:15 +02:00
Yamagi Burmeister
834e3c7846 Fix several warnings to enable a clean Windows build 2012-06-30 19:45:36 +02:00
Yamagi Burmeister
00fa861edc Update the CHANGELOG 2012-06-26 15:14:07 +02:00
Yamagi Burmeister
7188f23276 Update the README 2012-06-26 15:11:26 +02:00
Yamagi Burmeister
7a5414243a Add Windows platform define 2012-06-26 14:56:01 +02:00
Yamagi Burmeister
b94269cbdb Modernize the Makefile and port it to Windows 2012-06-26 14:54:47 +02:00
Yamagi Burmeister
68d43b4bc5 Use randk() instead of rand() 2012-06-26 14:36:40 +02:00
Yamagi Burmeister
88bbdc4779 Sync shared.c and shared.h with baseq2, import rand.c 2012-06-26 14:33:37 +02:00
Yamagi Burmeister
ad3fe0b674 Prevent potential division by zero 2012-06-26 14:22:07 +02:00
Yamagi Burmeister
3e063fe549 Fix potential nulllpointer dereferences 2012-06-26 14:17:18 +02:00
Yamagi Burmeister
0226b07f48 Remove several dead assignements 2012-06-26 14:11:56 +02:00
Yamagi Burmeister
aed38232d3 Fix logic bug (found by caedes and his compiler) 2012-06-26 13:22:03 +02:00
Yamagi Burmeister
7224fe777a Merge the changelog entries for 1.07 back into the trunk 2012-06-26 13:21:54 +02:00
Yamagi Burmeister
908d500620 Added a CHANGELOG 2012-06-26 13:21:42 +02:00
Yamagi Burmeister
b3ec37bf68 This is the xatrix repo, converted from subversion to git.
The older parts of the commit history are in german and crap. Sorry for
that. All releases are marked with "git tag".
2012-04-29 13:41:13 +02:00
Yamagi Burmeister
f29e0c6ca6 Fix logic bug (found by caedes and his compiler) 2012-02-22 11:47:14 +00:00
Yamagi Burmeister
2ec2e183a0 Merge the changelog entries for 1.07 back into the trunk 2012-01-08 16:53:00 +00:00
Yamagi Burmeister
188ccf8322 Added a CHANGELOG 2011-12-08 11:00:48 +00:00
Yamagi Burmeister
e8f166520e Cleanup g_misc.c and add sanity checks 2011-10-18 10:00:46 +00:00
Yamagi Burmeister
c48f0633b3 Cleanup g_main.c and add sanity checks 2011-10-18 09:32:11 +00:00
Yamagi Burmeister
462d5a8610 Remove unused functions 2011-10-18 09:23:57 +00:00
Yamagi Burmeister
a9162b17f5 Cleanup g_items.c and add sanity checks 2011-10-18 09:21:30 +00:00