Changesets: spring
develop 4478616a
Timestamp: 2006-02-17 18:19:24 Author: betalord [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@753 37977431-3df6-0310-b722-df95706aa16b | ||
develop 56f28254
Timestamp: 2006-02-17 03:05:49 Author: jcnossen [ Details ] [ Diff ] |
abstracted sound system and added DirectX based class: CDxSound (OpenAL is really not stable enough on windows) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@752 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
add - rts/System/Platform/Linux/OpenALSound.h | [ Diff ] [ File ] | ||
add - rts/System/Platform/Win/DxSound.cpp | [ Diff ] [ File ] | ||
add - rts/System/Platform/Win/DxSound.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound.h | [ Diff ] [ File ] | ||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop 663db767
Timestamp: 2006-02-16 15:04:24 Author: xiphux [ Details ] [ Diff ] |
Adjust shadowmap for compatibility with ATI chips git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@751 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/GL/IFramebuffer.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/ShadowHandler.cpp | [ Diff ] [ File ] | ||
develop 5e7c7e62
Timestamp: 2006-02-15 22:16:33 Author: jcnossen [ Details ] [ Diff ] |
removed .cheat setting requirement for global AI cheating git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@750 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/GlobalAICallback.cpp | [ Diff ] [ File ] | ||
develop 995f6c0b
Timestamp: 2006-02-15 13:02:31 Author: fnordia [ Details ] [ Diff ] |
Made VFS accept backslashes in pathnames again git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@749 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.h | [ Diff ] [ File ] | ||
develop 1e8b50c1
Timestamp: 2006-02-15 03:41:03 Author: xiphux [ Details ] [ Diff ] |
Update plasmarepulser with new RepulseGfx.h path git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@747 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Weapons/PlasmaRepulser.cpp | [ Diff ] [ File ] | ||
develop 548ab963
Timestamp: 2006-02-15 03:00:14 Author: child [ Details ] [ Diff ] |
Moved RepulseGfx.h+Repulse.cpp to Sim/Projectiles/ git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@746 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop 6c1fa28d
Timestamp: 2006-02-15 00:18:20 Author: jcnossen [ Details ] [ Diff ] |
yep jcnossen broke the build. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@745 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIframe.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIgame.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GUI/GUIminimap.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseCursor.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/AdvSky.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/AdvTreeDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/AdvTreeGenerator.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BasicSky.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BasicTreeDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/BasicWater.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/GrassDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/SkyBox.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/FartextureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GL/myGL.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GroundDecalHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/TextureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/Unit3DLoader.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Map/SmfReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop e963dedb
Timestamp: 2006-02-14 17:06:56 Author: jcnossen [ Details ] [ Diff ] |
moved bitmap.cpp, improved aircraft hovering behavior git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@744 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/MoveTypes/TAAirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop 2e7b626a
Timestamp: 2006-02-14 02:59:00 Author: betalord [ Details ] [ Diff ] |
channel topic now includes author and creation time info git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@743 37977431-3df6-0310-b722-df95706aa16b |
||
develop 51679d95
Timestamp: 2006-02-14 02:37:46 Author: betalord [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@742 37977431-3df6-0310-b722-df95706aa16b | ||
develop 646a1516
Timestamp: 2006-02-14 02:37:29 Author: betalord [ Details ] [ Diff ] |
added /password command, /ingame now works with ordinary users as well, some other minor changes git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@741 37977431-3df6-0310-b722-df95706aa16b |
||
develop 4fb59f66
Timestamp: 2006-02-14 02:32:18 Author: betalord [ Details ] [ Diff ] |
added splash screen git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@740 37977431-3df6-0310-b722-df95706aa16b |
||
develop e1a3c9a6
Timestamp: 2006-02-14 02:25:12 Author: betalord [ Details ] [ Diff ] |
now using ReInitLibWithDialog git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@739 37977431-3df6-0310-b722-df95706aa16b |
||
develop 8699de0e
Timestamp: 2006-02-14 02:23:18 Author: betalord [ Details ] [ Diff ] |
added ReInitLibWithDialog git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@738 37977431-3df6-0310-b722-df95706aa16b |
||
develop e1d9c8e3
Timestamp: 2006-02-13 23:49:40 Author: betalord [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@737 37977431-3df6-0310-b722-df95706aa16b | ||
develop 755c9e69
Timestamp: 2006-02-13 23:35:52 Author: betalord [ Details ] [ Diff ] |
Initial import git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@736 37977431-3df6-0310-b722-df95706aa16b |
||
develop dd3f867e
Timestamp: 2006-02-12 12:44:40 Author: jcnossen [ Details ] [ Diff ] |
Fixed ghosted buildings being disabled through the start script. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@735 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop b5e4edb9
Timestamp: 2006-02-12 04:35:55 Author: xiphux [ Details ] [ Diff ] |
Fix DDS texture loading on 64-bit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@734 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/Textures/nv_dds.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/nv_dds.h | [ Diff ] [ File ] | ||
develop 4d7af39c
Timestamp: 2006-02-11 20:17:37 Author: jcnossen [ Details ] [ Diff ] |
-changed version to "0.70b1-WIP" -removed UnitDef::stunnedCargo, it was redundant -fixed palette not being loaded with game startup scripts (through GameSetup). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@733 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameVersion.h | [ Diff ] [ File ] | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Lesson2.cpp | [ Diff ] [ File ] | ||
develop 08ecaf4f
Timestamp: 2006-02-11 13:30:35 Author: betalord [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@732 37977431-3df6-0310-b722-df95706aa16b | ||
develop 06080f2d
Timestamp: 2006-02-10 23:23:34 Author: jcnossen [ Details ] [ Diff ] |
fixed the wrongfully included resource file as reported by Patrick Mohr git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@730 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop a3341302
Timestamp: 2006-02-10 23:11:44 Author: tvo [ Details ] [ Diff ] |
Fix bug (race condition) where on a local connection the client would give "Sync request for wrong frame" messages and the server "Delayed sync response from" messages. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@729 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net.h | [ Diff ] [ File ] | ||
develop 17505931
Timestamp: 2006-02-10 22:58:11 Author: tvo [ Details ] [ Diff ] |
Try to not break words when breaking long lines in info console. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@728 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/InfoConsole.cpp | [ Diff ] [ File ] | ||
develop 00f75346
Timestamp: 2006-02-10 22:55:56 Author: tvo [ Details ] [ Diff ] |
Make "Delayed sync response from" and "Sync request for wrong frame" info messages more verbose (show frame numbers). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@727 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||