Advertisement
tm512

11.07c

Jul 11th, 2011
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. obsidian 11.07b TODO:
  2.  
  3. - Fix crash with 'P_RemoveActivePlat: can't find plat!'
  4. - Fix:
  5. Program received signal SIGSEGV, Segmentation fault.
  6. 0x000000000043fcae in G_CheckSpot (playernum=3, mthing=0x7b6954) at src/g_game.c:1299
  7. 1299 if (players[i].mo->x == mthing->x << FRACBITS
  8. - Try to hunt down the ghost players issue, again.
  9. - Don't let players send empty chat strings.
  10. - Fix no-named players from even having a presence on the server, they never completely connected.
  11.  
  12. obsidian 11.07c TODO:
  13.  
  14. - Add fraglimit variable for servers. -fraglimit 40, for instance.
  15. - Look into how badly -timelimit works, and fix it.
  16. - Don't let clients predict level exiting. Add protocol message MSG_LEVEXIT to do this.
  17. - Add options to disable the exit. Will have the option to kill players that try to use it.
  18. - Any bugs that pop up after 11.07b.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement