Commit graph

19 commits

Author SHA1 Message Date
NeonKnightOA
83fe44691d Easier handling of skill levels by using defines instead of numbers 2020-01-22 12:37:33 -03:00
BjossiAlfreds
7d29eff3bd Merge branch 'master' into makron 2019-09-26 14:01:56 +00:00
BjossiAlfreds
f76ce1d64b Fixed medics unable to heal makrons 2019-09-26 12:23:57 +00:00
BjossiAlfreds
9642eec016 coop_baseq2 added and fully functional 2019-09-23 16:41:29 +00:00
Yamagi Burmeister
433a1423d9 Import Q_strlcpy() and replace several dangerous strncpy() with it. 2018-10-25 19:26:17 +02:00
Yamagi Burmeister
f4002456b4 In ED_ParseField() replace atof() with strtof().
On most implementations atof() is just a wrapper around strtod().
Calling strtof() saves one cast. For the sake of cinsistency change
atoi() to (int)strtol(), it's a noop. Reported by maraakate in yquake2
issue #160.
2016-12-17 10:44:56 +01:00
Yamagi Burmeister
c61bff46d7 Don't leak unknown entities.
I don't think that this has a visible effect, because there shouldn't be
any unknown entities in maps creates with the official entities.def.
This was reported by maraakate in quake2 issue #160.
2016-12-17 10:44:56 +01:00
Yamagi Burmeister
63c71b4e4f Remove sanity check to *data in ED_ParseEdict().
There's another check down below. This was reported by maraakate in
yquake2 issue #160.
2016-12-17 10:44:56 +01:00
Yamagi Burmeister
bac51c8d95 Whitespace cleanup 2014-02-22 13:20:22 +01:00
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
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
ef791c82c1 Cleanup src/g_spawn.c and add sanity checks 2014-01-30 18:20:52 +01:00
Yamagi Burmeister
ec3ceb2696 Remove dead code 2012-06-27 14:20:58 +02:00
Yamagi Burmeister
489ab02814 Rearrange source and rework Makefile 2011-10-11 11:40:43 +00:00
Yamagi Burmeister
5af197b73c Ändere einige Details in der Ausgabe der Spiele 2010-10-27 13:33:37 +00:00
Yamagi Burmeister
920ea02401 Der dumme Stalker klebt nun wieder an der Decke 2009-04-05 10:48:21 +00:00
Yamagi Burmeister
3cf9b066c6 Überflüssige ifdef entfernt 2009-03-31 15:25:16 +00:00
Yamagi Burmeister
e28b86fd81 Die Spiellogik aufgeräumt. Funktioniert auch, man sollte aber besser
nicht auf ausgelegte Teslaspulen schießen.
2009-03-31 10:59:11 +00:00
Yamagi Burmeister
ae4db9289f Gorund zero eingefügt 2009-03-12 20:03:41 +00:00