Changesets: spring
develop 05df3190
Timestamp: 2012-01-30 17:14:45 Author: jK [ Details ] [ Diff ] |
increase color contrast when placing buildings | ||
mod - rts/Rendering/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop 07ffe9c9
Timestamp: 2012-01-30 17:13:27 Author: jK [ Details ] [ Diff ] |
F2 view: make unpassable squares purple (better contrast) | ||
mod - rts/Rendering/DefaultPathDrawer.cpp | [ Diff ] [ File ] | ||
develop eb214378
Timestamp: 2012-01-30 15:00:57 Author: rt [ Details ] [ Diff ] |
fix SetUnitCrashing inconsistency (2924) | ||
mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp | [ Diff ] [ File ] | ||
develop a9fed7ef
Timestamp: 2012-01-30 13:12:52 Author: rt [ Details ] [ Diff ] |
fix transported units being unhittable after 8d34e7a013a9edaeb8db07f2ef9784221e3f3aef (2875, 2934) (they are still deliberately _untargetable_ to plug a certain very nasty exploit) |
||
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp | [ Diff ] [ File ] | ||
develop 0616bdb6
Timestamp: 2012-01-30 12:19:42 Author: rt [ Details ] [ Diff ] |
fix SMFFragProg typo (2933) | ||
mod - cont/base/springcontent/shaders/GLSL/SMFFragProg.glsl | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
develop e9215d4c
Timestamp: 2012-01-30 09:48:54 Author: rt [ Details ] [ Diff ] |
add weaponDefID to ProjectileCreated | ||
mod - cont/base/springcontent/LuaGadgets/gadgets.lua | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
develop 203d35f0
Timestamp: 2012-01-30 01:46:34 Author: jK [ Details ] [ Diff ] |
update changelog.txt | ||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
develop af9fe7e3
Timestamp: 2012-01-30 01:30:53 Author: jK [ Details ] [ Diff ] |
unitsync: on Init() calls reload IsolatedMode & Dir via the EnvVar | ||
mod - rts/System/FileSystem/DataDirLocater.h | [ Diff ] [ File ] | ||
mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
develop 27f2f638
Timestamp: 2012-01-30 01:11:44 Author: jK [ Details ] [ Diff ] |
Win: make StartMenu links for SafeMode (so newbs can easier test) | ||
mod - installer/sections/shortcuts_startMenu.nsh | [ Diff ] [ File ] | ||
develop 1a4b0bde
Timestamp: 2012-01-29 21:48:19 Author: jK [ Details ] [ Diff ] |
move SafeMode values into its own ConfigSource (and make it override configfile values) | ||
mod - rts/System/Config/ConfigHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Config/ConfigSource.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Config/ConfigSource.h | [ Diff ] [ File ] | ||
develop c0219b1f
Timestamp: 2012-01-29 21:08:48 Author: jK [ Details ] [ Diff ] |
*nix/MacOSX signal handling: switch from signal() to sigaction() signal()'s behaviour differs between implementations, while sigaction() should be really cross-platform |
||
mod - rts/System/Platform/Linux/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop eccb72f6
Timestamp: 2012-01-29 18:30:27 Author: jK [ Details ] [ Diff ] |
MacOSX: try with just "Foundation" | ||
mod - rts/builds/default/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 9c07a408
Timestamp: 2012-01-29 17:51:35 Author: abma [ Details ] [ Diff ] |
fix macosx linker error + make MessageBox modal / blocking | ||
mod - rts/System/Platform/Mac/MessageBox.cpp | [ Diff ] [ File ] | ||
develop 8e6eea3b
Timestamp: 2012-01-29 17:40:22 Author: jK [ Details ] [ Diff ] |
MessageBox.cpp: fix macosx include paths | ||
mod - rts/System/Platform/Mac/MessageBox.cpp | [ Diff ] [ File ] | ||
develop 6a520781
Timestamp: 2012-01-29 17:34:03 Author: jK [ Details ] [ Diff ] |
fix compilation | ||
mod - rts/System/Platform/MessageBox.h | [ Diff ] [ File ] | ||
develop e8c74b69
Timestamp: 2012-01-29 17:30:27 Author: jK [ Details ] [ Diff ] |
git mv System/Platform/Linux/X_MessageBox.h System/Platform/Linux/MessageBox.h | ||
mod - rts/System/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 4bcb8c9f
Timestamp: 2012-01-29 17:29:01 Author: jK [ Details ] [ Diff ] |
add a MacOSX implementation of MessageBox() | ||
mod - rts/System/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/X_MessageBox.cpp | [ Diff ] [ File ] | ||
add - rts/System/Platform/Mac/MessageBox.cpp | [ Diff ] [ File ] | ||
rm - rts/System/Platform/Mac/X_MessageBox.cpp | [ Diff ] [ File ] | ||
add - rts/System/Platform/MessageBox.h | [ Diff ] [ File ] | ||
add - rts/System/Platform/Win/MessageBox.cpp | [ Diff ] [ File ] | ||
rm - rts/System/Platform/Win/X_MessageBox.cpp | [ Diff ] [ File ] | ||
rm - rts/System/Platform/X_MessageBox.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/errorhandler.cpp | [ Diff ] [ File ] | ||
develop e8429682
Timestamp: 2012-01-29 17:08:36 Author: abma [ Details ] [ Diff ] |
fix macosx linking error | ||
mod - rts/builds/default/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 4dfddf14
Timestamp: 2012-01-29 16:13:30 Author: abma [ Details ] [ Diff ] |
fix mingw32 compile | ||
mod - rts/System/Platform/Win/X_MessageBox.cpp | [ Diff ] [ File ] | ||
develop 18101220
Timestamp: 2012-01-29 16:08:20 Author: abma [ Details ] [ Diff ] |
move platform specific code to the releated subdirectory and remove some #ifdefs | ||
mod - rts/System/CMakeLists.txt | [ Diff ] [ File ] | ||
add - rts/System/Platform/Mac/X_MessageBox.cpp | [ Diff ] [ File ] | ||
add - rts/System/Platform/Win/X_MessageBox.cpp | [ Diff ] [ File ] | ||
add - rts/System/Platform/X_MessageBox.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/errorhandler.cpp | [ Diff ] [ File ] | ||
develop 5853ce25
Timestamp: 2012-01-29 15:36:35 Author: abma [ Details ] [ Diff ] |
slightly improve 69ac7c4e550adc7f8a626a22f85e6f85d50806bf | ||
mod - rts/System/Platform/Linux/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop e91f7097
Timestamp: 2012-01-29 12:36:33 Author: rt [ Details ] [ Diff ] |
s/newtable/createtable | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
develop 69ac7c4e
Timestamp: 2012-01-29 08:33:45 Author: abma [ Details ] [ Diff ] |
enable signals/stacktrace stuff on macosx | ||
mod - rts/System/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/CrashHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Mac/CrashHandler.cpp | [ Diff ] [ File ] | ||
develop 78e79fdd
Timestamp: 2012-01-29 08:32:17 Author: abma [ Details ] [ Diff ] |
fix macosx the 4th + cleanup | ||
mod - rts/System/Platform/errorhandler.cpp | [ Diff ] [ File ] | ||
develop 59d03b38
Timestamp: 2012-01-29 06:45:12 Author: abma [ Details ] [ Diff ] |
fix macosx the 3rd | ||
mod - rts/System/CMakeLists.txt | [ Diff ] [ File ] | ||