Skip to content
Failed

Changes

Summary

  1. Update README (commit: 0f2648a) (details)
  2. See desc (commit: 20668ba) (details)
  3. See desc (commit: 8132915) (details)
  4. add invert-y support (commit: 7ad3230) (details)
  5. don't draw intel/tent when in top-left corner (commit: 6b426a7) (details)
  6. See desc (commit: 3551b1a) (details)
  7. Prepare for release (commit: afab133) (details)
  8. See desc (commit: d88ca3e) (details)
  9. Enable raw mouse input (#87) (commit: 931d1a4) (details)
The file was modified README.md (diff)
Commit 20668bafde0f600c89507b43ceae51492952c57e by xtreme8000
See desc
* first person spectate, press crouch(V) key to activate when dead or in
spectator mode, press LMB/RMB to switch between players
* clean up settings screen to allow for more
* read PacketExtInfo (ID 60)
(commit: 20668ba)
The file was modified src/hud.c (diff)
The file was modified src/player.c (diff)
The file was modified src/weapon.c (diff)
The file was modified src/network.h (diff)
The file was modified src/network.c (diff)
The file was modified src/cameracontroller.c (diff)
The file was modified src/cameracontroller.h (diff)
The file was modified src/player.h (diff)
The file was modified src/weapon.h (diff)
Commit 8132915f05ed6ca6f7a6b36f9d9fcc858fff4615 by xtreme8000
See desc
* camera zooms when spectating an aiming player
* proper join/refresh buttons with tooltips on server list
* client replies with supported extensions
(commit: 8132915)
The file was modified src/camera.c (diff)
The file was modified src/network.h (diff)
The file was modified src/network.c (diff)
The file was modified src/hud.c (diff)
The file was modified src/camera.h (diff)
The file was modified src/main.c (diff)
The file was modified src/config.c (diff)
The file was modified src/config.h (diff)
The file was modified src/hud.c (diff)
Commit 6b426a7925f65cfb95ba4c4d6ef27f6d39bb230a by xtreme8000
don't draw intel/tent when in top-left corner
useful for arena mode
(commit: 6b426a7)
The file was modified src/map.c (diff)
The file was modified src/main.c (diff)
The file was modified src/map.h (diff)
The file was modified src/hud.c (diff)
Commit 3551b1a2e410113bbfa922d177899a71b77213f0 by xtreme8000
See desc
* capitalize tooltips
* add server full/empty message
* fix oopsie
(commit: 3551b1a)
The file was modified src/config.c (diff)
The file was modified src/hud.c (diff)
The file was modified src/common.h (diff)
The file was modified src/hud.c (diff)
The file was modified src/main.c (diff)
Commit d88ca3e870f4296d524959db6e55ea4a37edc50f by xtreme8000
See desc
* improve first person spectator cam
* add lighting based cylindrical fog for gpus where other type wont work
correctly
* improve network graph
(commit: d88ca3e)
The file was modified src/config.c (diff)
The file was modified src/hud.c (diff)
The file was modified src/config.h (diff)
The file was modified src/ping.c (diff)
The file was modified src/camera.c (diff)
The file was modified src/glx.c (diff)
The file was modified src/main.c (diff)
The file was modified resources/config.ini (diff)
Commit 931d1a491faec859d5a8463e9e1d643a2bd6b439 by ByteBit
Enable raw mouse input (#87)
(commit: 931d1a4)
The file was modified src/window.c (diff)