Skip to content
Success

Changes

Summary

  1. See desc (commit: fcb2841) (details)
Commit fcb284158a2574a60a90563ed628ecc802089c6b by xtreme8000
See desc
* mention GLEW in readme
* show connection alert when no internet is available
* zoom camera closer in join dialog
* fix up greedy meshing
* remove opengl es build syntax errors
* allow voxlap style model rendering
* auto create missing directories
* press F12 to show network stats like on voxlap aos
* highlight local player on scoreboard
* allow dragging of the server list
* dont render player when not necessary
* scale player head according to orientation vector length (used in
zombie mode)
* give dead player body a bounding box
* compute 2D bounding box of every player
(commit: fcb2841)
The file was modifiedsrc/window.c (diff)
The file was modifiedsrc/network.h (diff)
The file was modifiedsrc/glx.c (diff)
The file was modifiedsrc/file.h (diff)
The file was modifiedsrc/model.h (diff)
The file was modifiedsrc/window.h (diff)
The file was modifiedsrc/cameracontroller.c (diff)
The file was modifiedsrc/config.c (diff)
The file was modifiedsrc/network.c (diff)
The file was modifiedsrc/matrix.c (diff)
The file was modifiedsrc/file.c (diff)
The file was modifiedsrc/texture.h (diff)
The file was modifiedsrc/common.h (diff)
The file was modifiedsrc/hud.h (diff)
The file was modifiedsrc/config.h (diff)
The file was modifiedsrc/map.h (diff)
The file was modifiedsrc/player.c (diff)
The file was modifiedsrc/player.h (diff)
The file was modifiedsrc/glx.h (diff)
The file was modifiedsrc/model.c (diff)
The file was addedresources/png/ui/alert.png
The file was modifiedsrc/chunk.c (diff)
The file was modifiedsrc/main.c (diff)
The file was modifiedsrc/texture.c (diff)
The file was modifiedREADME.md (diff)
The file was modifiedCMakeLists.txt (diff)
The file was modifiedsrc/hud.c (diff)
The file was modifiedsrc/map.c (diff)