]> git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fixed the bug causing the engine to crash when changing levels (caused by the intermi...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 31 Jan 2012 23:17:02 +0000 (01:17 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 31 Jan 2012 23:17:02 +0000 (01:17 +0200)
docs/Release notes.txt
docs/TODO.txt

index ccd31a6b5d058c07cf6c53776f13964d60f56013..aad2434b49fa55b6ff3032456a0053dea8650195 100644 (file)
@@ -260,6 +260,8 @@ Bug fixes:
 \r
 Bug fixes:\r
 \r
+- Fixed a major bug which caused the engine to crash if loading a new level after the intermission song stopped playing. This was caused by attempting to free a null song. Debugged and fixed with LordHavoc.\r
+\r
 - Fix the stomach board showing the wrong player (predator) when spectating someone in multiplayer.\r
 \r
 - Fixed a bug causing Grabber recoil to not work.\r
index 18d8e497fcc85f17cc0bd0954b86e7fa47a1b0b7..ded1dfeb65f022ce22cdd1a107578a9d14ace06d 100644 (file)
@@ -94,7 +94,7 @@
 \r
 - 0.7: Create missing player / map / skin preview images\r
 \r
-- 0.7: Make slime and lava on all maps reflective, and possible cubemapped\r
+- 0.7 | 0.8: Make slime and lava on all maps reflective, and possible cubemapped\r
 \r
 - 0.7 | 0.8: Make sure the new blood leaves stains\r
 \r
 \r
 - 0.7 BUG: Default player model is broken?\r
 \r
-- 0.7 BUG: Display digits on th 1st persom model disappear when the next map starts.
\ No newline at end of file
+- 0.7 BUG: Display digits on th 1st persom model disappear when the next map starts.\r
+\r
+- 0.7 BUG: With the latest engine, the view is no longer locked after match end, and you can still look around. See what changed in Xonotic and how to fix this.\r
+\r
+- 0.7 BUG: Consumable health seems to give more than the health it should.\r
+\r
+- 0.7: What happens to consumable items when the pred gets eaten?
\ No newline at end of file