This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-21 04:05:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
425348fa30f086f5265660f95badc022dde34397
0ad
/
source
T
History
historic_bruno
202a8e17c4
Fixes camera constraints by clamping the camera focus point to within the map bounds instead of outside, since the constraints are partially based on terrain height. Should improve scrolling behavior on both circular and square maps. Refs
#656
,
#850
...
This was SVN commit r11044.
2012-02-10 02:17:40 +00:00
..
collada
Throw error in PSA converter if animation has no frames, as this will lead to a divide-by-zero error in the engine, and it's good to catch that as early as possible.
2012-02-03 01:49:32 +00:00
graphics
Fixes camera constraints by clamping the camera focus point to within the map bounds instead of outside, since the constraints are partially based on terrain height. Should improve scrolling behavior on both circular and square maps. Refs
#656
,
#850
2012-02-10 02:17:40 +00:00
gui
Attempt to fix minimap rendering issues
2012-02-09 20:45:19 +00:00
lib
Initial support for GLSL generic vertex attributes in shader API, for GLES compatibility.
2012-02-09 17:55:25 +00:00
maths
Move GUI renderer towards using shader infrastructure.
2012-02-08 20:43:38 +00:00
mocks
…
network
…
pch
More build fixes for FreeBSD.
2012-01-31 00:06:56 +00:00
ps
Adds safe bool operator to ICmpPtr, replacing the null() method, based on patch by leper. Also changes bool operator in AtSmartPtr to safe bool.
Fixes
#1077
.
2012-02-08 02:46:15 +00:00
renderer
Initial support for GLSL generic vertex attributes in shader API, for GLES compatibility.
2012-02-09 17:55:25 +00:00
scripting
Fix
#1064
(use ++it instead of it++ for consistency), based on patch by Echelon9
2011-12-29 01:17:03 +00:00
scriptinterface
Vague start at hypothetical Android support
2012-01-17 22:05:43 +00:00
simulation2
Adds safe bool operator to ICmpPtr, replacing the null() method, based on patch by leper. Also changes bool operator in AtSmartPtr to safe bool.
Fixes
#1077
.
2012-02-08 02:46:15 +00:00
sound
…
third_party
/mongoose
…
tools
Adds safe bool operator to ICmpPtr, replacing the null() method, based on patch by leper. Also changes bool operator in AtSmartPtr to safe bool.
Fixes
#1077
.
2012-02-08 02:46:15 +00:00
contributors.txt
…
main.cpp
Partial SDL2 compatibility
2012-02-06 22:47:35 +00:00
test_setup.cpp
…