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-09-26 16:13:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
992c18aabb8af8af2b73afb83151a8d19ec68d91
0ad
/
source
T
History
vladislavbelov
992c18aabb
Enables ARB shaders only once since we should not mix different backends.
...
This was SVN commit r26629.
2022-03-12 22:10:47 +00:00
..
collada
Forbids using more than 64 bones for GPU skinning.
2021-12-13 19:22:27 +00:00
graphics
Enables ARB shaders only once since we should not mix different backends.
2022-03-12 22:10:47 +00:00
gui
Replaces native GL types by backend format in vertex attributes in CShaderProgram.
2022-03-07 02:21:05 +00:00
i18n
…
lib
removeable => removable
2022-03-03 14:52:13 +00:00
lobby
…
maths
Renames sgn function to Sign to fit the naming of other MathUtil functions.
2022-01-30 20:51:01 +00:00
mocks
…
network
Let the Gamesetup.cpp Autostart (starting from cl) use the gamesettings via the autostart gui page.
2022-03-06 21:12:16 +00:00
pch
…
ps
Fix crash when creating JSON file that do not exist.
2022-03-07 15:46:28 +00:00
renderer
Enables ARB shaders only once since we should not mix different backends.
2022-03-12 22:10:47 +00:00
rlinterface
…
scriptinterface
Run the AI in the same Compartment as the simulation. Let the AI access Sim data.
2022-01-30 13:33:34 +00:00
simulation2
Fixes macOS warnings after adding final keyword to simulation classes in
3eee3a444d
.
2022-03-07 23:04:11 +00:00
soundmanager
…
third_party
…
tools
Clears the color attachment of the main framebuffer only if needed.
2022-03-11 22:26:49 +00:00
main.cpp
Allow to cap FPS up to the current max refresh rates of gaming screens: 360Hz
2022-01-13 14:30:23 +00:00
test_setup.cpp
…