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-25 03:13:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f1de8eb4babc0219eadd585dd6c9200ffbb0667f
0ad
/
source
T
History
vladislavbelov
f1de8eb4ba
Removes usages of duplication of Clamp function in gui, ps and renderer. Refs D1763.
...
This was SVN commit r22926.
2019-09-18 14:44:31 +00:00
..
collada
…
graphics
Removes usages of duplication of Clamp function in graphics. Refs D1763.
2019-09-18 08:34:36 +00:00
gui
Removes usages of duplication of Clamp function in gui, ps and renderer. Refs D1763.
2019-09-18 14:44:31 +00:00
i18n
Remove some unused Profiler.h and CLogger.h includes.
2019-09-07 13:35:45 +00:00
lib
Fix hotkey events synching with hotkey state.
2019-09-15 12:16:28 +00:00
lobby
Fix wrong GlooxScriptConversions include in
9023f4bebb
/ D2264 triggering VS2015 build warning but no clang build warning, refs
#5596
.
2019-09-17 20:39:09 +00:00
maths
Cleanups BoundingBoxAxisAligned and fixes coding styles a bit.
2019-06-12 20:23:14 +00:00
mocks
…
network
Split NetFileTransfer message parsing into one function per case, refs
#5212
.
2019-09-17 14:18:46 +00:00
pch
pthread -> std::thread (5/7) - Replace sdl semaphore with condition variable
2019-08-24 11:26:58 +00:00
ps
Removes usages of duplication of Clamp function in gui, ps and renderer. Refs D1763.
2019-09-18 14:44:31 +00:00
renderer
Removes usages of duplication of Clamp function in gui, ps and renderer. Refs D1763.
2019-09-18 14:44:31 +00:00
scriptinterface
Use ScriptInterface::CreateObject for ToJSVal<CColor>, and for ToJSVal<Grid<u8> >, ToJSVal<Grid<u16> > used by the AIManager obtaining the pathfinder grid.
2019-09-13 00:56:51 +00:00
simulation2
Happy savegame hack removal following
e0ea53a8ee
, refs
#2030
.
2019-09-18 00:17:56 +00:00
soundmanager
Remove some unused Profiler.h and CLogger.h includes.
2019-09-07 13:35:45 +00:00
third_party
Removes deprecated 'register' storage class from mongoose. Refs
#3068
2019-07-18 06:28:51 +00:00
tools
Use ScriptInterface::CreateObject for ToJSVal<CColor>, and for ToJSVal<Grid<u8> >, ToJSVal<Grid<u16> > used by the AIManager obtaining the pathfinder grid.
2019-09-13 00:56:51 +00:00
main.cpp
Alt+tab fix for
ca9109be75
- call sound IdleTask in Atlas and swap buffers only once in Atlas.
2019-07-24 16:40:34 +00:00
test_setup.cpp
…