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 modified src/common.h (diff)
The file was modified src/grenade.h (diff)
The file was modified src/window.h (diff)
The file was modified src/cameracontroller.c (diff)
The file was modified resources/config.ini (diff)
The file was modified src/camera.h (diff)
The file was modified src/main.c (diff)
The file was modified src/hud.c (diff)
The file was modified src/config.h (diff)
The file was modified src/network.c (diff)
The file was modified src/aabb.c (diff)
The file was modified src/window.c (diff)
The file was modified src/aabb.h (diff)
The file was modified src/glx.c (diff)
The file was modified src/model.c (diff)
The file was modified src/hud.h (diff)
The file was modified src/weapon.c (diff)
The file was modified src/config.c (diff)
The file was modified src/glx.h (diff)
The file was modified src/camera.c (diff)
The file was modified src/particle.c (diff)
The file was modified src/grenade.c (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 modified src/hud.c (diff)