Skip to content
Success

Changes

Summary

  1. See desc (commit: d788bd9) (details)
  2. Fix a few chat buffer issues (#54) (commit: 63e0b5b) (details)
Commit d788bd9be92b0465ef4b84595c2df02c46fe9d5b by xtreme8000
See desc
* allow spectator camera to exceed map top
* show_fps/ping setting
* show disconnect reason popup
* hide hud key (F6)
* map key now toggles
* corrected water particles by grenades
* show player on minimap when spectating
* allow color selection roll over
* disable tool switching when dead
* don't show block selection when dead
* disable shooting when in team/gun selection
* improve server list
* added wip controls/setting pages
(commit: d788bd9)
The file was modifiedsrc/cameracontroller.c (diff)
The file was modifiedsrc/common.h (diff)
The file was modifiedsrc/config.c (diff)
The file was modifiedsrc/aabb.c (diff)
The file was modifiedsrc/hud.c (diff)
The file was modifiedsrc/network.c (diff)
The file was modifiedsrc/config.h (diff)
The file was modifiedsrc/aabb.h (diff)
The file was modifiedsrc/window.c (diff)
The file was modifiedsrc/grenade.h (diff)
The file was modifiedsrc/glx.c (diff)
The file was modifiedsrc/particle.c (diff)
The file was modifiedsrc/weapon.c (diff)
The file was modifiedsrc/camera.c (diff)
The file was modifiedsrc/glx.h (diff)
The file was modifiedsrc/camera.h (diff)
The file was modifiedsrc/grenade.c (diff)
The file was modifiedsrc/main.c (diff)
The file was modifiedsrc/model.c (diff)
The file was modifiedsrc/hud.h (diff)
The file was modifiedsrc/window.h (diff)
The file was modifiedresources/config.ini (diff)
Commit 63e0b5b1dc20b4835d47a17fc08dd37b9dbe4e7e by ByteBit
Fix a few chat buffer issues (#54)
* fix buffer underflow writing to chat
* fix another chat buffer write
(commit: 63e0b5b)
The file was modifiedsrc/hud.c (diff)