2025-08-23 23:36 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 484cbba9
Timestamp: 2006-03-01 21:26:14
Author: tvo
Details ] Diff ]
* Port unitsync
* Changed paths of #includes, so only -Irts/ and -Irts/System/ is needed.
* Added DLL_EXPORT #define and changed all 'extern "C" __declspec(dllexport)' to DLL_EXPORT
* Changed all 'extern "C"' to DLL_EXPORT too, because it looks like they're supposed to be exported too.
* Added a MessageBox implementation writing to std::cerr
* Removed 'HWND hwnd' which was needed for CSunParser, which has been replaced, according to comment.
* Add unitsync SharedLibrary to SConstruct (not yet compiled by default)
* Enable -fvisibility=hidden



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@936 37977431-3df6-0310-b722-df95706aa16b
mod - SConstruct Diff ] File ]
mod - rts/build/scons/rts.py Diff ] File ]
mod - tools/unitsync/SyncServer.cpp Diff ] File ]
mod - tools/unitsync/SyncServer.h Diff ] File ]
mod - tools/unitsync/Syncer.cpp Diff ] File ]
mod - tools/unitsync/Syncer.h Diff ] File ]
mod - tools/unitsync/stdafx.h Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
mod - tools/unitsync/unitsync.h Diff ] File ]
develop ad79f339
Timestamp: 2006-03-01 19:45:32
Author: tvo
Details ] Diff ]
Patches for PowerPC detection by Sam Tygier <samtygier at yahoo dot co dot uk>



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@935 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/scons/detect.py Diff ] File ]
develop 8223b3a4
Timestamp: 2006-03-01 19:39:38
Author: andreaspokorny
Details ] Diff ]
* fixing swabword calls in nv_dds


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@934 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Rendering/Textures/nv_dds.cpp Diff ] File ]
develop 7349f78f
Timestamp: 2006-03-01 18:09:01
Author: tvo
Details ] Diff ]
rts.kdevelop update



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@933 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/kdevelop/rts.kdevelop Diff ] File ]
develop 159f64da
Timestamp: 2006-03-01 15:04:29
Author: betalord
Details ] Diff ]
added msgbox asking user to update "online maps" if none were found

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@932 37977431-3df6-0310-b722-df95706aa16b
develop eb40c472
Timestamp: 2006-03-01 11:31:29
Author: tvo
Details ] Diff ]
* update changelog and increase version number



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@929 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/changelog.txt Diff ] File ]
mod - rts/Game/GameVersion.h Diff ] File ]
develop f07720ff
Timestamp: 2006-03-01 11:23:04
Author: tvo
Details ] Diff ]
typo



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@928 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Platform/BaseCmd.h Diff ] File ]
develop 44a5807f
Timestamp: 2006-03-01 10:29:37
Author: xiphux
Details ] Diff ]
Doxygen comment some of the files I wrote. Since I wrote them, I probably know how they work :)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@927 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Rendering/GL/FBO.cpp Diff ] File ]
mod - rts/Rendering/GL/FBO.h Diff ] File ]
mod - rts/Rendering/GL/GLXPBuffer.cpp Diff ] File ]
mod - rts/Rendering/GL/GLXPBuffer.h Diff ] File ]
mod - rts/System/Platform/BaseCmd.cpp Diff ] File ]
mod - rts/System/Platform/BaseCmd.h Diff ] File ]
mod - rts/System/Platform/ConfigHandler.cpp Diff ] File ]
mod - rts/System/Platform/ConfigHandler.h Diff ] File ]
mod - rts/System/Platform/Linux/DotfileHandler.cpp Diff ] File ]
mod - rts/System/Platform/Linux/DotfileHandler.h Diff ] File ]
mod - rts/System/Platform/Linux/PosixCmd.cpp Diff ] File ]
mod - rts/System/Platform/Linux/PosixCmd.h Diff ] File ]
mod - rts/System/Platform/Linux/SoLib.cpp Diff ] File ]
mod - rts/System/Platform/Linux/SoLib.h Diff ] File ]
mod - rts/System/Platform/SharedLib.cpp Diff ] File ]
mod - rts/System/Platform/SharedLib.h Diff ] File ]
mod - rts/System/Platform/Win/DllLib.cpp Diff ] File ]
mod - rts/System/Platform/Win/DllLib.h Diff ] File ]
mod - rts/System/Platform/Win/Win32Cmd.cpp Diff ] File ]
mod - rts/System/Platform/Win/Win32Cmd.h Diff ] File ]
mod - rts/System/Platform/byteorder.h Diff ] File ]
mod - rts/System/Platform/errorhandler.h Diff ] File ]
mod - rts/System/Platform/filefunctions.h Diff ] File ]
mod - rts/System/Platform/fp.h Diff ] File ]
develop 6897b980
Timestamp: 2006-03-01 10:27:27
Author: tvo
Details ] Diff ]
* Add keyboard bindings (code only, not in uikeys.txt) for mouse 1 2 and 3.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@926 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
develop c2b41207
Timestamp: 2006-03-01 09:30:26
Author: tvo
Details ] Diff ]
* Fix another keyboard bug, shift+letter didn't work because it was translated
to uppercase while spring looks for lowercase characters only.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@925 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Main.cpp Diff ] File ]
develop 14e1c3c9
Timestamp: 2006-02-28 23:48:51
Author: andreaspokorny
Details ] Diff ]
* moved the creation of scripts to the inside of ScriptHandler
* dropped all global scripts


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@924 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/StartScripts/AirScript.cpp Diff ] File ]
mod - rts/Game/StartScripts/CommanderScript.cpp Diff ] File ]
mod - rts/Game/StartScripts/CommanderScript2.cpp Diff ] File ]
mod - rts/Game/StartScripts/EmptyScript.cpp Diff ] File ]
mod - rts/Game/StartScripts/GlobalAITestScript.cpp Diff ] File ]
mod - rts/Game/StartScripts/ScriptHandler.cpp Diff ] File ]
mod - rts/Game/StartScripts/ScriptHandler.h Diff ] File ]
mod - rts/Game/StartScripts/SpawnScript.cpp Diff ] File ]
mod - rts/Game/StartScripts/TestScript.cpp Diff ] File ]
develop b5f5a007
Timestamp: 2006-02-28 23:05:32
Author: andreaspokorny
Details ] Diff ]
* change ScriptHandler to a Scott Meyer Singleton
* Now LoadScript no longer requires CLoadScriptHandler, which caused trouble inside global_init


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@923 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Game/StartScripts/LoadScript.cpp Diff ] File ]
mod - rts/Game/StartScripts/Script.cpp Diff ] File ]
mod - rts/Game/StartScripts/ScriptHandler.cpp Diff ] File ]
mod - rts/Game/StartScripts/ScriptHandler.h Diff ] File ]
mod - rts/System/Net.cpp Diff ] File ]
develop 94753557
Timestamp: 2006-02-28 21:07:14
Author: tvo
Details ] Diff ]
* Fix F2 Pathing Map (values were cast to int too early in calculation,
and GL_NEAREST texture filtering was used instead of GL_LINEAR)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@922 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Rendering/Map/BFGroundDrawer.cpp Diff ] File ]
develop 90dece2c
Timestamp: 2006-02-28 20:20:12
Author: tvo
Details ] Diff ]
Don't report junk on stdout, just in infolog



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@921 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/tdf_grammar.hpp Diff ] File ]
develop 5301855c
Timestamp: 2006-02-28 11:48:43
Author: tvo
Details ] Diff ]
* Fix an infinite loop in case the NOWEAPON attribute is missing.
* Fix a floating point exception in JCAI.

(both reported by Nicolas Brodu <nicolas dot brodu at free dot fr>)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@920 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/JCAI/InfoMap.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop 5faee80c
Timestamp: 2006-02-28 01:25:58
Author: xiphux
Details ] Diff ]
Config option disable_hpi doesn't do anything anymore, remove it

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@919 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/scons/filelist.py Diff ] File ]
mod - rts/build/scons/rts.py Diff ] File ]
develop 7ee2f613
Timestamp: 2006-02-27 23:23:39
Author: fnordia
Details ] Diff ]
Updated installer for 0.70b2 release

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@917 37977431-3df6-0310-b722-df95706aa16b
mod - installer/taspring.nsi Diff ] File ]
develop 9295a8d5
Timestamp: 2006-02-27 23:23:30
Author: betalord
Details ] Diff ]
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@918 37977431-3df6-0310-b722-df95706aa16b
develop 5821acde
Timestamp: 2006-02-27 22:07:12
Author: betalord
Details ] Diff ]
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@916 37977431-3df6-0310-b722-df95706aa16b
develop 8f2e584a
Timestamp: 2006-02-27 22:06:18
Author: betalord
Details ] Diff ]
improved auto-complete feature

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@915 37977431-3df6-0310-b722-df95706aa16b
develop 6f97d42e
Timestamp: 2006-02-27 21:41:37
Author: fnordia
Details ] Diff ]
Added translation from spring error flags to win32 dialog flags, and removed some debug output

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@914 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Weapons/WeaponDefHandler.cpp Diff ] File ]
mod - rts/System/Platform/Win/Win32Support.cpp Diff ] File ]
develop 67df519d
Timestamp: 2006-02-27 20:16:03
Author: fnordia
Details ] Diff ]
Moved avi record to from v to f10

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@913 37977431-3df6-0310-b722-df95706aa16b
mod - game/uikeys.txt Diff ] File ]
develop e2e15975
Timestamp: 2006-02-27 19:57:16
Author: tvo
Details ] Diff ]
* Hopefully fixed keyboard layout problems
* Fixed color of debug messages
* Made spring fall back to cwd if chdir fails (linux)
* Update changelog



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@912 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/changelog.txt Diff ] File ]
mod - game/uikeys.txt Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/GUI/GUIcontroller.cpp Diff ] File ]
mod - rts/Game/UI/GUI/GUIinput.cpp Diff ] File ]
mod - rts/Rendering/InMapDraw.cpp Diff ] File ]
mod - rts/System/Main.cpp Diff ] File ]
mod - rts/System/TimeProfiler.cpp Diff ] File ]
develop eb9df9ff
Timestamp: 2006-02-27 16:57:54
Author: fnordia
Details ] Diff ]
Added notes about latest changes

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@911 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/changelog.txt Diff ] File ]
develop 7e1eba57
Timestamp: 2006-02-27 16:41:14
Author: fnordia
Details ] Diff ]
Replacement of itoa with SNPRINTF didn't work correctly with float arguments

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@910 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/GUI/GUIgame.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/AirCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/CommandAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1023 1024 1025 1026 1027 1028 1029 ... 1057 1058 1059  Next  Last