Changesets: spring
develop 50d0318c
Timestamp: 2009-01-13 13:16:01 Author: Kloot [ Details ] [ Diff ] |
fix the no-commander-for-side-Arm problem for local games not based on TA content | ||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/StartScripts/CommanderScript.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/Team.cpp | [ Diff ] [ File ] | ||
develop 7185509c
Timestamp: 2009-01-13 03:02:32 Author: jk3064@arcor.de Committer: jk [ Details ] [ Diff ] |
* cob: made modelpiece mapping case-insensitive * fixed AltTab bug on gpus w/o FBO support |
||
mod - rts/Rendering/GL/FBO.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
develop de292853
Timestamp: 2009-01-13 02:45:31 Author: Marek Baczynski [ Details ] [ Diff ] |
cob: initialize relPos in EmitSfx | ||
mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
develop 274d38b4
Timestamp: 2009-01-13 02:43:32 Author: Marek Baczynski [ Details ] [ Diff ] |
cob: fix for a fix in GetEmitDirPos | ||
mod - rts/Rendering/UnitModels/3DModel.cpp | [ Diff ] [ File ] | ||
develop 1e56ed6a
Timestamp: 2009-01-13 02:36:35 Author: Marek Baczynski [ Details ] [ Diff ] |
cob: fix emit-sfx trying to get information from nonexistant piece vertices or nonexistant pieces, for that matter. |
||
mod - rts/Rendering/UnitModels/3DModel.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/3DModel.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/COB/CobInstance.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/COB/CobInstance.h | [ Diff ] [ File ] | ||
develop 9fa2ca0f
Timestamp: 2009-01-13 01:13:27 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
add startscript.txt to header file like it was before | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/System/DemoRecorder.cpp | [ Diff ] [ File ] | ||
develop 6de6167e
Timestamp: 2009-01-13 00:13:13 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
increase the size of the fragnment-buffer to fix crash with long script.txt | ||
mod - rts/System/Net/UDPConnection.cpp | [ Diff ] [ File ] | ||
develop 7fd5ba79
Timestamp: 2009-01-12 23:47:37 Author: Dylan Petonke Committer: Marek Baczyński [ Details ] [ Diff ] |
sim: units trying to stay in LOS of a target account for mip levels Signed-off-by: Marek Baczyński <imbaczek@gmail.com> |
||
mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
develop 5217d443
Timestamp: 2009-01-12 23:23:53 Author: hoijui [ Details ] [ Diff ] |
adjusted .gitignore entried because of better knowledge about how it works | ||
mod - .gitignore | [ Diff ] [ File ] | ||
develop da4efdbc
Timestamp: 2009-01-12 23:21:54 Author: hoijui [ Details ] [ Diff ] |
created a CUtils Wrapper, meant to be used by AI Interfaces, but can also be used by native AIs (not tested). It contains code that may be usefull to different AI Interface implementations (-> code sharing). buildsystems adjusted accordinglyaccidentially found and fixed a bug in the SCons AI Interface configuration. |
||
mod - AI/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Interfaces/C/Interface.cpp | [ Diff ] [ File ] | ||
mod - AI/Interfaces/C/Interface.h | [ Diff ] [ File ] | ||
mod - AI/Interfaces/C/InterfaceExport.cpp | [ Diff ] [ File ] | ||
rm - AI/Interfaces/C/Log.cpp | [ Diff ] [ File ] | ||
rm - AI/Interfaces/C/Log.h | [ Diff ] [ File ] | ||
rm - AI/Interfaces/C/Util.c | [ Diff ] [ File ] | ||
rm - AI/Interfaces/C/Util.h | [ Diff ] [ File ] | ||
mod - AI/Interfaces/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/InterfaceExport.c | [ Diff ] [ File ] | ||
mod - AI/Interfaces/Java/JavaBridge.c | [ Diff ] [ File ] | ||
mod - AI/SConscript | [ Diff ] [ File ] | ||
mod - rts/build/scons/filelist.py | [ Diff ] [ File ] | ||
develop 0520fbee
Timestamp: 2009-01-12 23:15:03 Author: Dylan Petonke Committer: Karl-Robert Ernst [ Details ] [ Diff ] |
By default immobile builders don't reactivate on their own. Signed-off-by: Karl-Robert Ernst <k-r.ernst@my-mail.ch> |
||
mod - game/LuaUI/Widgets/unit_immobile_buider.lua | [ Diff ] [ File ] | ||
develop 803107e0
Timestamp: 2009-01-12 21:18:19 Author: hoijui [ Details ] [ Diff ] |
minor adjustments to .gitignore (the empire strikes back!) | ||
mod - .gitignore | [ Diff ] [ File ] | ||
develop abf293c3
Timestamp: 2009-01-12 21:15:44 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
don't include ".gitignore" in install | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
develop f6d9fd64
Timestamp: 2009-01-12 21:08:31 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
Merge branch '0.78-branch' Conflicts: Documentation/changelog.txt rts/Game/GameVersion.cpp |
||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - installer/make_source_package.sh | [ Diff ] [ File ] | ||
develop d25eec0c
Timestamp: 2009-01-12 21:02:45 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
build lzma instead of zip by default | ||
mod - installer/make_source_package.sh | [ Diff ] [ File ] | ||
develop 98235cac
Timestamp: 2009-01-12 20:36:25 Author: hoijui [ Details ] [ Diff ] |
make builddir and location of mingwlibs configurable in scons (if you want to generate an installer, you have to use the default location for builddir) |
||
mod - rts/build/scons/config.py | [ Diff ] [ File ] | ||
mod - rts/build/scons/rts.py | [ Diff ] [ File ] | ||
develop b61c1178
Timestamp: 2009-01-12 19:50:02 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
next bump :( | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
develop ae6e71b7
Timestamp: 2009-01-12 19:41:46 Author: jk3064@arcor.de Committer: jk [ Details ] [ Diff ] |
fix features weren't drawn with advshading=false | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
develop c82e5aa8
Timestamp: 2009-01-12 19:41:46 Author: jk3064@arcor.de Committer: Karl-Robert Ernst [ Details ] [ Diff ] |
fix features weren't drawn with advshading=false | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
develop 1b54d29b
Timestamp: 2009-01-12 17:53:50 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
update release checklist | ||
mod - Documentation/releasechecklist.txt | [ Diff ] [ File ] | ||
develop 4354bc4d
Timestamp: 2009-01-12 17:40:59 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix installer generation changelog revbump |
||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - installer/make_installer.pl | [ Diff ] [ File ] | ||
develop 82178bc1
Timestamp: 2009-01-12 17:40:59 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix installer generation changelog revbump |
||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - installer/make_installer.pl | [ Diff ] [ File ] | ||
develop 38a722a9
Timestamp: 2009-01-12 14:26:58 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
version bump | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
develop 8eea8cd4
Timestamp: 2009-01-12 13:53:54 Author: Dylan Petonke Committer: Marek Baczyński [ Details ] [ Diff ] |
sim: Units that are out of fuel can still fire weapons that don't use any. Signed-off-by: Marek Baczyński <imbaczek@gmail.com> |
||
mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
develop 6999885d
Timestamp: 2009-01-12 13:53:54 Author: Dylan Petonke Committer: Marek Baczynski [ Details ] [ Diff ] |
sim: Units that are out of fuel can still fire weapons that don't use any. Signed-off-by: Marek Baczyński <imbaczek@gmail.com> |
||
mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||