Advertisement
Guest User

Warsow Changes from 1.0 to 1.01

a guest
Oct 9th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. :: :: Changes from 1.0 to 1.01
  2.  
  3. UI:
  4. - Bugfix: Server browser didn't query for servers after connecting a server.
  5. - Bugfix: Demoplayer slider didn't work if demo was opened with double click.
  6. - Bugfix: Removed selection of weak and strong crosshair.
  7. - Bugfix: Switching between Match browser and Local game broke 'Instagib' and 'TV' tabs.
  8. - Added option for inverting mouse movement to the UI.
  9. - Server browser now queries for LAN servers.
  10. - Removed screen color depth option.
  11.  
  12. Engine:
  13. - Bugfix: T_TransformVectorToScreen didn't adjust fov to widescreen - fixes player name locations at top of player models.
  14. - Bugfix: Fixed GLSL compilation errors in dynamic light shader for NVidia/Nouveau.
  15. - Bugfix: Properly reload volatile shaders when needed (fixing shader problems in maps after map loading).
  16. - Renderer now renders up to 4 shadowmaps in 1 pass instead of 1 per pass.
  17. - Removed r_colorbits cvar (+ UI: Removed screen color depth option).
  18. - Added TAB-completion for "alias", "aliasa" and "unalias" console commands.
  19. - Compiled binaries with SSE2 compliant compile flags to restore compability with older CPU's ("Received signal 4" error).
  20.  
  21. Stats/matchmaker:
  22. - Bugfix: Fixed crash on login if username contained %n.
  23. - Bugfix: Changing userinfo broke "whois" cmd and stats collection.
  24. - Bugfix: Stats sometimes got lost, especially in duel/da due match UUID generating.
  25.  
  26. Gameplay:
  27. - Bugfix: After running out of ammo, player could change back to empty weapon and firing weapon with empty weapon, which would fire previous weapon with ammo, causing firing have no sound aka "EB ammo bug".
  28. - Bugfix: TDO points didn't work in some maps.
  29. - Bugfix: vid_restart reset cg_clienthud variable to cg_spechud.
  30. - Bugfix: Turret firing-flash shader was missing.
  31. - Bugfix: Automatic respawn didn't work after completing a race.
  32. - Bugfix: Damaging dead things and world objects no longer increases damage stats.
  33. - Bumped Lasergun damage from 6.5 to 6.75 (130 > 135dps).
  34. - Bumped Riotgun damage from 90 to 95 per blast.
  35. - Bumped CA ammo counts: +20 rl +5 rg +5 eb.
  36. - Bumped Bomb ammo counts: +5 eb gl +40 lg +20 pg.
  37. - Electrobolt now always gibs.
  38.  
  39. Maps:
  40. - New feature: maps can now include custom entities written with AngelScript.
  41.  
  42. Platform specific fixes:
  43. Windows:
  44. - Bugfix: Removed portable profile option from windows installer. Fixes permission problems after installation with Vista/Windows 7.
  45.  
  46. Mac:
  47. - Bugfix: Toggling r_swapinterval didn't affect vsync.
  48. - Bugfix: Fixed crash on startup with Mountain Lion.
  49.  
  50. Linux:
  51. - Bugfix: Fixed segmentation fault when changing fs_game (Linux).
  52.  
  53. SDK:
  54. - Packaged API documentation for AS was out of date.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement