2025-08-15 09:19 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 1189e60f
Timestamp: 2008-04-07 02:55:51
Author: kloot
Details ] Diff ]
* formatting

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5673 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Path/PathEstimator.cpp Diff ] File ]
mod - rts/Sim/Path/PathEstimator.h Diff ] File ]
develop 6e1cff79
Timestamp: 2008-04-07 02:48:04
Author: kloot
Details ] Diff ]
make the constructor of CPathEstimator multi-threaded (much quicker map-loading if no path-cache exists yet)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5672 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Path/PathEstimator.cpp Diff ] File ]
mod - rts/Sim/Path/PathEstimator.h Diff ] File ]
develop 374037eb
Timestamp: 2008-04-07 00:09:59
Author: Auswaschbar
Details ] Diff ]
* updated cmds.txt
new commands:
-> seti <varname> <integer value>
-> setf <varname> <float value>
-> sets <varname> <string value>
Allows to set config variables without manually editing the registry / config file


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5671 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/cmds.txt Diff ] File ]
mod - rts/Game/Camera/SmoothController.cpp Diff ] File ]
mod - rts/Game/CameraHandler.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/System/NetProtocol.cpp Diff ] File ]
develop 20a19e5a
Timestamp: 2008-04-06 17:42:48
Author: Auswaschbar
Details ] Diff ]
* don't show two statistic windows after demo watching
* added new camera controller: SmoothCamera
-> behaves like overview controller, but feels much smoother


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5670 37977431-3df6-0310-b722-df95706aa16b
add - rts/Game/Camera/SmoothController.cpp Diff ] File ]
add - rts/Game/Camera/SmoothController.h Diff ] File ]
mod - rts/Game/CameraHandler.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
develop a440a883
Timestamp: 2008-04-05 23:15:26
Author: satirik
Details ] Diff ]
- glow % text in white insteaf of yellow for the httpget

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5669 37977431-3df6-0310-b722-df95706aa16b
develop 10c8272f
Timestamp: 2008-04-05 23:13:17
Author: satirik
Details ] Diff ]
- 1500 lines per channel limit added FIFO based after
- few replay bug fixed
- replay form not modal anymore
- reloading replay is now threaded too
- big memory leak fixed on reloading replays

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5668 37977431-3df6-0310-b722-df95706aa16b
develop 225574ce
Timestamp: 2008-04-05 17:56:35
Author: Auswaschbar
Details ] Diff ]
* get rid of SendSTLData-templates


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5667 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/Net/Net.h Diff ] File ]
mod - rts/System/Net/PackPacket.cpp Diff ] File ]
mod - rts/System/Net/PackPacket.h Diff ] File ]
mod - tools/DedicatedServer/CMakeLists.txt Diff ] File ]
develop a39314a2
Timestamp: 2008-04-05 16:15:29
Author: kloot
Details ] Diff ]
fix up the weapon TryTarget() functions for avoidNeutral

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5666 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/GameHelper.cpp Diff ] File ]
mod - rts/Game/GameHelper.h Diff ] File ]
mod - rts/Sim/Weapons/BeamLaser.cpp Diff ] File ]
mod - rts/Sim/Weapons/Cannon.cpp Diff ] File ]
mod - rts/Sim/Weapons/EmgCannon.cpp Diff ] File ]
mod - rts/Sim/Weapons/FlameThrower.cpp Diff ] File ]
mod - rts/Sim/Weapons/LaserCannon.cpp Diff ] File ]
mod - rts/Sim/Weapons/LightingCannon.cpp Diff ] File ]
mod - rts/Sim/Weapons/MissileLauncher.cpp Diff ] File ]
mod - rts/Sim/Weapons/PlasmaRepulser.cpp Diff ] File ]
mod - rts/Sim/Weapons/Rifle.cpp Diff ] File ]
mod - rts/Sim/Weapons/StarburstLauncher.cpp Diff ] File ]
mod - rts/Sim/Weapons/TorpedoLauncher.cpp Diff ] File ]
develop b3a3ea48
Timestamp: 2008-04-05 15:21:05
Author: Auswaschbar
Details ] Diff ]
* corrected the random seed message


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5665 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/Net/PackPacket.cpp Diff ] File ]
mod - rts/System/Net/PackPacket.h Diff ] File ]
develop d2741ffb
Timestamp: 2008-04-04 22:09:42
Author: Auswaschbar
Details ] Diff ]
* fix a small memory leak and some invalid reads/writes


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5664 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/ChatMessage.cpp Diff ] File ]
mod - rts/Game/ChatMessage.h Diff ] File ]
mod - rts/Game/CommandMessage.cpp Diff ] File ]
mod - rts/Game/CommandMessage.h Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameData.cpp Diff ] File ]
mod - rts/Game/GameData.h Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/System/Net/Net.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/Net/UnpackPacket.cpp Diff ] File ]
mod - rts/System/Net/UnpackPacket.h Diff ] File ]
develop 94056bb8
Timestamp: 2008-04-04 21:49:26
Author: satirik
Details ] Diff ]
- admin text color darker and saved
- kick with reason should not kick if you hit cancel or give no reason
- focus on not visible window error in options bug fixed
- corrupted script files return a "corrupted script file" instead of a "invalid integer value" ...

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5663 37977431-3df6-0310-b722-df95706aa16b
develop a8f7c8df
Timestamp: 2008-04-04 21:16:09
Author: kloot
Details ] Diff ]
another oversight

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5662 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
develop 85a923c3
Timestamp: 2008-04-04 21:09:04
Author: kloot
Details ] Diff ]
forgot to assign avoidNeutral during LoadWeapon()

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5661 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/UnitLoader.cpp Diff ] File ]
develop 3fbe6b10
Timestamp: 2008-04-04 20:58:59
Author: kloot
Details ] Diff ]
implement the avoidNeutral (targetting) and collideNeutral (projectiles) weapon tags

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5660 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/GameHelper.cpp Diff ] File ]
mod - rts/Lua/LuaWeaponDefs.cpp Diff ] File ]
mod - rts/Sim/Projectiles/Projectile.h Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitLoader.cpp Diff ] File ]
mod - rts/Sim/Units/UnitLoader.h Diff ] File ]
mod - rts/Sim/Weapons/Weapon.h Diff ] File ]
mod - rts/Sim/Weapons/WeaponDefHandler.cpp Diff ] File ]
mod - rts/Sim/Weapons/WeaponDefHandler.h Diff ] File ]
develop 2b545429
Timestamp: 2008-04-04 20:17:39
Author: tvo
Details ] Diff ]
* Remove some unnecessary GL/glu.h #includes (from zerver's patch).

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5659 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Map/ReadMap.cpp Diff ] File ]
mod - rts/Map/SMF/BFGroundTextures.cpp Diff ] File ]
mod - rts/Map/SMF/SmfReadMap.cpp Diff ] File ]
mod - rts/Rendering/Env/AdvSky.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/SkyBox.cpp Diff ] File ]
mod - rts/Rendering/FartextureHandler.cpp Diff ] File ]
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/Textures/NamedTextures.cpp Diff ] File ]
mod - rts/Rendering/Textures/TextureAtlas.cpp Diff ] File ]
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
develop 5edb8f82
Timestamp: 2008-04-04 15:38:32
Author: satirik
Details ] Diff ]
- "check for beta ..." changed to "auto update lobby ..."
- httpgetunit.dfm bug fixed

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5658 37977431-3df6-0310-b722-df95706aa16b
develop fcee7eef
Timestamp: 2008-04-04 15:29:58
Author: satirik
Details ] Diff ]
- AVG now show 2 digits even for integer value
- admins text chat is now displayed in orange (you can ofc change it in the options)
- "Error: Battle ladder id not found" when joining non ladder battles bug fixed
- Auto update implemented, if you checked the option it auto download the archive, extract it and relaunch the lobby without any action needed (no more confirmation msgs)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5657 37977431-3df6-0310-b722-df95706aa16b
develop 6741586e
Timestamp: 2008-04-04 11:18:14
Author: tnowell
Details ] Diff ]
- added needed missing files to the project

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5656 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 7c165142
Timestamp: 2008-04-04 09:24:17
Author: tnowell
Details ] Diff ]
- somebody forgot to include the algorithm header, this fixes compilation under VS2005

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5655 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Action.cpp Diff ] File ]
develop f75afa74
Timestamp: 2008-04-03 18:02:10
Author: Auswaschbar
Details ] Diff ]
* fix animation smoothing


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5654 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
develop 89506f29
Timestamp: 2008-04-03 17:25:37
Author: Auswaschbar
Details ] Diff ]
* provide some randomness before the game starts loading and initialising


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5653 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.h Diff ] File ]
develop 390f4554
Timestamp: 2008-04-03 16:48:46
Author: Auswaschbar
Details ] Diff ]
* dedicated server wilol compile again


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5652 37977431-3df6-0310-b722-df95706aa16b
mod - tools/DedicatedServer/CMakeLists.txt Diff ] File ]
develop a2f4e397
Timestamp: 2008-04-02 22:50:21
Author: tvo
Details ] Diff ]
* My last change broke crosscompiling -> commented it out.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5651 37977431-3df6-0310-b722-df95706aa16b
mod - rts/lib/streflop/Makefile Diff ] File ]
develop fa5d8fed
Timestamp: 2008-04-02 21:54:05
Author: satirik
Details ] Diff ]
- ladder password checked (constant added)
- ladder password is checked each time you join or host a ladder battle
- players without account are auto speced
- if you join a ladder and the password is wrong it warn you that you must have an old lobby version
- Check for Lobby Update add in Help menu to force an update check

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5650 37977431-3df6-0310-b722-df95706aa16b
develop 4f811d12
Timestamp: 2008-04-02 21:02:33
Author: tvo
Details ] Diff ]
* scons tries mingw32-make if building streflop with make fails.
* streflop makefile doesn't try to run rm -f on windows anymore.
* CrashHandler shouldn't show the Microsoft "app has crashed"
error dialog anymore after it's own MessageBox.
(ExceptionHandler returned wrong value)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5649 37977431-3df6-0310-b722-df95706aa16b
mod - SConstruct Diff ] File ]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
mod - rts/lib/streflop/Makefile Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 851 852 853 854 855 856 857 ... 880 ... 990 ... 1057 1058 1059  Next  Last