Changesets: spring
develop afa8e4fa
Timestamp: 2006-02-22 16:39:05 Author: betalord [ Details ] [ Diff ] |
Initial import git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@823 37977431-3df6-0310-b722-df95706aa16b |
||
develop ac0c3544
Timestamp: 2006-02-22 13:58:40 Author: jcnossen [ Details ] [ Diff ] |
fixed DirectSound global volume handling git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@822 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/Win/DxSound.cpp | [ Diff ] [ File ] | ||
develop 46a3a7d4
Timestamp: 2006-02-22 12:59:41 Author: jcnossen [ Details ] [ Diff ] |
changed font size of chat input text git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@821 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop e37d2ea0
Timestamp: 2006-02-21 23:57:41 Author: jcnossen [ Details ] [ Diff ] |
fixed build spacing, and added a uikeys binding to simulate it (press z/x) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@820 37977431-3df6-0310-b722-df95706aa16b |
||
mod - game/uikeys.txt | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/Lesson2.cpp | [ Diff ] [ File ] | ||
develop 734d2e0b
Timestamp: 2006-02-21 22:02:34 Author: jcnossen [ Details ] [ Diff ] |
fixed another unit rendering bug, and fixed buffer overflows for glFont::glPrint git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@819 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Rendering/glFont.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
develop f498a92b
Timestamp: 2006-02-21 19:26:42 Author: jcnossen [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@816 37977431-3df6-0310-b722-df95706aa16b | ||
mod - game/shaders/unit.fp | [ Diff ] [ File ] | ||
develop 6dc4749a
Timestamp: 2006-02-21 19:21:11 Author: jcnossen [ Details ] [ Diff ] |
added global sound volume (read from config), fixed a rendering bug with reflective units without shadows. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@815 37977431-3df6-0310-b722-df95706aa16b |
||
mod - game/shaders/unit.fp | [ Diff ] [ File ] | ||
mod - game/shaders/unit_shadow.fp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIgame.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/OpenALSound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/OpenALSound.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/DxSound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/DxSound.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound.h | [ Diff ] [ File ] | ||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop 8f059594
Timestamp: 2006-02-21 18:07:03 Author: jcnossen [ Details ] [ Diff ] |
oops, changed default mod back to xta-0.66 git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@814 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameVersion.h | [ Diff ] [ File ] | ||
develop 8a0796d3
Timestamp: 2006-02-21 18:03:42 Author: jcnossen [ Details ] [ Diff ] |
separated advanced unit rendering from shadow rendering: units can be rendering with reflectiveness when shadows are disabled. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@813 37977431-3df6-0310-b722-df95706aa16b |
||
rm - changelog.txt | [ Diff ] [ File ] | ||
mod - game/shaders/unit.fp | [ Diff ] [ File ] | ||
add - game/shaders/unit_shadow.fp | [ Diff ] [ File ] | ||
mod - game/shaders/units3o.fp | [ Diff ] [ File ] | ||
add - game/shaders/units3o_shadow.fp | [ Diff ] [ File ] | ||
mod - rts/Game/GameVersion.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop 5f338e22
Timestamp: 2006-02-21 17:48:25 Author: tvo [ Details ] [ Diff ] |
remove .ui file templates from rts.kdevelop git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@811 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/build/kdevelop/rts.kdevelop | [ Diff ] [ File ] | ||
develop f0dd4e0b
Timestamp: 2006-02-21 17:39:50 Author: tvo [ Details ] [ Diff ] |
Add simple kdevelop project file. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@810 37977431-3df6-0310-b722-df95706aa16b |
||
add - rts/build/kdevelop/rts.kdevelop | [ Diff ] [ File ] | ||
develop f31a0f7d
Timestamp: 2006-02-21 17:14:59 Author: tvo [ Details ] [ Diff ] |
* Fix (void*) -> (const void*) conversion by adding (void*) cast. * Add #include <stdexcept> for std::runtime_error git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@809 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/creg/STL_Set.h | [ Diff ] [ File ] | ||
mod - rts/System/creg/Serializer.cpp | [ Diff ] [ File ] | ||
develop 4d54b615
Timestamp: 2006-02-21 16:27:50 Author: jcnossen [ Details ] [ Diff ] |
forgot to remove FeatureDef from FeatureHandler.h git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@808 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Misc/FeatureDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/FeatureHandler.h | [ Diff ] [ File ] | ||
develop 007e133f
Timestamp: 2006-02-21 16:05:41 Author: jcnossen [ Details ] [ Diff ] |
updated and changed NSIS installer git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@807 37977431-3df6-0310-b722-df95706aa16b |
||
add - installer/fileassoc.nsh | [ Diff ] [ File ] | ||
mod - installer/gpl.txt | [ Diff ] [ File ] | ||
mod - installer/make.bat | [ Diff ] [ File ] | ||
mod - installer/taspring.nsi | [ Diff ] [ File ] | ||
develop 251d90c8
Timestamp: 2006-02-21 16:03:13 Author: jcnossen [ Details ] [ Diff ] |
fixed AI builds, FeatureDef.h is used instead of FeatureHandler.h git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@806 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/JCAI/InfoMap.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/NTAI/helper.h | [ Diff ] [ File ] | ||
develop 0da2f7dc
Timestamp: 2006-02-21 16:02:08 Author: jcnossen [ Details ] [ Diff ] |
moved changelog and copied docs from CVS git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@805 37977431-3df6-0310-b722-df95706aa16b |
||
add - Documentation/changelog.txt | [ Diff ] [ File ] | ||
add - Documentation/userdocs/Getting Started.html | [ Diff ] [ File ] | ||
add - Documentation/userdocs/Legal.html | [ Diff ] [ File ] | ||
add - Documentation/userdocs/More Info.html | [ Diff ] [ File ] | ||
add - Documentation/userdocs/Q&A.html | [ Diff ] [ File ] | ||
add - Documentation/userdocs/main.html | [ Diff ] [ File ] | ||
add - Documentation/xtachanges.txt | [ Diff ] [ File ] | ||
develop 6ea73c98
Timestamp: 2006-02-21 16:00:04 Author: jcnossen [ Details ] [ Diff ] |
added LUA testing scripts from CVS git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@804 37977431-3df6-0310-b722-df95706aa16b |
||
add - game/startscripts/testscript.lua | [ Diff ] [ File ] | ||
develop d5a1e7c4
Timestamp: 2006-02-21 15:57:44 Author: jcnossen [ Details ] [ Diff ] |
creg update, serialization classes added, lazy unitpic loading (patch by bobris), few small bugfixes, SPRING_HASH_MAP defined for hash_map template git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@803 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/IGlobalAI.h | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIbuildMenu.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIcenterBuildMenu.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIcontroller.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIendgameDialog.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIinfoSelection.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIinput.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIminimap.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIsharingDialog.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/ShareBox.cpp | [ Diff ] [ File ] | ||
add - rts/Sim/Misc/FeatureDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/FeatureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/FeatureHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/Mobility.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Objects/SolidObject.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/PathEstimator.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/GlobalStuff.h | [ Diff ] [ File ] | ||
mod - rts/System/Lesson2.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Matrix44f.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Matrix44f.h | [ Diff ] [ File ] | ||
mod - rts/System/Object.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Object.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound.h | [ Diff ] [ File ] | ||
mod - rts/System/StdAfx.h | [ Diff ] [ File ] | ||
rm - rts/System/creg/ClassReg.h | [ Diff ] [ File ] | ||
add - rts/System/creg/ISerializer.h | [ Diff ] [ File ] | ||
add - rts/System/creg/STL_Deque.h | [ Diff ] [ File ] | ||
add - rts/System/creg/STL_List.h | [ Diff ] [ File ] | ||
add - rts/System/creg/STL_Map.h | [ Diff ] [ File ] | ||
add - rts/System/creg/STL_Set.h | [ Diff ] [ File ] | ||
add - rts/System/creg/Serializer.cpp | [ Diff ] [ File ] | ||
add - rts/System/creg/Serializer.h | [ Diff ] [ File ] | ||
mod - rts/System/creg/TypeDeduction.h | [ Diff ] [ File ] | ||
mod - rts/System/creg/VarTypes.cpp | [ Diff ] [ File ] | ||
mod - rts/System/creg/VarTypes.h | [ Diff ] [ File ] | ||
add - rts/System/creg/creg.h | [ Diff ] [ File ] | ||
mod - rts/System/float3.cpp | [ Diff ] [ File ] | ||
mod - rts/System/float3.h | [ Diff ] [ File ] | ||
mod - rts/System/myMath.cpp | [ Diff ] [ File ] | ||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop 5d34efa5
Timestamp: 2006-02-19 22:52:53 Author: tvo [ Details ] [ Diff ] |
svn merge -r 783:784 svn+ssh://tvo@svn.berlios.de/svnroot/repos/taspring-linux/branches/tvo1 Don't crash if setupFile (startscript) doesn't exist. svn merge -r 789:790 svn+ssh://tvo@svn.berlios.de/svnroot/repos/taspring-linux/branches/tvo1 Minor bugfix in buildsystem git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@792 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/build/scons/config.py | [ Diff ] [ File ] | ||
develop 97a56ce9
Timestamp: 2006-02-19 20:46:55 Author: xiphux [ Details ] [ Diff ] |
Fix AuthenticAMD string find git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@791 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/build/scons/detect.py | [ Diff ] [ File ] | ||
develop f4a159b0
Timestamp: 2006-02-18 23:09:50 Author: xiphux [ Details ] [ Diff ] |
Merge revision 775 from branch xiphux2 to fix duplicate drawscene stupidity git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@776 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Lesson2.cpp | [ Diff ] [ File ] | ||
develop 9af7779a
Timestamp: 2006-02-18 19:26:12 Author: xiphux [ Details ] [ Diff ] |
Clean up ShadowHandler a little bit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@768 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/ShadowHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/ShadowHandler.h | [ Diff ] [ File ] | ||
develop 77a3231d
Timestamp: 2006-02-18 18:37:20 Author: xiphux [ Details ] [ Diff ] |
Merge revisions 759:765 from branch xiphux2 (modular effect graphics) into mainline git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@767 37977431-3df6-0310-b722-df95706aa16b |
||
add - game/gamedata/resources.tdf | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/AdvTreeGenerator.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BasicTreeDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GroundDecalHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Map/SmfReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
develop 39a73087
Timestamp: 2006-02-18 14:15:44 Author: fnordia [ Details ] [ Diff ] |
Added min/max speed setting to startscript, and more exception handling for unitsync git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@766 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameSetup.h | [ Diff ] [ File ] | ||
mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
develop 6f4f011e
Timestamp: 2006-02-17 20:02:35 Author: xiphux [ Details ] [ Diff ] |
Patch to fix ppc arch detection from Mark Schmitt <mark.schmitt@gmx.de> git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@754 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/build/scons/detect.py | [ Diff ] [ File ] | ||