2025-08-22 09:41 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop f485068d
Timestamp: 2010-03-16 12:33:29
Author: Karl-Robert Ernst
Details ] Diff ]
battle listing
mod - rts/lib/liblobby/Connection.cpp Diff ] File ]
mod - rts/lib/liblobby/Connection.h Diff ] File ]
develop 56278b8a
Timestamp: 2010-03-15 23:34:30
Author: kloot
Details ] Diff ]
* s/glActiveTextureARB/glActiveTexture (we all have GL 1.3 by now)
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
develop b4ffe52b
Timestamp: 2010-03-15 22:52:14
Author: kloot
Details ] Diff ]
* check for haveARB, not just ARB_fragment_program
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
develop b9d7e52b
Timestamp: 2010-03-15 22:32:31
Author: kloot
Details ] Diff ]
* less code duplication
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
develop 52591fcc
Timestamp: 2010-03-15 21:53:45
Author: kloot
Details ] Diff ]
* fix texturing state for ghosted buildings
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
develop a883f440
Timestamp: 2010-03-15 21:40:17
Author: kloot
Details ] Diff ]
* remove some orphaned code
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
develop 0a903980
Timestamp: 2010-03-15 21:36:14
Author: kloot
Details ] Diff ]
* manage radar-icons via events as well
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
develop 6a784f62
Timestamp: 2010-03-15 19:14:22
Author: kloot
Details ] Diff ]
* more privatization
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
develop 6a9e4d3e
Timestamp: 2010-03-15 18:43:20
Author: kloot
Details ] Diff ]
* const-casting once is enough
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
develop 31f04302
Timestamp: 2010-03-15 18:36:29
Author: kloot
Details ] Diff ]
* more refacterror: get rid of the intermediate queuing steps to
filter units out of the unsorted render-list, since we maintain
ordered containers via events now

(NOTE: this commit breaks the GML multiThreadDrawUnit code-path)
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
develop 32e71c76
Timestamp: 2010-03-15 17:56:19
Author: Karl-Robert Ernst
Details ] Diff ]
make source tarballs work on windows again
mod - installer/make_source_package.sh Diff ] File ]
develop b5f20580
Timestamp: 2010-03-15 14:53:02
Author: kloot
Details ] Diff ]
* don't need this anymore
mod - rts/Sim/Units/Unit.h Diff ] File ]
develop 47ccbbff
Timestamp: 2010-03-15 14:49:05
Author: kloot
Details ] Diff ]
* privatize UnitDrawer::renderUnits
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.h Diff ] File ]
mod - rts/Rendering/Env/DynWater.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
mod - rts/Rendering/UnitModels/WorldObjectModelRenderer.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop 9ab3a4e3
Timestamp: 2010-03-15 12:15:55
Author: kloot
Details ] Diff ]
* refactor UpdateDrawPos() out of simulation code
mod - rts/Rendering/ProjectileDrawer.cpp Diff ] File ]
mod - rts/Rendering/ProjectileDrawer.hpp Diff ] File ]
mod - rts/Rendering/UnitModels/ModelDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/ModelDrawer.hpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
mod - rts/Rendering/UnitModels/WorldObjectModelRenderer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/WorldObjectModelRenderer.h Diff ] File ]
mod - rts/Sim/Projectiles/Projectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Projectile.h Diff ] File ]
develop 43f1e6df
Timestamp: 2010-03-14 20:17:45
Author: kloot
Committer: Tobi Vollebregt
Details ] Diff ]
* fix the last of the team-color bugs (showed up only during the reflection pass)

Conflicts:

rts/Rendering/UnitModels/UnitDrawer.cpp
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
develop c25ba101
Timestamp: 2010-03-14 20:17:45
Author: kloot
Details ] Diff ]
* fix the last of the team-color bugs (showed up only during the reflection pass)
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
develop 45133f8c
Timestamp: 2010-03-14 19:18:05
Author: kloot
Details ] Diff ]
* encapsulate the various draw-paths better
mod - rts/Rendering/UnitModels/ModelDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/ModelDrawer.hpp Diff ] File ]
add - rts/Rendering/UnitModels/WorldObjectModelRenderer.cpp Diff ] File ]
add - rts/Rendering/UnitModels/WorldObjectModelRenderer.h Diff ] File ]
develop 869a599a
Timestamp: 2010-03-14 16:19:58
Author: kloot
Details ] Diff ]
* make FeatureDrawer actually receive events
mod - rts/Rendering/UnitModels/FeatureDrawer.cpp Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
develop e48cbf57
Timestamp: 2010-03-14 15:41:14
Author: Karl-Robert Ernst
Details ] Diff ]
dunno how that got in
mod - rts/Lua/LuaLobby.cpp Diff ] File ]
develop 63407e27
Timestamp: 2010-03-14 15:14:47
Author: kloot
Details ] Diff ]
* extra safeguards
mod - rts/Rendering/UnitModels/ModelDrawer.cpp Diff ] File ]
develop 5e7f3c61
Timestamp: 2010-03-14 15:09:27
Author: kloot
Details ] Diff ]
* put stuff in the right bins
mod - rts/Rendering/UnitModels/ModelDrawer.cpp Diff ] File ]
develop b0d5f630
Timestamp: 2010-03-14 15:02:30
Author: kloot
Details ] Diff ]
* some more prototyping
mod - rts/Rendering/UnitModels/ModelDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/ModelDrawer.hpp Diff ] File ]
develop 94eae0b2
Timestamp: 2010-03-14 14:22:39
Author: Karl-Robert Ernst
Details ] Diff ]
kick and get kicked
mod - rts/Lua/LuaLobby.cpp Diff ] File ]
mod - rts/Lua/LuaLobby.h Diff ] File ]
mod - rts/lib/liblobby/Connection.cpp Diff ] File ]
mod - rts/lib/liblobby/Connection.h Diff ] File ]
develop df5dac53
Timestamp: 2010-03-14 14:13:34
Author: Karl-Robert Ernst
Details ] Diff ]
support channelmessage (never heard of that)
mod - rts/Lua/LuaLobby.cpp Diff ] File ]
mod - rts/Lua/LuaLobby.h Diff ] File ]
mod - rts/lib/liblobby/Connection.cpp Diff ] File ]
mod - rts/lib/liblobby/Connection.h Diff ] File ]
develop f0c6f9a9
Timestamp: 2010-03-14 14:03:13
Author: Karl-Robert Ernst
Details ] Diff ]
notify when people join / leave a channel
mod - rts/Lua/LuaLobby.cpp Diff ] File ]
mod - rts/Lua/LuaLobby.h Diff ] File ]
mod - rts/lib/liblobby/Connection.cpp Diff ] File ]
mod - rts/lib/liblobby/Connection.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 635 636 637 638 639 640 641 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last