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-07-09 08:36:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ba825ac514b64f6e0eb63e6807b7c0445c501005
0ad
/
source
/
tools
/
atlas
/
GameInterface
T
History
vladislavbelov
23a023507a
Replaces GL_LINES, GL_QUADS, GL_TRIANGLE_STRIP and GL_TRIANGLE_FAN by GL_TRIANGLES.
...
This was SVN commit r26488.
2022-02-26 00:37:27 +00:00
..
Handlers
Moves texture management to CDeviceCommandContext, adds quality options.
2022-02-13 19:30:28 +00:00
ActorViewer.cpp
Uses CDeviceCommandContext as an input parameter for CCanvas2D.
2022-02-25 08:14:11 +00:00
ActorViewer.h
…
Brushes.cpp
Replaces GL_LINES, GL_QUADS, GL_TRIANGLE_STRIP and GL_TRIANGLE_FAN by GL_TRIANGLES.
2022-02-26 00:37:27 +00:00
Brushes.h
Moves blend state management to DeviceCommandContext.
Fixes
#6420
2022-01-19 17:28:47 +00:00
CommandProc.cpp
…
CommandProc.h
…
DeltaArray.h
…
GameLoop.cpp
…
GameLoop.h
…
InputProcessor.cpp
…
InputProcessor.h
…
MessagePasser.h
…
MessagePasserImpl.cpp
…
MessagePasserImpl.h
…
Messages.h
Move GenericName, History and Icon from the civ-JSON to cmpIdentity.
2022-02-05 06:24:45 +00:00
MessagesSetup.h
…
Misc.cpp
…
Register.cpp
…
Shareable.h
…
SharedMemory.h
…
SharedTypes.h
…
SimState.cpp
…
SimState.h
…
View.cpp
Moves depth and stencil tests to PipelineState and DeviceCommandContext.
2022-02-01 16:38:55 +00:00
View.h
…