]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Make it possible to pass the tutorial map again, by using different physics there
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 1 Mar 2012 09:55:05 +0000 (11:55 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 1 Mar 2012 09:55:05 +0000 (11:55 +0200)
data/maps/tutorial.mapinfo
docs/TODO.txt

index da284aac53413a2ed1278d417c18d6d75f0a20ba..aa13d2b3ac065460b19f08242e536f7d74cd085a 100644 (file)
@@ -6,6 +6,9 @@ type dm 0 0
 cdtrack boss_theme\r
 hidden\r
 \r
+// these are needed to pass certain parts of the tutorial map, although they might not match the default physics\r
+settemp_for_type all sv_airaccelerate 16\r
+\r
 // no intermission effects in this tutorial\r
 clientsettemp_for_type all cl_intermission 0\r
 clientsettemp_for_type all cl_artwork 0\r
index 9dc6bb4235dd91b403fdb1435a624eb1cdb391d4..208b771a98ed116d1c233a5e487d94adf36a9d9f 100644 (file)
@@ -92,8 +92,6 @@
 \r
 - 0.7 | 0.8: Make sure the new blood leaves stains\r
 \r
-- 0.7: Fix bunny hopping in tutorial map with the new physics\r
-\r
 - 0.7: Does r_viewfbo belong in the effect presets too?\r
 \r
 - 0.7 | 0.8: Add cubemap reflections for eX and trak5\r
 \r
 - 0.7 BUG: Fix the following crash, apparently taking place after the tutorial map: http://pastebin.com/hz9md090\r
 \r
-- 0.7: When a player sound has less volume because the player is in a belly, make sure that doesn't apply to neighboring prey, because they are there too
\ No newline at end of file
+- 0.7: When a player sound has less volume because the player is in a belly, make sure that doesn't apply to neighboring prey, because they are there too\r
+\r
+- 0.7: Fix crouch walking speed\r
+\r
+- 0.7 BUG: Fix assignment to world.scale when there is no weapon model in hand\r
+\r
+- 0.7: I set a different horizontal and vertical view bobbing, but the menu sliders adjust both to the same value. Fix this somehow
\ No newline at end of file