Free Infantry revision list.

Revision: 160
Date: 04/02/2012
Message: fowl: wipeskill event and LioInfo.Hide fixes. Fixed peak player count and a few other db related things.
Commited By: hellspawninf
  • M /trunk/InfServer.Database/Logic/Login.cs
  • M /trunk/Assets/Lio/LioInfo.Hide.cs
  • M /trunk/InfServer/Database/Logic/Player.cs
  • M /trunk/bin/scripts/Scripts.csproj
  • M /trunk/InfServer/Logic/General/Assets.Events.cs
  • M /trunk/InfServer.Database/Logic/Chats.cs
  • M /trunk/bin/scripts/GameTypes/TDM/TDM.cs

Revision: 159
Date: 04/01/2012
Message: Finished chat implementation.
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/HttpJsonResponder.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Helpers/Zone.cs
  • M /trunk/InfServer/Database/Logic/Social/Chats.cs
  • M /trunk/InfServer.Database/Logic/Commands/Chat.cs
  • M /trunk/InfServer.Database/Server/Objects/Chat.cs
  • M /trunk/InfServer.Database/Logic/Chats.cs
  • M /trunk/InfServer.Database/Server/DBServer.cs

Revision: 158
Date: 03/31/2012
Message: Directory Http Responder now closes connections on errors.
Commited By: jovan92647
  • M /trunk/InfServer.DirectoryServer/Directory/DirectoryServer.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Helpers/Zone.cs

Revision: 157
Date: 03/31/2012
Message: Fixed httplistener prefix bug, also changed the byte packet for pinging zones.
Commited By: hellspawninf
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/HttpJsonResponder.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Helpers/Zone.cs

Revision: 156
Date: 03/31/2012
Message: Changed the directory http responder to use 0.0.0.0 instead of localhost.
Commited By: jovan92647
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/HttpJsonResponder.cs

Revision: 155
Date: 03/31/2012
Message: Implemented a very basic http/json Directory Name/PlayerCount getter.
Commited By: jovan92647
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Helpers/ZoneStream.cs
  • M /trunk/InfServer.DirectoryServer/Directory/DirectoryServer.cs
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/HttpJsonResponder.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Helpers/Zone.cs
  • M /trunk/InfServer.DirectoryServer/InfServer.DirectoryServer.csproj

Revision: 154
Date: 03/30/2012
Message: Launcher now has an Application Icon.
Commited By: jovan92647
  • M /branches/InfLauncher/InfLauncher
  • A /branches/InfLauncher/InfLauncher/Resources/MainIcon.ico
  • M /branches/InfLauncher
  • M /branches/InfLauncher/InfLauncher/Properties/Resources.resx
  • M /branches/InfLauncher/InfLauncher/Properties/Resources.Designer.cs
  • A /branches/InfLauncher/InfLauncher/Resources
  • M /branches/InfLauncher/InfLauncher/InfLauncher.csproj

Revision: 153
Date: 03/30/2012
Message: Implemented client-side error checking into the launcher. Login button is disabled upon a successful login.
Commited By: jovan92647
  • M /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • M /branches/InfLauncher/InfLauncher/Protocol/RestConnection.cs
  • M /branches/InfLauncher/InfLauncher/Models/Account.cs
  • M /branches/InfLauncher/InfLauncher/Views/MainForm.cs
  • M /branches/InfLauncher/InfLauncher/Views/NewAccountForm.cs

Revision: 152
Date: 03/30/2012
Message: Assets/Lio/LioInfo.Hide.cs: A workaround for old LIO files was added InfServer/Game/Objects/Player.cs: Multi-items are checked for skill match before they are given to players InfServer/Game/Objects/Vehicle.cs: Vehicle HP defaults to 1 if it is 0 - fowl
Commited By: nebezb
  • M /trunk/Assets/Lio/LioInfo.Hide.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.cs

Revision: 151
Date: 03/30/2012
Message: Half-way implementation of private chats.
Commited By: hellspawninf
  • M /trunk/InfServer.DirectoryServer/Directory/DirectoryServer.cs
  • A /trunk/InfServer.DBComm/Packets/Social/Whisper/SC_Whisper.cs
  • A /trunk/InfServer.DBComm/Packets/Social/Whisper/CS_Whisper.cs
  • M /trunk/InfServer.Database/Logic/Player.cs
  • M /trunk/InfServer/Database/Logic/Player.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer.DBComm/InfServer.DBComm.csproj
  • M /trunk/InfServer/Protocol/Helpers/Player.cs
  • A /trunk/InfServer/Database/Logic/Social
  • M /trunk/InfServer/Protocol/Packets/Social/CS_Chat.cs
  • M /trunk/InfServer/Protocol/Packets/Social/SC_Chat.cs
  • M /trunk/InfServer.Database/Server/Objects/Zone.cs
  • A /trunk/InfServer/Database/Logic/Social/Chats.cs
  • M /trunk/InfServer/Protocol/Helpers/Social.cs
  • M /trunk/InfServer.DBComm/S2CFactory.cs
  • M /trunk/InfServer/Logic/General/Assets.Events.cs
  • M /trunk/InfServer.DBComm/C2SFactory.cs
  • M /trunk/InfServer/Database/Logic/Commands/Chat.cs
  • A /trunk/InfServer.DBComm/Packets/Social/Whisper
  • M /trunk/InfServer.DirectoryServer/InfServer.DirectoryServer.csproj
  • M /trunk/InfServer/Game/ZonePlayers.cs
  • M /trunk/InfServer.Database/Server/DBServer.cs
  • A /trunk/InfServer.DBComm/Packets/Social/Chats/SC_LeaveChat.cs
  • A /trunk/InfServer.DBComm/Packets/Social/Chats/CS_LeaveChat.cs
  • A /trunk/InfServer.DBComm/Packets/Social/Chats/SC_JoinChat.cs
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • A /trunk/InfServer.DBComm/Packets/Social/Chats/CS_JoinChat.cs
  • M /trunk/InfServer/InfServer.csproj
  • A /trunk/InfServer.DBComm/Packets/Social
  • A /trunk/InfServer.DBComm/Packets/Social/Chats
  • A /trunk/InfServer.Database/Logic/Chats.cs
  • M /trunk/InfServer.Database/InfServer.Database.csproj
  • A /trunk/InfServer.DBComm/Packets/Social/Chats/CS_PrivateChat.cs
  • A /trunk/InfServer.DBComm/Packets/Social/Chats/SC_PrivateChat.cs
  • A /trunk/InfServer.DBComm/Packets/Social/SC_Chat.cs
  • M /trunk/InfServer/Logic/Packets/Social/Chat.cs
  • M /trunk/InfServer.Database/Logic/Commands/Chat.cs
  • A /trunk/InfServer.Database/Server/Objects/Chat.cs

Revision: 150
Date: 03/28/2012
Message: ?drop increases quantity if it finds the same item within a region Added itemStackSpawn and getItemInRange methods to accomplish this Added personal score to ?breakdown and alphabetized commands file Need my own account as well -Rage
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 149
Date: 03/28/2012
Message: Updated a few documents, created new documents regarding ?zonelist, documented other commands and commandline arguments for the client as well.
Commited By: nebezb
  • A /branches/Docs/Protocols/Doc-Lists.txt
  • M /branches/Docs/DirServ/notes.txt
  • A /branches/Docs/Client
  • A /branches/Docs/Client/cmdline-args.txt

Revision: 148
Date: 03/27/2012
Message: Bug fixes to buy and added drop, drop still needs to stack items together.
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs

Revision: 147
Date: 03/27/2012
Message: ?online and ?find implementations.
Commited By: hellspawninf
  • M /trunk/InfServer.Database/Logic/Login.cs
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/InfServer/Game/Commands/Game/Game.cs
  • M /trunk/InfServer.Database/Server/Objects/Zone.cs
  • M /trunk/InfServer.DBComm/InfServer.DBComm.csproj
  • M /trunk/InfServer.Network/InfServer.Network.csproj
  • M /trunk/InfServer.DBComm/C2SFactory.cs
  • M /trunk/InfServer.DBComm/Packets/Commands/Chat/CS_Find.cs
  • M /trunk/InfServer.DBComm/Packets/Commands/Chat/SC_Find.cs
  • M /trunk/InfServer.DBComm/S2CFactory.cs
  • M /trunk/InfServer.Database/Logic/Commands/Chat.cs
  • M /trunk/InfServer/Database/Logic/Commands/Chat.cs
  • A /trunk/InfServer.DBComm/Packets/Commands/Chat/CS_Online.cs
  • A /trunk/InfServer.DBComm/Packets/Commands/Chat/SC_Online.cs

Revision: 146
Date: 03/27/2012
Message:
Commited By: hellspawninf
  • A /trunk/InfServer/Database/Logic/Commands
  • A /trunk/InfServer/Database/Logic/Commands/Chat.cs

Revision: 145
Date: 03/27/2012
Message:
Commited By: hellspawninf
  • A /trunk/InfServer.Database/Logic/Commands
  • A /trunk/InfServer.Database/Logic/Commands/Chat.cs

Revision: 144
Date: 03/27/2012
Message:
Commited By: hellspawninf
  • A /trunk/InfServer.DBComm/Packets/Commands/Chat
  • A /trunk/InfServer.DBComm/Packets/Commands/Mod
  • A /trunk/InfServer.DBComm/Packets/Commands
  • A /trunk/InfServer.DBComm/Structures/Zone.cs
  • A /trunk/InfServer.DBComm/Packets/Commands/Chat/CS_Find.cs
  • A /trunk/InfServer.DBComm/Packets/Commands/Chat/SC_Find.cs

Revision: 143
Date: 03/27/2012
Message: New protocol for dbserver.
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/InfServer.DBComm/Packets/Login/CS_PlayerLogin.cs
  • M /trunk/InfServer.Database/Server/Objects/Zone.cs
  • M /trunk/InfServer/InfServer.csproj
  • M /trunk/InfServer.DBComm/InfServer.DBComm.csproj
  • M /trunk/InfServer.Database/InfServer.Database.csproj

Revision: 142
Date: 03/27/2012
Message: ZZ and dodgeball updates
Commited By: hellspawninf
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs
  • M /trunk/bin/scripts/GameTypes/Dodgeball/Dodgeball.cs

Revision: 141
Date: 03/26/2012
Message: Updates to recycling, hopefully will destroy player objects a bit better..
Commited By: hellspawninf
  • M /trunk/InfServer/Game/ZoneServer.cs

Revision: 140
Date: 03/25/2012
Message: Updated Launcher.
Commited By: hellspawninf
  • M /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • M /branches/InfLauncher/InfLauncher/Protocol/RestConnection.cs
  • A /branches/InfLauncher/InfLauncher/Infantry.ico
  • M /branches/InfLauncher/InfLauncher/config.xml
  • M /branches/InfLauncher/InfLauncher/Views/MainForm.Designer.cs
  • M /branches/InfLauncher/InfLauncher/Views/MainForm.cs
  • M /branches/InfLauncher/InfLauncher/Controllers/NewsController.cs

Revision: 139
Date: 03/24/2012
Message: Revised *recycle yet again.
Commited By: hellspawninf
  • M /trunk/InfServer/Program.cs
  • M /trunk/InfServer/Game/ZoneServer.cs
  • M /trunk/InfServer/Game/Commands/Sysop/Server.cs

Revision: 138
Date: 03/24/2012
Message: Revised recycling.
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Program.cs
  • M /trunk/InfServer/Game/Commands/Sysop/Server.cs

Revision: 137
Date: 03/24/2012
Message:
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Assets/AssetManager.cs

Revision: 136
Date: 03/24/2012
Message: Updated ?buy logic and fixed a few commands.
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs

Revision: 135
Date: 03/23/2012
Message: Blobs now are loaded from vehicle asset files. Bongs are now read from CS_Chat (Thanks for the hand Super-Man)
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/InfServer/Game/Commands/Mod/Vehicles.cs
  • M /trunk/InfServer/Game/Commands/Game/Game.cs
  • M /trunk/InfServer/Game/Commands/Sysop/Server.cs
  • M /trunk/InfServer/Protocol/Helpers/Player.cs
  • M /trunk/InfServer/Game/Commands/Mod/Bots.cs
  • M /trunk/InfServer/Game/Commands/Stats/Stats.cs
  • M /trunk/Assets/Cfg/CfgInfo.cs
  • M /trunk/InfServer/Protocol/Packets/Social/CS_Chat.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • M /trunk/InfServer/Game/Commands/Registrar.cs
  • M /trunk/Assets/Veh/VehInfo.Computer.cs
  • M /trunk/Assets/Veh/VehInfo.cs
  • M /trunk/InfServer/Game/Commands/Sysop/Network.cs
  • M /trunk/InfServer/Game/Arena/ArenaSocial.cs
  • M /trunk/InfServer/Logic/Packets/Social/Chat.cs
  • M /trunk/Assets/Veh/VehInfo.Car.cs
  • M /trunk/Assets/Veh/VehInfo.Dependent.cs
  • M /trunk/InfServer/Game/Assets/AssetManager.cs

Revision: 134
Date: 03/22/2012
Message: Bongs werent being deserialized
Commited By: nebezb
  • M /trunk/InfServer/Protocol/Packets/Social/CS_Chat.cs

Revision: 133
Date: 03/21/2012
Message: Added permission mode methods for *permit aswell as added support to CS_Login
Commited By: hellspawninf
  • M /trunk/InfServer/Logic/Packets/Login/Login.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • A /trunk/InfServer/Logic/Helpers
  • M /trunk/InfServer/InfServer.csproj
  • A /trunk/InfServer/Logic/Helpers/Permit.cs

Revision: 132
Date: 03/21/2012
Message: Added permission mode under server.xml. permit.xml included.
Commited By: hellspawninf
  • M /trunk/bin/server.xml
  • A /trunk/bin/permit.xml
  • M /trunk/bin/scripts/GameTypes/Dodgeball/Dodgeball.cs

Revision: 131
Date: 03/21/2012
Message: Implemented routeFriendly. Implemented player anti-warps.
Commited By: hellspawninf
  • M /trunk/InfServer/Protocol/Helpers/Updates.cs
  • M /trunk/InfServer/Logic/General/Assets.Item.cs
  • M /trunk/Assets/Itm/ItmInfo.Item.cs
  • M /trunk/Assets/Itm/ItmInfo.ItemMaker.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/Assets/Itm/ItmInfo.ControlItem.cs
  • M /trunk/Assets/Itm/ItmInfo.VehicleMaker.cs
  • M /trunk/Assets/Itm/ItmInfo.Projectile.cs
  • M /trunk/Assets/Itm/ItmInfo.RepairItem.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/Assets/Itm/ItmInfo.MultiUse.cs
  • M /trunk/Assets/Itm/ItmInfo.WarpItem.cs

Revision: 130
Date: 03/20/2012
Message:
Commited By: hellspawninf
  • M /trunk/bin/scripts.xml

Revision: 129
Date: 03/20/2012
Message: TDM updates..
Commited By: hellspawninf
  • M /trunk/bin/scripts/GameTypes/TDM/TDM.cs

Revision: 128
Date: 03/20/2012
Message: Implemented item pruning/drops. Fixed bounty reward logic. (may be wrong, need double checking)
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer/Logic/General/Rewards.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 127
Date: 03/20/2012
Message:
Commited By: hellspawninf
  • M /trunk/bin/scripts/Scripts.csproj
  • A /trunk/bin/scripts/GameTypes/Dodgeball
  • A /trunk/bin/scripts/GameTypes/Dodgeball/Dodgeball.cs

Revision: 126
Date: 03/20/2012
Message:
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Objects/Player.cs

Revision: 125
Date: 03/20/2012
Message: Implemented projectile damage events. Also cleaned up ScriptArena a bit, should be easier to find stuff in there.
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Logic/General/Assets.Events.cs

Revision: 124
Date: 03/19/2012
Message: Added support for relative vehicles added *arena
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • M /trunk/InfServer/Game/Objects/Player.cs

Revision: 123
Date: 03/19/2012
Message: Fixed a few more duplicate key entry errors.
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Game/Assets/AssetManager.Cache.cs
  • M /trunk/InfServer/Game/Assets/AssetManager.cs

Revision: 122
Date: 03/19/2012
Message: fixed Lvl offsets, warps should be converted to actual game coordinates now. fixed *warp added xml listing for the DirectoryServer
Commited By: hellspawninf
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Helpers/XmlZoneListing.cs
  • M /trunk/InfServer/Logic/Lio/Warp.cs
  • M /trunk/InfServer.DirectoryServer/Directory/DirectoryServer.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • M /trunk/Assets/Lvl/LvlInfo.Header.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer.DirectoryServer/Program.cs
  • M /trunk/InfServer.DirectoryServer/InfServer.DirectoryServer.csproj
  • M /trunk/Assets/Lvl/LvlInfo.cs

Revision: 121
Date: 03/17/2012
Message:
Commited By: hellspawninf
  • A /trunk/bin/Pathfinder.dll

Revision: 120
Date: 03/17/2012
Message:
Commited By: hellspawninf
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.Stats.cs

Revision: 119
Date: 03/12/2012
Message:
Commited By: hellspawninf
  • M /trunk/bin/server.xml
  • A /trunk/bin/CSScriptLibrary.dll
  • A /trunk/bin/Ionic.Zlib.dll
  • A /trunk/bin/assets.xml

Revision: 118
Date: 03/11/2012
Message: Launcher design - Added the new account registration note.
Commited By: jovan92647
  • M /branches/Design Files/Launcher.psd

Revision: 117
Date: 03/11/2012
Message: Created the "Design Files" directory - this houses the (mostly) photoshop layout files. Checked in the design for the Launcher.
Commited By: jovan92647
  • A /branches/Design Files
  • A /branches/Design Files/Launcher.psd

Revision: 116
Date: 03/11/2012
Message:
Commited By: hellspawninf
  • A /trunk/bin/scripts/app.config

Revision: 115
Date: 03/11/2012
Message:
Commited By: hellspawninf
  • A /trunk/bin/scripts/GameTypes/TDM
  • A /trunk/bin/scripts/GameTypes/TDM/TDM.cs

Revision: 114
Date: 03/11/2012
Message:
Commited By: hellspawninf
  • A /trunk/bin/scripts/GameTypes/CTF/CTF_OvD
  • A /trunk/bin/scripts/GameTypes/CTF
  • A /trunk/bin/scripts/GameTypes/CTF/CTF.cs
  • A /trunk/bin/scripts/GameTypes/CTF/CTF_OvD/OvD.cs

Revision: 113
Date: 03/11/2012
Message:
Commited By: hellspawninf
  • A /trunk/bin/scripts/GameTypes
  • A /trunk/bin/scripts.xml
  • A /trunk/bin/scripts
  • A /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.Stats.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/CombatBot.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/RangedZombieBot.cs
  • A /trunk/bin/scripts/Bots/DuelBot
  • A /trunk/bin/scripts/GameTypes/ZombieZone/ZombieTransitions.cs
  • A /trunk/bin/scripts/Bots/DuelBot/DuelBot.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Turrets/LaserTurret.cs
  • A /trunk/bin/scripts/Bots
  • A /trunk/bin
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Turrets/HealingBotTurret.cs
  • A /trunk/bin/server.xml
  • A /trunk/bin/scripts/Bots/FollowBot
  • A /trunk/bin/scripts/GameTypes/ZombieZone
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/ZombieBot.cs
  • A /trunk/bin/scripts/Scripts.csproj
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Turrets
  • A /trunk/bin/scripts/Bots/FollowBot/FollowBot.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/DualZombieBot.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/SuicideZombieBot.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Turrets/SnareTrap.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/KingZombieBot.cs

Revision: 112
Date: 03/10/2012
Message:
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ArenaState.cs

Revision: 111
Date: 03/10/2012
Message: ArenaState.cs: Fixed duplicate key entry error from initiating teams from a config with multiple teams of the same name. InfServer/Logic/Packets/Login/Login.cs: Added some alias illegal character support for CS Logins. Someone discovered if your alias was a space or blank, you do not show up in game aside from being on the playerlist. DirectoryServer.cs: Updated with ZZ and USL.
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Logic/Packets/Login/Login.cs
  • M /trunk
  • M /trunk/InfServer.DirectoryServer/Directory/DirectoryServer.cs
  • D /trunk/bin

Revision: 110
Date: 03/05/2012
Message: Old changes to the map editor.
Commited By: jovan92647
  • M /branches/InfMapEditor/InfMapEditor.Rendering/Rendering/SelectionRenderer.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Infantry/Sprite
  • M /branches/InfMapEditor/InfMapEditor/Helpers/BlobLoader.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Infantry/SpriteFile.cs
  • M /branches/InfMapEditor
  • M /branches/InfMapEditor/InfMapEditor.Rendering/Rendering/GuideRenderer.cs
  • M /branches/InfMapEditor/InfMapEditor/Views/Main/Partials/MapControl.cs
  • M /branches/InfMapEditor/InfMapEditor.Rendering/Helpers/TexturedVertex.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Infantry/Sprite/FrameInfo.cs
  • M /branches/InfMapEditor/InfMapEditor/Controllers/MapViewController.cs
  • M /branches/InfMapEditor/InfMapEditor.Rendering/Renderer.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Infantry/Sprite/OldHeader2.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Infantry/Sprite/OldHeader3.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Infantry/Sprite/OldHeader4.cs
  • M /branches/InfMapEditor/InfMapEditor/Views/Main/MainForm.Designer.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Infantry/Sprite/CompressionFlags.cs
  • M /branches/InfMapEditor/InfMapEditor/Views/Main/MainForm.cs
  • M /branches/InfMapEditor/InfMapEditor.FileFormats/InfMapEditor.FileFormats.csproj
  • M /branches/InfMapEditor/InfMapEditor.Rendering/Rendering/FloorRenderer.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Infantry/Sprite/Header.cs
  • M /branches/InfMapEditor/InfMapEditor.Rendering/Helpers/ColoredVertex.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Infantry/Sprite/Frame.cs

Revision: 109
Date: 08/22/2011
Message:
Commited By: aaerox
  • A /trunk/InfServer/Logic/Packets/Unknown.cs
  • M /trunk/InfServer.Network/Network/Server.cs
  • A /trunk/InfServer/Logic/Packets/Social/Banners.cs
  • A /trunk/InfServer/Protocol/Packets/Security/SC_RegQuery.cs
  • A /trunk/InfServer/Game/Commands/Game/Game.cs
  • M /trunk/Assets/Itm/ItmInfo.RepairItem.cs
  • M /trunk/bin/Pathfinder.dll
  • M /trunk/InfServer/Logic/Packets/Login/Assets.cs
  • M /trunk/Assets/Cfg/CfgInfo.Rank.cs
  • M /trunk/InfServer/Protocol/Packets/Game/State/SC_PlayerEnter.cs
  • M /trunk/InfServer.Network/Network/PacketDummy.cs
  • M /trunk/InfServer/Bot/SharpSteer/LQDatabase.cs
  • A /trunk/InfServer.Network/Protocol/DataPacketRcv.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Turrets/HealingBotTurret.cs
  • A /trunk/InfServer/Game/Commands/Stats/Stats.cs
  • M /trunk/bin/scripts/GameTypes/CTF_OvD/OvD.cs
  • M /trunk/InfServer/Protocol/Helpers/Updates.cs
  • M /trunk/InfServer.Network/Protocol/Reliable.cs
  • M /trunk/InfServer/Protocol/Packets/Social/CS_Chat.cs
  • M /trunk/InfServer/Protocol/Packets/Game/State/SC_Vehicles.cs
  • M /trunk/InfServer.Network/InfServer.Network.csproj
  • M /trunk/bin/scripts/Scripts.csproj
  • A /trunk/InfServer/Game/Commands/Game
  • A /trunk/InfServer/Logic/Packets/Stats/Statistics.cs
  • A /trunk/InfServer/Protocol/Packets/Misc/SC_ShowGif.cs
  • M /trunk/InfServer.Network/Logic/Connection.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerSetBounty.cs
  • M /trunk/Assets/Itm/ItmInfo.WarpItem.cs
  • M /trunk/InfServer.Network/Logic/Registrar.cs
  • M /trunk/Assets/Itm/ItmInfo.Item.cs
  • A /trunk/InfServer/Protocol/Packets/Security/SC_Environment.cs
  • M /trunk/Assets/Itm/ItmInfo.VehicleMaker.cs
  • A /trunk/InfServer/Protocol/Packets/Security/CS_Environment.cs
  • M /trunk/InfServer/Protocol/Helpers/Math.cs
  • A /trunk/InfServer/Game/Commands/Sysop/Server.cs
  • M /trunk/InfServer/Database/Logic/Connection.cs
  • M /trunk/InfServer.Network/Logic/Reliable.cs
  • M /trunk/InfServer/Game/Arena/ArenaComputer.cs
  • A /trunk/InfServer/Logic/Packets/Security/Security.cs
  • M /trunk/InfServer/Bot/SteeringController.cs
  • M /trunk/InfServer/Bot/Math/Plane.cs
  • M /trunk/InfServer.Database/Infantry1.designer.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Turrets
  • A /trunk/InfServer/Game/Commands/Sysop/Network.cs
  • M /trunk/InfServer.Network/Protocol/Box.cs
  • M /trunk/InfServer.Network/Protocol/ReliableBox.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/DualZombieBot.cs
  • M /trunk/InfServer/Bot/MovementController.cs
  • M /trunk/InfServer.DBComm/Packets/Player/CS_PlayerLeave.cs
  • M /trunk/InfServer/Game/Arena/ArenaBot.cs
  • M /trunk/Assets/Itm/ItmInfo.ControlItem.cs
  • M /trunk/InfServer.Database/Logic/Player.cs
  • M /trunk/InfServer/Database/Logic/Player.cs
  • M /trunk/InfServer.Network/Protocol/CS_State.cs
  • M /trunk/InfServer.Network/Protocol/SC_State.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerMultiItem.cs
  • M /trunk/Assets/Itm/ItmInfo.MultiUse.cs
  • M /trunk/InfServer/Logic/Packets/Update/Player.cs
  • A /trunk/InfServer/Protocol/Packets/Security/SC_Test.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone
  • M /trunk/Assets/Itm/ItmInfo.ItemMaker.cs
  • M /trunk/InfServer/Protocol/Helpers/PacketIDs.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_Projectile.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/ZombieBot.cs
  • M /trunk/InfServer.DBComm/Packets/Login/CS_PlayerLogin.cs
  • M /trunk/InfServer.DBComm/Packets/Login/SC_PlayerLogin.cs
  • M /trunk/InfServer/Bot/Math/AxisAlignedBox.cs
  • M /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerTeamUpdate.cs
  • A /trunk/InfServer.DBComm/Packets/Stats
  • M /trunk/InfServer/Game/ZonePlayers.cs
  • M /trunk/InfServer/Protocol/Packets/Login/CS_StartUpdate.cs
  • M /trunk/InfServer/Protocol/Helpers/Objects.cs
  • A /trunk/InfServer/Database/Logic/Stats.cs
  • A /trunk/InfServer/Protocol/Packets/Misc/CS_FileSend.cs
  • A /trunk/InfServer/Protocol/Packets/Misc/SC_FileSend.cs
  • M /trunk/InfServer/Bot/Math/Enums.cs
  • M /trunk/InfServer/Protocol/Packets/Game/SC_BindVehicle.cs
  • M /trunk/bin/server.xml
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerStopSpectate.cs
  • A /trunk/InfServer/Protocol/Packets/Social/CS_SetBanner.cs
  • M /trunk/InfServer/Game/Objects/PlayerStats.cs
  • A /trunk/InfServer/Protocol/Packets/Stats/SC_Chart.cs
  • M /trunk/InfServer/Logic/Packets/Social/Chat.cs
  • M /trunk/InfServer/Logic/General/Rewards.cs
  • A /trunk/InfServer/Protocol/Packets/Stats
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_VehicleState.cs
  • A /trunk/InfServer.Database/Logic/Stats.cs
  • M /trunk/InfServer.DBComm/InfServer.DBComm.csproj
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer.Database/Infantry.dbml
  • A /trunk/InfServer.DBComm/Packets/Stats/SC_PlayerStatsResponse.cs
  • M /trunk/InfServer.Network/Network/NetworkClient.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Protocol/Packets/Game/Update/CS_PlayerUpdate.cs
  • M /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerUpdate.cs
  • A /trunk/InfServer.Network/Logic/DataStream.cs
  • M /trunk/InfServer/Protocol/Helpers/Social.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.Computer.cs
  • M /trunk/InfServer/Game/ZoneArenas.cs
  • M /trunk/InfServer.DBComm/S2CFactory.cs
  • M /trunk/InfServer.DBComm/C2SFactory.cs
  • A /trunk/InfServer/Logic/Packets/Stats
  • M /trunk/InfServer.Database/Infantry.dbml.layout
  • M /trunk/bin/scripts/GameTypes/CTF/CTF.cs
  • D /trunk/InfServer/Protocol/Packets/Game/Update/CS_PlayerPickup.cs
  • A /trunk/InfServer/Game/Commands/Sysop
  • M /trunk/InfServer/Logic/Lio/Warp.cs
  • M /trunk/InfServer/Bot/SharpSteer/LQProximityDatabase.cs
  • M /trunk/Assets/Itm/ItmInfo.Projectile.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Turrets/LaserTurret.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerCrowns.cs
  • M /trunk/InfServer/Bot/Math/PlaneBoundedVolume.cs
  • M /trunk/InfServer/Protocol/Factory.cs
  • M /trunk/InfServer/Bot/Bot.cs
  • M /trunk/InfServer/Game/ZoneServer.cs
  • M /trunk/InfServer/Bot/Math/Utility.cs
  • A /trunk/InfServer/Protocol/Packets/Misc
  • M /trunk/InfServer/Game/Arena/Arena.cs
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • A /trunk/InfServer/Protocol/Packets/Stats/CS_ChartRequest.cs
  • M /trunk/InfServer.DBComm/Packets/Login/SC_Auth.cs
  • M /trunk/InfServer.DBComm/Packets/Login/CS_Auth.cs
  • M /trunk/InfServer.DirectoryServer/Directory/DirectoryServer.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs
  • D /trunk/InfServer/Protocol/Packets/Game/Update/CS_PlayerDrop.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/RangedZombieBot.cs
  • M /trunk/InfServer/Bot/SharpSteer/PolylinePathway.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/ZombieTransitions.cs
  • A /trunk/InfServer/Protocol/Packets/Social/SC_Banner.cs
  • M /trunk/InfServer/Protocol/Helpers/Player.cs
  • A /trunk/InfServer/Game/Commands/Stats
  • M /trunk/InfServer/Protocol/Helpers/Vehicles.cs
  • M /trunk/InfServer.Network/Protocol/ReliableEcho.cs
  • M /trunk/InfServer/Database/Database.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_Skills.cs
  • M /trunk/InfServer.Database/Server/Objects/Zone.cs
  • M /trunk/InfServer.Network/Network/ClientConn.cs
  • M /trunk/InfServer.DBComm/Structures/Player.cs
  • M /trunk/InfServer/Logic/General/Assets.Events.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.cs
  • M /trunk/InfServer/Bot/WeaponController.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Turrets/SnareTrap.cs
  • A /trunk/InfServer/Protocol/Packets/Misc/SC_ConfirmFileSend.cs
  • M /trunk/InfServer.Database/Server/DBServer.cs
  • M /trunk/InfServer/Game/Assets/AssetManager.Cache.cs
  • M /trunk/InfServer/Game/Arena/ArenaUpdate.cs
  • M /trunk/InfServer/Game/Objects/ObjTracker.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.Stats.cs
  • A /trunk/InfServer/Logic/Packets/Security
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/InfServer.Network/Protocol/DataPacket.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/CombatBot.cs
  • A /trunk/InfServer.DBComm/Packets/Player/CS_PlayerBanner.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerWarpEx.cs
  • M /trunk/InfServer/InfServer.csproj
  • M /trunk/InfServer.Network/Network/Client.cs
  • M /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerWarp.cs
  • A /trunk/InfServer.DBComm/Packets/Stats/CS_PlayerStatsRequest.cs
  • M /trunk/InfServer/Bot/Pathfinding/Pathfinder.cs
  • M /trunk/InfServer.Database/InfServer.Database.csproj
  • M /trunk/InfServer.Database/Logic/Login.cs
  • A /trunk/InfServer/Protocol/Packets/Stats/SC_ScoreChart.cs
  • M /trunk/InfServer/Bot/SharpSteer/SteerLibrary.cs
  • M /trunk/InfServer/Logic/General/Assets.Skills.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/SuicideZombieBot.cs
  • M /trunk/InfServer/Logic/Packets/Update/Game.cs
  • M /trunk/InfServer.Network/Protocol/OutOfSync.cs
  • M /trunk/InfServer.Network/Network/PacketBase.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/Bots/KingZombieBot.cs

Revision: 108
Date: 07/03/2011
Message: Added some missing documents.
Commited By: jovan92647
  • A /branches/Docs/Protocols
  • A /branches/Docs/Guides/Launching a Stand-Alone Server.md
  • A /branches/Docs/Protocols/Account Server Protocol.md
  • A /branches/Docs/File Formats
  • A /branches/Docs/Guides

Revision: 107
Date: 06/14/2011
Message:
Commited By: aaerox
  • D /trunk/bin/scripts/GameTypes/ZombieZone

Revision: 106
Date: 06/13/2011
Message: Fixed texel tearing in the floor renderer. Uses bilinear sampling now.
Commited By: jovan92647
  • M /branches/InfMapEditor/InfMapEditor.Rendering/Rendering/FloorRenderer.cs

Revision: 105
Date: 06/13/2011
Message: Added first iteration of the map editor, with some test blobs. Put them in an 'assets' directory to use them.
Commited By: jovan92647
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Spatial
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.pdb
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Helpers
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.dll
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Aligned.cs
  • A /branches/InfMapEditor/Libraries/SlimDX/Bin/net40/x86
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.xml
  • A /branches/InfMapEditor/Gibbed.Helpers/NumberHelpers/LittleEndian.cs
  • A /branches/InfMapEditor/Libraries/DotNetZipLib/DotNetZip-v1.9/Readme.txt
  • A /branches/InfMapEditor/Libraries/JSON.Net
  • A /branches/InfMapEditor/InfMapEditor/Helpers
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers/U16.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/NumberHelpers/RotateRight.cs
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Properties
  • A /branches/InfMapEditor/Libraries/DotNetZipLib/DotNetZip-v1.9/Release/Ionic.Zip.dll
  • A /branches/InfMapEditor/InfMapEditor/Test Blobs/f_clouds.blo
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers
  • A /branches/InfMapEditor/InfMapEditor.FileFormats
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Structure.cs
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Helpers/Texture.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers/F32.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers/S8.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers/U8.cs
  • A /branches/InfMapEditor/Libraries/SlimDX/Bin/net40/x86/SlimDX.pdb
  • A /branches/InfMapEditor/InfMapEditor/Properties/AssemblyInfo.cs
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/MainForm.Designer.cs
  • A /branches/InfMapEditor/Libraries/SlimDX/Bin/net40/x86/SlimDX.dll
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Silverlight
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/GridForm.Designer.cs
  • A /branches/InfMapEditor/InfMapEditor/Test Blobs/f_jovan.blo
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/Partials
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Editor
  • A /branches/InfMapEditor/InfMapEditor/Test Blobs
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Spatial/Grid.cs
  • A /branches/InfMapEditor/Libraries/DotNetZipLib/DotNetZip-v1.9/Debug
  • A /branches/InfMapEditor/Libraries/SlimDX/Bin
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.xml
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Guid.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Properties
  • A /branches/InfMapEditor/InfMapEditor/Controllers
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Helpers/ColoredVertex.cs
  • A /branches/InfMapEditor/InfMapEditor.DataStructures/Properties
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/MainForm.resx
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/Partials/MinimapControl.resx
  • A /branches/InfMapEditor/InfMapEditor/Helpers/BlobLoader.cs
  • A /branches/InfMapEditor/InfMapEditor.Assets/Object.cs
  • A /branches/InfMapEditor/InfMapEditor.Rendering
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Helpers/ExpandableVertexBuffer.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.pdb
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.dll
  • A /branches/InfMapEditor/InfMapEditor/Properties/Resources.resx
  • A /branches/InfMapEditor/Gibbed.Helpers/Properties/AssemblyInfo.cs
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Rendering
  • A /branches/InfMapEditor/Libraries
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Strings/Default.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/license.txt
  • A /branches/InfMapEditor/InfMapEditor.Assets/Properties
  • A /branches/InfMapEditor/Libraries/SlimDX/Bin/net40
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Boolean.cs
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/Partials/MapControl.resx
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/Partials/MinimapControl.cs
  • A /branches/InfMapEditor/InfMapEditor
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers/S32.cs
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Rendering/FloorRenderer.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/Documentation.chm
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/GridForm.resx
  • A /branches/InfMapEditor/InfMapEditor.DataStructures
  • A /branches/InfMapEditor/InfMapEditor.DataStructures/BlobReference.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers.cs
  • A /branches/InfMapEditor
  • A /branches/InfMapEditor/Libraries/SlimDX/Bin/net40/x86/SlimDX.xml
  • A /branches/InfMapEditor/Libraries/SlimDX/Bin/net40/x64/SlimDX.pdb
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Strings/Internal.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/NumberHelpers/RotateLeft.cs
  • A /branches/InfMapEditor/Libraries/SlimDX/Bin/net40/x64/SlimDX.dll
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers/F64.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/Source.zip
  • A /branches/InfMapEditor/InfMapEditor/Views/Palettes/FloorPalette.resx
  • A /branches/InfMapEditor/InfMapEditor.DataStructures/BlobImage.cs
  • A /branches/InfMapEditor/Libraries/SlimDX/SlimDX.chm
  • A /branches/InfMapEditor/InfMapEditor/Controllers/MainController.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.pdb
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Helpers/IVertex.cs
  • A /branches/InfMapEditor/InfMapEditor.Rendering/InfMapEditor.Rendering.csproj
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.dll
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Rendering/SelectionRenderer.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.xml
  • A /branches/InfMapEditor/Libraries/SlimDX/SlimDX.chw
  • A /branches/InfMapEditor/InfMapEditor/Test Blobs/f_chaos.blo
  • A /branches/InfMapEditor/InfMapEditor/Views/Palettes
  • A /branches/InfMapEditor/InfMapEditor.Assets/InfMapEditor.Assets.csproj
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/WindowsPhone
  • A /branches/InfMapEditor/InfMapEditor.Assets/Floor.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/ByteHelpers.cs
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Renderer.cs
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Spatial/CellData.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin
  • A /branches/InfMapEditor/InfMapEditor.Assets
  • A /branches/InfMapEditor/InfMapEditor/Helpers/BitmapExtensions.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers/U32.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers/S64.cs
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Properties/AssemblyInfo.cs
  • A /branches/InfMapEditor/InfMapEditor/Properties/Resources.Designer.cs
  • A /branches/InfMapEditor/Libraries/DotNetZipLib/DotNetZipLib-v1.9.chm
  • A /branches/InfMapEditor/InfMapEditor/Program.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Service References
  • A /branches/InfMapEditor/Libraries/SlimDX/Bin/net40/x64/SlimDX.xml
  • A /branches/InfMapEditor/InfMapEditor/Test Blobs/f_bases.blo
  • A /branches/InfMapEditor/InfMapEditor/Views/Main
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/Partials/MapControl.Designer.cs
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/Partials/MapControl.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers
  • A /branches/InfMapEditor/Gibbed.Helpers/NumberHelpers/Swap.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/versions.txt
  • A /branches/InfMapEditor/Libraries/SlimDX
  • A /branches/InfMapEditor/InfMapEditor/Properties
  • A /branches/InfMapEditor/InfMapEditor/Views
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.xml
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/GridForm.cs
  • A /branches/InfMapEditor/InfMapEditor.DataStructures/Floor.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/InfMapEditor.FileFormats.csproj
  • A /branches/InfMapEditor/Libraries/DotNetZipLib/DotNetZip-v1.9/Debug/Ionic.Zip.XML
  • A /branches/InfMapEditor/Gibbed.Helpers/NumberHelpers/Align.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Properties/AssemblyInfo.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/NumberHelpers
  • A /branches/InfMapEditor/InfMapEditor.DataStructures/Properties/AssemblyInfo.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.pdb
  • A /branches/InfMapEditor/Libraries/DotNetZipLib/DotNetZip-v1.9
  • A /branches/InfMapEditor/Libraries/SlimDX/Bin/net40/x64
  • A /branches/InfMapEditor/InfMapEditor/Test Blobs/f_islands.blo
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.dll
  • A /branches/InfMapEditor/InfMapEditor/Views/Palettes/FloorPalette.Designer.cs
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Rendering/GuideRenderer.cs
  • A /branches/InfMapEditor/InfMapEditor/Views/Palettes/FloorPalette.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Enum.cs
  • A /branches/InfMapEditor/InfMapEditor.Rendering/Helpers/TexturedVertex.cs
  • A /branches/InfMapEditor/InfMapEditor.DataStructures/Object.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Infantry/BlobFile.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/Properties
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net20
  • A /branches/InfMapEditor/Gibbed.Helpers/StringHelpers.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.pdb
  • A /branches/InfMapEditor/InfMapEditor/Properties/Settings.settings
  • A /branches/InfMapEditor/InfMapEditor.sln
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Strings/Supplied.cs
  • A /branches/InfMapEditor/InfMapEditor.Assets/Properties/AssemblyInfo.cs
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/MainForm.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/JoinHelper.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.dll
  • A /branches/InfMapEditor/Libraries/DotNetZipLib
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers/S16.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Strings
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers/U24.cs
  • A /branches/InfMapEditor/InfMapEditor.FileFormats/Infantry
  • A /branches/InfMapEditor/Gibbed.Helpers/StreamHelpers/Numbers/U64.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/Gibbed.Helpers.csproj
  • A /branches/InfMapEditor/InfMapEditor.DataStructures/InfMapEditor.DataStructures.csproj
  • A /branches/InfMapEditor/Libraries/DotNetZipLib/DotNetZip-v1.9/Debug/Ionic.Zip.pdb
  • A /branches/InfMapEditor/Libraries/DotNetZipLib/DotNetZip-v1.9/Debug/Ionic.Zip.dll
  • A /branches/InfMapEditor/InfMapEditor/InfMapEditor.csproj
  • A /branches/InfMapEditor/InfMapEditor/Controllers/MapViewController.cs
  • A /branches/InfMapEditor/Gibbed.Helpers/NumberHelpers/BigEndian.cs
  • A /branches/InfMapEditor/Gibbed.Helpers
  • A /branches/InfMapEditor/Libraries/DotNetZipLib/DotNetZip-v1.9/Release
  • A /branches/InfMapEditor/InfMapEditor/Views/Main/Partials/MinimapControl.Designer.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net35
  • A /branches/InfMapEditor/InfMapEditor/Properties/Settings.Designer.cs
  • A /branches/InfMapEditor/Libraries/JSON.Net/readme.txt
  • A /branches/InfMapEditor/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.xml

Revision: 104
Date: 06/11/2011
Message:
Commited By: aaerox
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Protocol/Helpers/Objects.cs
  • M /trunk/InfServer/Protocol/Helpers/Math.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/bin/Pathfinder.dll
  • M /trunk/bin
  • M /trunk/InfServer/Bot/Pathfinding/Pathfinder.cs
  • M /trunk/bin/scripts/GameTypes/CTF_OvD/OvD.cs
  • M /trunk/InfServer/Bot/Bot.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Protocol/Packets/Game/State/SC_Vehicles.cs
  • M /trunk/InfServer/Game/Objects/PlayerStats.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.Computer.cs
  • M /trunk/bin/scripts/Scripts.csproj
  • M /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerTeamUpdate.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.cs
  • M /trunk/bin/scripts/GameTypes/CTF/CTF.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs
  • M /trunk/InfServer/Game/Assets/AssetManager.cs

Revision: 103
Date: 06/11/2011
Message: Blob files can now open and parse the contents by calling the ReadBlobContents method. StreamHelpers support reading in a few more standard types.
Commited By: jovan92647
  • M /trunk/Assets/Blo/BloFile.cs
  • M /trunk/Assets/Shared/StreamHelpers.cs

Revision: 102
Date: 06/10/2011
Message:
Commited By: aaerox
  • M /trunk/bin/scripts/GameTypes

Revision: 101
Date: 06/05/2011
Message:
Commited By: aaerox
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Game/Objects/Team.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.Stats.cs
  • M /trunk/InfServer/Protocol/Helpers/Arena.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs
  • M /trunk/InfServer/Protocol/Helpers/Objects.cs
  • M /trunk/InfServer/Protocol/Helpers/Math.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/ZombieTransitions.cs
  • M /trunk/bin/assets.xml
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Protocol/Packets/Game/State/SC_Vehicles.cs
  • M /trunk/InfServer/Protocol/Helpers/Social.cs
  • M /trunk/bin/scripts/Scripts.csproj
  • M /trunk/InfServer/Game/Arena/ArenaSocial.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 100
Date: 06/03/2011
Message:
Commited By: aaerox
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.Computer.cs
  • M /trunk/bin/scripts/Bots/DuelBot/DuelBot.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.cs
  • M /trunk/InfServer/Bot/MovementController.cs
  • M /trunk/InfServer/Game/Assets/AssetManager.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieBot.cs

Revision: 99
Date: 06/02/2011
Message: Various fixes, more zombiezone stuff
Commited By: aaerox
  • A /trunk/bin/scripts/GameTypes/ZombieZone/RangedZombieBot.cs
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Protocol/Helpers/Arena.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer/Game/Commands/Mod/Bots.cs
  • M /trunk/InfServer/Bot/Pathfinding/Pathfinder.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieBot.cs
  • M /trunk/InfServer/Bot/SteeringController.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/SuicideZombieBot.cs
  • M /trunk/InfServer/Game/ZoneServer.cs
  • M /trunk/InfServer/Protocol/Helpers/Social.cs
  • M /trunk/bin/scripts/Scripts.csproj
  • M /trunk/InfServer/Game/Arena/ArenaSocial.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.cs
  • M /trunk/InfServer/Bot/MovementController.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 98
Date: 05/30/2011
Message:
Commited By: aaerox
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs

Revision: 97
Date: 05/29/2011
Message: More ZZ dev and other general improvements
Commited By: aaerox
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/bin/scripts/GameTypes/CTF_OvD/OvD.cs
  • M /trunk/bin/server.xml
  • M /trunk/InfServer/Game/Objects/Team.cs
  • M /trunk/InfServer/Protocol/Helpers/Arena.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/InfServer/Protocol/Helpers/Math.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs
  • M /trunk/InfServer/Game/Arena/ArenaSocial.cs
  • M /trunk/InfServer/Bot/MovementController.cs
  • M /trunk/bin/scripts/GameTypes/CTF/CTF.cs
  • M /trunk/InfServer/Game/Objects/CustomObject.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieBot.cs

Revision: 96
Date: 05/28/2011
Message: Made the pathfinding clean up after itself, and fixed a small null-terminated string size issue
Commited By: aaerox
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs
  • M /trunk/InfServer.Network/Network/Client.cs
  • M /trunk/bin/Pathfinder.dll
  • M /trunk/InfServer/Bot/MovementController.cs
  • M /trunk/InfServer/Bot/Pathfinding/Pathfinder.cs
  • M /trunk/InfServer.Network/Network/PacketBase.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieBot.cs

Revision: 95
Date: 05/27/2011
Message:
Commited By: aaerox
  • M /trunk/InfServer/Protocol/Helpers/Arena.cs
  • M /trunk/InfServer/Game/ZoneServer.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs
  • M /trunk/bin/Pathfinder.dll
  • M /trunk/InfServer/Game/Commands/Mod/Bots.cs
  • M /trunk/InfServer/Bot/MovementController.cs
  • M /trunk/InfServer/Bot/Pathfinding/Pathfinder.cs
  • M /trunk/InfServer/Protocol/Packets/Game/State/SC_ArenaMessage.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieBot.cs

Revision: 94
Date: 05/26/2011
Message: Pathfinding fix
Commited By: aaerox
  • M /trunk/InfServer/Game/Commands/Mod/Bots.cs
  • M /trunk/InfServer/Bot/Pathfinding/Pathfinder.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieBot.cs

Revision: 93
Date: 05/26/2011
Message: A sub-event from an eventstring no longer uses the parent EventState object; this prevents premature processing of the parent event state at a time when it's not fully parsed. Vehicles with no Initial Count and without Quantity are no longer spawned.
Commited By: jovan92647
  • M /trunk/InfServer/Game/Arena/ArenaLio.cs
  • M /trunk/InfServer/Logic/General/Assets.Events.cs

Revision: 92
Date: 05/25/2011
Message: Extra bot, pathfinding and steering and zombiezone and blah blah blah
Commited By: aaerox
  • M /trunk/InfServer.DirectoryServer
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Game/Arena/ArenaBot.cs
  • M /trunk/Assets
  • A /trunk/InfServer/Bot/SharpSteer/IVehicle.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs
  • A /trunk/InfServer/Bot/SharpSteer/SimpleVehicle.cs
  • A /trunk/InfServer/Bot/SharpSteer/PolylinePathway.cs
  • M /trunk/InfServer.DBComm/InfServer.DBComm.csproj
  • M /trunk/InfServer.Database
  • A /trunk/bin/Pathfinder.dll
  • M /trunk/bin/scripts/Bots/DuelBot/DuelBot.cs
  • A /trunk/InfServer/Bot/SharpSteer
  • M /trunk/InfServer/Game/Commands/Mod/Bots.cs
  • M /trunk/InfServer/Bot/Math/Vector3.cs
  • M /trunk/bin/scripts/GameTypes/ZombieZone/ZombieBot.cs
  • A /trunk/InfServer/Bot/SharpSteer/LQDatabase.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • A /trunk/InfServer/Bot/SharpSteer/Vector3Helpers.cs
  • M /trunk/bin/scripts/Scripts.csproj
  • M /trunk/InfServer.Network/InfServer.Network.csproj
  • M /trunk/InfServer/Game/Objects/Vehicle.Computer.cs
  • A /trunk/InfServer/Bot/SharpSteer/ITokenForProximityDatabase.cs
  • M /trunk/bin/scripts/Bots/FollowBot/FollowBot.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.cs
  • M /trunk/InfServer/Bot/WeaponController.cs
  • M /trunk/InfServer.DirectoryServer/InfServer.DirectoryServer.csproj
  • M /trunk/InfServer.sln
  • M /trunk/InfServer/Game/Objects/ObjTracker.cs
  • A /trunk/InfServer/Bot/SharpSteer/LQProximityDatabase.cs
  • A /trunk/InfServer/Bot/SharpSteer/SphericalObstacle.cs
  • M /trunk/InfServer/Protocol/Helpers/Objects.cs
  • M /trunk/InfServer/Protocol/Helpers/Math.cs
  • M /trunk/Assets/Assets.csproj
  • M /trunk/InfServer
  • M /trunk/InfServer.DBComm
  • M /trunk/InfServer/InfServer.csproj
  • A /trunk/InfServer/Bot/SharpSteer/Clock.cs
  • A /trunk/InfServer/Bot/SharpSteer/Obstacle.cs
  • A /trunk/InfServer/Bot/Pathfinding/Pathfinder.cs
  • M /trunk/InfServer.Database/InfServer.Database.csproj
  • A /trunk/InfServer/Bot/SharpSteer/IProximityDatabase.cs
  • A /trunk/InfServer/Bot/SharpSteer/AbstractVehicle.cs
  • M /trunk/InfServer/Bot/SteeringController.cs
  • M /trunk/InfServer/Bot/Bot.cs
  • A /trunk/InfServer/Bot/SharpSteer/LocalSpace.cs
  • A /trunk/InfServer/Bot/Pathfinding
  • A /trunk/InfServer/Bot/SharpSteer/SteerLibrary.cs
  • M /trunk/InfServer/Game/ZoneServer.cs
  • A /trunk/InfServer/Bot/InfantryVehicle.cs
  • A /trunk/InfServer/Bot/SharpSteer/BruteForceProximityDatabase.cs
  • A /trunk/InfServer/Bot/SharpSteer/Utilities.cs
  • A /trunk/InfServer/Bot/SharpSteer/Pathway.cs
  • M /trunk/InfServer/Bot/MovementController.cs
  • A /trunk/InfServer/Bot/SharpSteer/ILocalSpace.cs
  • A /trunk/InfServer/Game/Objects/Vehicle.Abstract.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 91
Date: 05/25/2011
Message: "vehicleevent" Event String is no longer processed if the player does not have a _baseVehicle attached.
Commited By: jovan92647
  • M /trunk/InfServer/Logic/General/Assets.Events.cs

Revision: 90
Date: 05/23/2011
Message: Forgot some files, I think
Commited By: aaerox
  • A /trunk/InfServer/Bot/Math/Collections/Pair.cs
  • A /trunk/InfServer/Bot/Math/Collections
  • A /trunk/InfServer/Bot/Math/Collections/Lists.cs
  • A /trunk/InfServer/Bot/Math/Collections/QuaternionCollection.cs
  • A /trunk/InfServer/Bot/Math/Collections/Vector3Collection.cs
  • A /trunk/InfServer/Bot/Math/Collections/BaseCollection.cs

Revision: 89
Date: 05/22/2011
Message: Changed news label to a fixed-size and gave it some word-wrappin' abilities.
Commited By: hellspawninf
  • M /branches/InfLauncher/InfLauncher/Views/MainForm.Designer.cs
  • M /branches/InfLauncher/InfLauncher/Views/MainForm.cs

Revision: 88
Date: 05/22/2011
Message: Integrated the News Downloader into the Main Form.
Commited By: jovan92647
  • D /branches/InfLauncher/InfLauncher/Views/NewsForm.Designer.cs
  • M /branches/InfLauncher/InfLauncher/Protocol/NewsDownloader.cs
  • D /branches/InfLauncher/InfLauncher/Views/NewsForm.cs
  • M /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • M /branches/InfLauncher/InfLauncher/Models/News.cs
  • M /branches/InfLauncher/InfLauncher/config.xml
  • M /branches/InfLauncher/InfLauncher/Views/MainForm.Designer.cs
  • M /branches/InfLauncher/InfLauncher/Views/MainForm.cs
  • M /branches/InfLauncher/InfLauncher/Controllers/NewsController.cs
  • D /branches/InfLauncher/InfLauncher/Views/NewsForm.resx
  • M /branches/InfLauncher/InfLauncher/InfLauncher.csproj

Revision: 87
Date: 05/19/2011
Message:
Commited By: aaerox
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • A /trunk/InfServer/Bot/OpenSteer/lqProximity.cs
  • M /trunk/InfServer/Game/Arena/ArenaBot.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/ZombieZone.cs
  • A /trunk/InfServer/Bot/Math/Utility/Contract.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/bin/scripts/Bots/DuelBot/DuelBot.cs
  • A /trunk/InfServer/Bot/Math/Utility/Exceptions.cs
  • A /trunk/InfServer/Bot/Math/Vector3.cs
  • A /trunk/InfServer/Bot/Math/Matrix3.cs
  • A /trunk/InfServer/Bot/OpenSteer/PathWay.cs
  • M /trunk/InfServer/Protocol/Helpers/Vehicles.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone/ZombieBot.cs
  • A /trunk/bin/scripts/GameTypes/ZombieZone
  • A /trunk/InfServer/Bot/Math/Degree.cs
  • A /trunk/InfServer/Bot/Math/Ray.cs
  • A /trunk/InfServer/Bot/Math
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • A /trunk/InfServer/Bot/Math/Radian.cs
  • A /trunk/InfServer/Bot/Math/Utility
  • M /trunk/bin/scripts/Scripts.csproj
  • M /trunk/InfServer/Game/ZoneArenas.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.Computer.cs
  • A /trunk/InfServer/Bot/Math/AxisAlignedBox.cs
  • A /trunk/InfServer/Bot/OpenSteer/Colours.cs
  • A /trunk/InfServer/Bot/OpenSteer/RandomGenerator.cs
  • A /trunk/InfServer/Bot/OpenSteer/OpenSteerUtility.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.cs
  • M /trunk/bin/scripts/GameTypes/CTF/CTF.cs
  • A /trunk/InfServer/Bot/OpenSteer/Obstacle.cs
  • A /trunk/InfServer/Bot/Math/Utility/Proclaim.cs
  • M /trunk/bin/scripts.xml
  • M /trunk/InfServer/Game/Objects/ObjTracker.cs
  • M /trunk/InfServer/Game/Arena/ArenaUpdate.cs
  • A /trunk/InfServer/Bot/OpenSteer/AbstractVehicle.cs
  • A /trunk/InfServer/Bot/OpenSteer/Proximity.cs
  • M /trunk/InfServer/InfServer.csproj
  • A /trunk/InfServer/Bot/OpenSteer/LocalSpace.cs
  • A /trunk/InfServer/Bot/OpenSteer/SteerLibrary.cs
  • A /trunk/InfServer/Bot/Math/Real.cs
  • A /trunk/InfServer/Bot/Math/Vector2.cs
  • A /trunk/InfServer/Bot/Math/Quaternion.cs
  • A /trunk/InfServer/Bot/Math/Vector4.cs
  • A /trunk/InfServer/Bot/Math/Sphere.cs
  • A /trunk/InfServer/Bot/Math/Enums.cs
  • A /trunk/InfServer/Bot/OpenSteer/lq.cs
  • A /trunk/InfServer/Bot/Math/Matrix4.cs
  • A /trunk/InfServer/Bot/Math/PlaneBoundedVolume.cs
  • M /trunk/bin/server.xml
  • D /trunk/InfServer/Bot/Vector2.cs
  • M /trunk/InfServer/Bot/Bot.cs
  • A /trunk/InfServer/Bot/SteeringController.cs
  • M /trunk/Assets/Cfg/CfgInfo.cs
  • A /trunk/InfServer/Bot/Math/Plane.cs
  • A /trunk/InfServer/Bot/Math/Utility.cs
  • A /trunk/InfServer/Bot/OpenSteer/SimpleVehicle.cs
  • M /trunk/InfServer/Bot/MovementController.cs
  • A /trunk/InfServer/Bot/OpenSteer
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 86
Date: 05/19/2011
Message: InfLauncher: First implementation of News added.
Commited By: hellspawninf
  • A /branches/InfLauncher/InfLauncher/Protocol/NewsDownloader.cs
  • A /branches/InfLauncher/InfLauncher/Views/NewsForm.Designer.cs
  • A /branches/InfLauncher/InfLauncher/Views/NewsForm.cs
  • M /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • A /branches/InfLauncher/InfLauncher/Models/News.cs
  • A /branches/InfLauncher/InfLauncher/Controllers/NewsController.cs
  • M /branches/InfLauncher/InfLauncher/InfLauncher.csproj
  • A /branches/InfLauncher/InfLauncher/Views/NewsForm.resx

Revision: 85
Date: 05/18/2011
Message: Spiffed up a few things and gathered total uncompressed and compressed bytes.
Commited By: hellspawninf
  • M /branches/InfCompress/InfCompress/InfCompress/Program.cs

Revision: 84
Date: 05/18/2011
Message: Directory Servers are now written to the registry when installing the game; config.xml changed to include the directory servers that are to be written.
Commited By: jovan92647
  • M /branches/InfLauncher/InfLauncher/Protocol/AssetDownloader.cs
  • M /branches/InfLauncher/InfLauncher/config.xml
  • M /branches/InfLauncher/InfLauncher/Controllers/AssetDownloadController.cs
  • M /branches/InfLauncher/InfLauncher/Helpers/Config.cs

Revision: 83
Date: 05/18/2011
Message:
Commited By: jovan92647
  • M /branches/InfCompress/InfCompress/InfCompress/Program.cs

Revision: 82
Date: 05/18/2011
Message: Fixed the Byte Order Mark issue. It should not longer show up during transfers.
Commited By: jovan92647
  • M /branches/InfCompress/InfCompress/InfCompress/Program.cs

Revision: 81
Date: 05/17/2011
Message:
Commited By: jovan92647
  • M /branches/InfCompress/InfCompress/InfCompress.suo
  • M /branches/InfCompress/InfCompress/InfCompress/Program.cs

Revision: 80
Date: 05/17/2011
Message: Added GZip Directory compressor to branches/InfCompress
Commited By: hellspawninf
  • A /branches/InfCompress/InfCompress/InfCompress.suo
  • A /branches/InfCompress/InfCompress/InfCompress/InfCompress.csproj
  • A /branches/InfCompress/InfCompress
  • A /branches/InfCompress/InfCompress/InfCompress/Program.cs
  • A /branches/InfCompress/InfCompress/InfCompress/Properties/AssemblyInfo.cs
  • A /branches/InfCompress/InfCompress/InfCompress.sln
  • A /branches/InfCompress/InfCompress/InfCompress/Properties
  • A /branches/InfCompress
  • A /branches/InfCompress/InfCompress/InfCompress

Revision: 79
Date: 05/17/2011
Message: Fixed a path bug. The launcher will now download assets to the same directory it's located in.
Commited By: jovan92647
  • M /branches/InfLauncher/InfLauncher/config.xml
  • M /branches/InfLauncher/InfLauncher/Controllers/AssetDownloadController.cs

Revision: 78
Date: 05/17/2011
Message: Settings are now pulled from the configuration file.
Commited By: jovan92647
  • M /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • M /branches/InfLauncher/InfLauncher/Protocol/RestConnection.cs
  • A /branches/InfLauncher/InfLauncher/config.xml
  • M /branches/InfLauncher/InfLauncher/Controllers/AssetDownloadController.cs
  • M /branches/InfLauncher/InfLauncher/Helpers/Config.cs
  • M /branches/InfLauncher/InfLauncher/Program.cs

Revision: 77
Date: 05/17/2011
Message:
Commited By: jovan92647
  • A /branches/InfLauncher/InfLauncher/Helpers
  • M /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • A /branches/InfLauncher/InfLauncher/InfLauncher.exe.manifest
  • M /branches/InfLauncher/InfLauncher/Controllers/AssetDownloadController.cs
  • M /branches/InfLauncher/InfLauncher/Views/UpdaterForm.resx
  • M /branches/InfLauncher/InfLauncher/Views/UpdaterForm.Designer.cs
  • M /branches/InfLauncher/InfLauncher/Views/UpdaterForm.cs
  • A /branches/InfLauncher/InfLauncher/Helpers/Config.cs
  • M /branches/InfLauncher/InfLauncher/Program.cs
  • M /branches/InfLauncher/InfLauncher/Views/NewAccountForm.cs
  • M /branches/InfLauncher/InfLauncher/InfLauncher.csproj

Revision: 76
Date: 05/17/2011
Message:
Commited By: jovan92647
  • M /branches/InfLauncher/InfLauncher/InfLauncher.csproj

Revision: 75
Date: 05/17/2011
Message: Launcher now installs and updates the game files.
Commited By: jovan92647
  • A /branches/InfLauncher/InfLauncher/Protocol
  • D /branches/InfLauncher/InfLauncher/Helpers
  • M /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • A /branches/InfLauncher/InfLauncher/Protocol/RestConnection.cs
  • A /branches/InfLauncher/InfLauncher/Protocol/AssetDownloader.cs
  • A /branches/InfLauncher/InfLauncher/Controllers/AssetDownloadController.cs
  • A /branches/InfLauncher/InfLauncher/Views/UpdaterForm.resx
  • A /branches/InfLauncher/InfLauncher/Models/Asset.cs
  • M /branches/InfLauncher/InfLauncher/Views/MainForm.Designer.cs
  • A /branches/InfLauncher/InfLauncher/Views/UpdaterForm.Designer.cs
  • A /branches/InfLauncher/InfLauncher/Views/UpdaterForm.cs
  • M /branches/InfLauncher/InfLauncher/Program.cs
  • M /branches/InfLauncher/InfLauncher/InfLauncher.csproj

Revision: 74
Date: 05/17/2011
Message:
Commited By: jovan92647
  • D /branches/InfLauncher/InfLauncher/Helpers/LoginResponseData.cs

Revision: 73
Date: 05/17/2011
Message: MainController is now responsible for keeping track of the New Account Form. The form now auto-closes when an account is successfully registered with the server.
Commited By: jovan92647
  • M /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • M /branches/InfLauncher/InfLauncher/Helpers/RestConnection.cs
  • M /branches/InfLauncher/InfLauncher/Program.cs

Revision: 72
Date: 05/17/2011
Message:
Commited By: hellspawninf
  • A /branches/IRCRelay/IRCRelay/IRCRelay
  • A /branches/IRCRelay/IRCRelay/IRCRelay/Relay.cs
  • A /branches/IRCRelay/IRCRelay/IRCRelay.suo
  • A /branches/IRCRelay/IRCRelay
  • A /branches/IRCRelay/IRCRelay/IRCRelay/IRCRelay.csproj
  • A /branches/IRCRelay/IRCRelay/IRCRelay/System.Net.IRC.cs
  • A /branches/IRCRelay/IRCRelay/IRCRelay/Program.cs
  • A /branches/IRCRelay/IRCRelay/IRCRelay/Properties/AssemblyInfo.cs
  • A /branches/IRCRelay/IRCRelay/IRCRelay.sln
  • A /branches/IRCRelay
  • A /branches/IRCRelay/IRCRelay/IRCRelay/Properties

Revision: 71
Date: 05/16/2011
Message:
Commited By: jovan92647
  • M /branches/MiniAccountServer/MiniAccountServer
  • M /branches/MiniAccountServer
  • M /branches/MiniAccountServer/MiniAccountServer/Listener.cs

Revision: 70
Date: 05/16/2011
Message:
Commited By: jovan92647
  • M /branches/InfLauncher/InfLauncher/Helpers/RestConnection.cs

Revision: 69
Date: 05/16/2011
Message:
Commited By: jovan92647
  • M /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • M /branches/InfLauncher/InfLauncher/Helpers/RestConnection.cs
  • M /branches/InfLauncher/InfLauncher/Views/NewAccountForm.Designer.cs

Revision: 68
Date: 05/16/2011
Message:
Commited By: jovan92647
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.pdb
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Source.zip
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.dll
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin
  • A /branches/MiniAccountServer/Libraries/JSON.Net/readme.txt
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Documentation.chm
  • A /branches/MiniAccountServer/MiniAccountServer.sln
  • A /branches/MiniAccountServer/MiniAccountServer/MiniAccountServer.csproj
  • A /branches/MiniAccountServer/MiniAccountServer
  • A /branches/MiniAccountServer/MiniAccountServer/Database
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/WindowsPhone
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net
  • A /branches/MiniAccountServer/MiniAccountServer/Database/DatabaseClient.cs
  • A /branches/MiniAccountServer/MiniAccountServer/Program.cs
  • A /branches/MiniAccountServer/Libraries
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.xml
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Silverlight
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net35
  • A /branches/MiniAccountServer/MiniAccountServer/Models/Account.cs
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.pdb
  • A /branches/MiniAccountServer/MiniAccountServer/Models
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.xml
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.xml
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.dll
  • A /branches/MiniAccountServer/MiniAccountServer/Listener.cs
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.xml
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.pdb
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.pdb
  • A /branches/MiniAccountServer/MiniAccountServer/Properties/AssemblyInfo.cs
  • A /branches/MiniAccountServer/MiniAccountServer/Properties
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.pdb
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.dll
  • A /branches/MiniAccountServer
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.dll
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.dll
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.xml
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/versions.txt
  • A /branches/MiniAccountServer/Libraries/JSON.Net
  • A /branches/MiniAccountServer/Libraries/JSON.Net/Bin/Net20

Revision: 67
Date: 05/16/2011
Message: Fixed up the bot a little
Commited By: aaerox
  • M /trunk/InfServer/Program.cs
  • M /trunk/InfServer/Bot/Bot.cs
  • M /trunk/InfServer/Game/ZoneArenas.cs
  • M /trunk/InfServer/Bot/MovementController.cs

Revision: 66
Date: 05/16/2011
Message:
Commited By: aaerox
  • A /trunk/bin/scripts/GameTypes/CTF_OvD/OvD.cs
  • M /trunk/bin/server.xml
  • M /trunk/bin/scripts.xml
  • A /trunk/bin/scripts/GameTypes/CTF_OvD
  • M /trunk/InfServer/Game/ZoneArenas.cs
  • M /trunk/bin/scripts/Scripts.csproj

Revision: 65
Date: 05/16/2011
Message:
Commited By: aaerox
  • M /trunk/InfServer.Network/Utility/Logging/DdMonitor.cs

Revision: 64
Date: 05/16/2011
Message: Disabled thread locking completely
Commited By: aaerox
  • M /trunk/InfServer/Program.cs

Revision: 63
Date: 05/16/2011
Message: Disabled thread locking to see if it was the cause of Database lag issues
Commited By: aaerox
  • M /trunk/bin/server.xml
  • M /trunk/InfServer/Program.cs
  • M /trunk/InfServer/Game/ZoneArenas.cs

Revision: 62
Date: 05/16/2011
Message: Fixed a few bugs
Commited By: aaerox
  • M /trunk/InfServer/Game/Objects/ObjTracker.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Objects/Player.cs

Revision: 61
Date: 05/16/2011
Message: Accounts now register with an additional email field. Minor cosmetic changes.
Commited By: jovan92647
  • M /branches/InfLauncher
  • M /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • A /branches/InfLauncher/InfLauncher/Models
  • M /branches/InfLauncher/InfLauncher/Helpers/RestConnection.cs
  • A /branches/InfLauncher/InfLauncher/Models/Account.cs
  • M /branches/AccountServer/AccountServer/Controllers/AccountController.cs
  • M /branches/AccountServer/AccountServer/Database/DatabaseClient.cs
  • M /branches/InfLauncher/InfLauncher/Views/MainForm.cs
  • M /branches/InfLauncher/InfLauncher/Views/NewAccountForm.Designer.cs
  • M /branches/InfLauncher/InfLauncher/Views/NewAccountForm.cs
  • M /branches/AccountServer/AccountServer/AccountServer.csproj
  • M /branches/AccountServer/AccountServer/Models/Account.cs
  • M /branches/InfLauncher/InfLauncher/InfLauncher.csproj

Revision: 60
Date: 05/15/2011
Message: Error handling improvements to the Account Server and Launcher. Protocol is also documented now.
Commited By: jovan92647
  • M /branches/AccountServer/AccountServer/Controllers/AccountController.cs
  • M /branches/AccountServer/AccountServer/Database/DatabaseClient.cs
  • M /branches/AccountServer
  • M /branches/AccountServer/AccountServer/Models/Account.cs

Revision: 59
Date: 05/15/2011
Message:
Commited By: jovan92647
  • M /branches/InfLauncher/InfLauncher
  • M /branches/InfLauncher
  • M /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • M /branches/InfLauncher/InfLauncher/Helpers/RestConnection.cs

Revision: 58
Date: 05/15/2011
Message:
Commited By: aaerox
  • M /trunk/InfServer.Database/Infantry.dbml
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer.Database/Infantry1.designer.cs
  • M /branches/AccountServer/AccountServer
  • M /trunk/InfServer.Database/Infantry.dbml.layout

Revision: 57
Date: 05/15/2011
Message: Moved the AccountServer and InfLauncher projects to the branches folder.
Commited By: jovan92647
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Silverlight
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.xml
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net35
  • A /branches/InfLauncher/InfLauncher/Views/MainForm.resx
  • A /branches/AccountServer/AccountServer/Database/DatabaseClient.cs
  • A /branches/InfLauncher/InfLauncher/Properties/Resources.resx
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.xml
  • A /branches/InfLauncher/InfLauncher.sln
  • A /branches/AccountServer/AccountServer/AccountServer.csproj
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.pdb
  • A /branches/InfLauncher/InfLauncher
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.pdb
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.dll
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.dll
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.xml
  • A /branches/InfLauncher/InfLauncher/Views/MainForm.cs
  • A /branches/AccountServer/AccountServer/Global.asax.cs
  • A /branches/InfLauncher/InfLauncher/Properties/Resources.Designer.cs
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/versions.txt
  • A /branches/AccountServer/AccountServer/Web.Release.config
  • A /branches/InfLauncher/InfLauncher/Program.cs
  • A /branches/InfLauncher/Libraries/JSON.Net/Source.zip
  • A /branches/AccountServer/AccountServer/Database/MemoryDatabaseClient.cs
  • A /branches/InfLauncher/Libraries/JSON.Net/readme.txt
  • A /branches/AccountServer/AccountServer/Web.config
  • A /branches/InfLauncher/InfLauncher/Properties/AssemblyInfo.cs
  • A /branches/InfLauncher/InfLauncher/Properties
  • A /branches/InfLauncher/InfLauncher/Properties/Settings.Designer.cs
  • A /branches/InfLauncher/InfLauncher/Controllers/MainController.cs
  • A /branches/InfLauncher/InfLauncher/Helpers/RestConnection.cs
  • A /branches/InfLauncher/InfLauncher/Views/MainForm.Designer.cs
  • A /branches/AccountServer/AccountServer/Database
  • D /trunk/InfLauncher
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.pdb
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.xml
  • A /branches/InfLauncher/InfLauncher/Views/NewAccountForm.Designer.cs
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.dll
  • A /branches/InfLauncher/InfLauncher/Properties/Settings.settings
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.xml
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.pdb
  • A /branches/AccountServer/AccountServer/Models
  • A /branches/AccountServer/AccountServer/Models/Account.cs
  • A /branches/InfLauncher
  • A /branches/InfLauncher/InfLauncher/Helpers
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.dll
  • A /branches/AccountServer/AccountServer/Properties/AssemblyInfo.cs
  • D /trunk/AccountServer
  • A /branches/AccountServer/AccountServer/Properties
  • A /branches/InfLauncher/InfLauncher/Views/NewAccountForm.resx
  • A /branches/AccountServer/AccountServer/AccountServer.csproj.user
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net20
  • A /branches/InfLauncher/Libraries/JSON.Net
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.pdb
  • A /branches/AccountServer/AccountServer/Controllers
  • A /branches/AccountServer/AccountServer/Web.Debug.config
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.dll
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin
  • A /branches/AccountServer/AccountServer/Controllers/AccountController.cs
  • A /branches/AccountServer
  • A /branches/InfLauncher/InfLauncher/Helpers/LoginResponseData.cs
  • A /branches/InfLauncher/InfLauncher/Views/NewAccountForm.cs
  • A /branches/InfLauncher/Libraries/JSON.Net/Documentation.chm
  • A /branches/InfLauncher/InfLauncher/Views
  • A /branches/InfLauncher/InfLauncher/InfLauncher.csproj
  • A /branches/AccountServer/AccountServer/Global.asax
  • A /branches/AccountServer/AccountServer.sln
  • A /branches/InfLauncher/InfLauncher/Controllers
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/WindowsPhone
  • A /branches/InfLauncher/Libraries/JSON.Net/Bin/Net
  • A /branches/AccountServer/AccountServer
  • A /branches/InfLauncher/Libraries

Revision: 56
Date: 05/14/2011
Message: Preliminary Account Server and Infantry Launcher projects; atm best kept separate from the main solution file. SSL and the communication protocol to be ironed out. Better GUI needed :(
Commited By: jovan92647
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.dll
  • A /trunk/AccountServer/AccountServer/Properties/AssemblyInfo.cs
  • A /trunk/AccountServer/AccountServer/Properties
  • A /trunk/InfLauncher/InfLauncher/Views/MainForm.cs
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/versions.txt
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net20
  • A /trunk/InfLauncher/Libraries/JSON.Net
  • A /trunk/InfLauncher/Libraries/JSON.Net/Source.zip
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.pdb
  • A /trunk/AccountServer/AccountServer.suo
  • A /trunk/AccountServer/AccountServer/Web.Debug.config
  • A /trunk/AccountServer/AccountServer/bin
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.dll
  • A /trunk/AccountServer/AccountServer/Controllers/AccountController.cs
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin
  • A /trunk/InfLauncher/InfLauncher/Helpers/LoginResponseData.cs
  • A /trunk/InfLauncher/Libraries/JSON.Net/readme.txt
  • A /trunk/InfLauncher/Libraries/JSON.Net/Documentation.chm
  • A /trunk/InfLauncher/InfLauncher/InfLauncher.csproj
  • A /trunk/InfLauncher/InfLauncher/Properties/Settings.Designer.cs
  • A /trunk/InfLauncher/InfLauncher/Controllers/MainController.cs
  • A /trunk/InfLauncher/InfLauncher/Helpers/RestConnection.cs
  • A /trunk/InfLauncher/InfLauncher.suo
  • A /trunk/InfLauncher/InfLauncher/bin
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.xml
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Silverlight
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net35
  • A /trunk/AccountServer/AccountServer/Database/DatabaseClient.cs
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.xml
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.pdb
  • A /trunk/AccountServer/AccountServer/AccountServer.csproj
  • A /trunk/AccountServer/AccountServer/Models/Account.cs
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.pdb
  • A /trunk/InfLauncher
  • A /trunk/InfLauncher/InfLauncher/Helpers
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.dll
  • A /trunk/InfLauncher/InfLauncher/Views/NewAccountForm.resx
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.dll
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/WindowsPhone/Newtonsoft.Json.WindowsPhone.xml
  • A /trunk/AccountServer/AccountServer/Global.asax.cs
  • A /trunk/InfLauncher/InfLauncher/Properties/Resources.Designer.cs
  • A /trunk/AccountServer/AccountServer/AccountServer.csproj.user
  • A /trunk/AccountServer/AccountServer/Web.Release.config
  • A /trunk/InfLauncher/InfLauncher/Program.cs
  • A /trunk/AccountServer/AccountServer/Database/MemoryDatabaseClient.cs
  • A /trunk/AccountServer/AccountServer/Controllers
  • A /trunk/AccountServer
  • A /trunk/AccountServer/AccountServer/Web.config
  • A /trunk/InfLauncher/InfLauncher/Properties/AssemblyInfo.cs
  • A /trunk/InfLauncher/InfLauncher/Views/NewAccountForm.cs
  • A /trunk/InfLauncher/InfLauncher/Properties
  • A /trunk/InfLauncher/InfLauncher/Views
  • A /trunk/AccountServer/AccountServer/Global.asax
  • A /trunk/AccountServer/AccountServer.sln
  • A /trunk/InfLauncher/InfLauncher/Controllers
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/WindowsPhone
  • A /trunk/InfLauncher/InfLauncher/Views/MainForm.Designer.cs
  • A /trunk/AccountServer/AccountServer
  • A /trunk/AccountServer/AccountServer/Database
  • A /trunk/InfLauncher/Libraries
  • A /trunk/InfLauncher/InfLauncher/Views/MainForm.resx
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.pdb
  • A /trunk/InfLauncher/InfLauncher/Properties/Resources.resx
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net/Newtonsoft.Json.xml
  • A /trunk/InfLauncher/InfLauncher/Views/NewAccountForm.Designer.cs
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net20/Newtonsoft.Json.Net20.dll
  • A /trunk/InfLauncher/InfLauncher/Properties/Settings.settings
  • A /trunk/InfLauncher/InfLauncher.sln
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Net35/Newtonsoft.Json.Net35.xml
  • A /trunk/InfLauncher/Libraries/JSON.Net/Bin/Silverlight/Newtonsoft.Json.Silverlight.pdb
  • A /trunk/AccountServer/AccountServer/Models
  • A /trunk/InfLauncher/InfLauncher

Revision: 55
Date: 05/13/2011
Message:
Commited By: aaerox
  • M /trunk/bin/server.xml
  • M /trunk/InfServer/Game/Arena/ArenaUpdate.cs
  • M /trunk/InfServer/Logic/Packets/Arenas/Arenas.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Protocol/Helpers/Math.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.Computer.cs
  • M /trunk/InfServer/Protocol/Helpers/Player.cs
  • M /trunk/InfServer/Logic/Packets/Update/Game.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs
  • M /trunk/InfServer/Protocol/Packets/Game/Action/SC_ItemUsed.cs

Revision: 54
Date: 05/13/2011
Message: Fixed the breakdown function LooseCannon: You can now get a list of Teams from an Arena, and a list of ActivePlayers from a Team
Commited By: aaerox
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/bin/server.xml
  • M /trunk/InfServer/Game/Objects/Team.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Objects/CustomObject.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 53
Date: 05/12/2011
Message: Added more improvements to the delayed action system. LooseCannon is a tough customer.
Commited By: aaerox
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 52
Date: 05/12/2011
Message: Added custom variables for Arena, Player and Vehicle classes (See CustomObject.cs) Fixed various things I've forgotten about
Commited By: aaerox
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Game/Arena/ArenaUpdate.cs
  • M /trunk/InfServer/Database/Logic/Player.cs
  • M /trunk/InfServer/Protocol/Packets/Game/Action/CS_PlayerUseItem.cs
  • M /trunk/InfServer/InfServer.csproj
  • M /trunk/InfServer/Game/Objects/Player.cs
  • A /trunk/InfServer/Game/Objects/CustomObject.cs
  • M /trunk/bin/server.xml
  • M /trunk/InfServer/Logic/Packets/Login/Login.cs
  • M /trunk/InfServer/Protocol/Helpers/PacketIDs.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Objects/PlayerStats.cs
  • M /trunk/InfServer/Logic/General/Assets.Events.cs
  • M /trunk/InfServer/Game/Arena/ArenaSocial.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.cs
  • M /trunk/bin/scripts/GameTypes/CTF/CTF.cs
  • M /trunk/InfServer/Logic/Packets/Update/Game.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/SC_ItemUsed.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 51
Date: 05/12/2011
Message: Fixed turrets not firing (Mao: ^2 instead of Math.Pow/* - what the fuck?) Implemented most of the computer vehicle produce logic Refactored some of the player death code, applying it to vehicles too. As a result vehicles will now explode properly for all players
Commited By: aaerox
  • M /trunk/InfServer/Game/Objects/ObjTracker.cs
  • M /trunk/InfServer/Game/Arena/ArenaUpdate.cs
  • M /trunk/InfServer/Game/Arena/ArenaLio.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer/InfServer.csproj
  • M /trunk/InfServer/Protocol/Helpers/Player.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_VehicleDeath.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/CS_VehicleDeath.cs
  • M /trunk/InfServer/Game/Arena/ArenaComputer.cs
  • M /trunk/InfServer/Logic/Packets/Update/Player.cs
  • A /trunk/InfServer/Protocol/Helpers/Vehicles.cs
  • M /trunk/bin/server.xml
  • M /trunk/InfServer/Protocol/Factory.cs
  • M /trunk/InfServer/Protocol/Helpers/PacketIDs.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • D /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerDeath.cs
  • D /trunk/InfServer/Protocol/Packets/Game/Update/CS_PlayerDeath.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.Computer.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.cs
  • M /trunk/InfServer/Logic/General/Rewards.cs
  • M /trunk/bin/scripts/GameTypes/CTF/CTF.cs
  • M /trunk/InfServer.Network/Protocol/OutOfSync.cs
  • M /trunk/InfServer/Logic/Packets/Update/Game.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_PlayerProduce.cs

Revision: 50
Date: 05/11/2011
Message: Removed some awful item handling code Implemented skill items
Commited By: aaerox
  • M /trunk/InfServer/Game/Arena/ArenaUpdate.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer/Logic/General/Assets.Events.cs

Revision: 49
Date: 05/11/2011
Message: Implemented spectating and the *spectate command Implemented upgrade and expiring items
Commited By: aaerox
  • M /trunk/InfServer/Game/Arena/ArenaUpdate.cs
  • M /trunk/InfServer/Protocol/Factory.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • M /trunk/InfServer/Protocol/Helpers/PacketIDs.cs
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer/InfServer.csproj
  • M /trunk/InfServer/Protocol/Helpers/Player.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerSpectate.cs
  • M /trunk/InfServer/Logic/Packets/Update/Game.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_RequestSpectator.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_ItemExpired.cs

Revision: 48
Date: 05/11/2011
Message: oops.
Commited By: aaerox
  • M /trunk/InfServer/Game/Assets/AssetManager.cs

Revision: 47
Date: 05/11/2011
Message: Fixed a protocol error causing desyncs Allowed .blo loading to be optional
Commited By: aaerox
  • M /trunk/bin/server.xml
  • M /trunk/InfServer/Game/Objects/Team.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/ZoneServer.cs
  • M /trunk/InfServer.Network/Network/Client.cs
  • M /trunk/InfServer/Game/Assets/AssetManager.cs

Revision: 46
Date: 05/09/2011
Message: Players can now inhabit and create other arenas using ?arena and ?go Added reasons for disconnects
Commited By: aaerox
  • M /trunk/InfServer/Game/Objects/Team.cs
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • A /trunk/InfServer/Logic/Packets/Arenas
  • D /trunk/InfServer/Protocol/Packets/Security/CS_Security.cs
  • M /trunk/InfServer/InfServer.csproj
  • M /trunk/InfServer/Game/Objects/Player.cs
  • M /trunk/InfServer/Protocol/Helpers/Player.cs
  • M /trunk/InfServer.Network/Network/Client.cs
  • M /trunk/bin/server.xml
  • A /trunk/InfServer/Protocol/Packets/State/CS_ArenaJoin.cs
  • M /trunk/InfServer/Logic/Packets/Login/Login.cs
  • A /trunk/InfServer/Protocol/Packets/State
  • M /trunk/InfServer/Protocol/Factory.cs
  • A /trunk/InfServer/Logic/Packets/Arenas/Arenas.cs
  • M /trunk/InfServer/Protocol/Helpers/PacketIDs.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • M /trunk/InfServer/Game/ZoneArenas.cs
  • M /trunk/InfServer/Game/Arena/ArenaSocial.cs
  • M /trunk/InfServer.Network/Protocol/Disconnect.cs
  • A /trunk/InfServer/Protocol/Packets/State/SC_ArenaList.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 45
Date: 05/08/2011
Message: Fixed database timeouts Allowed connection timeout of -1 -> never Fixed hide spawns only working when a player was close
Commited By: aaerox
  • M /trunk/bin/server.xml
  • M /trunk/InfServer/Database/Database.cs
  • M /trunk/InfServer/Game/Arena/ArenaLio.cs
  • M /trunk/InfServer.Network/Network/Client.cs

Revision: 44
Date: 03/11/2011
Message:
Commited By: aaerox
  • M /trunk/bin/server.xml
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/ZoneServer.cs
  • M /trunk/InfServer/Scripts/Scripts.cs
  • M /trunk/bin
  • M /trunk/bin/assets

Revision: 43
Date: 03/11/2011
Message: Re-enabled a lot of server code disabled by HellSpawn Did a little cosmetic tidying
Commited By: aaerox
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Program.cs
  • M /trunk/InfServer.Database/Logic/Login.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/InfServer/Game/ZoneServer.cs
  • M /trunk/InfServer/Database/Logic/Connection.cs
  • M /trunk/bin/scripts/GameTypes/CTF/CTF.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 42
Date: 03/11/2011
Message: Changed to make Scripts not compile for release builds, tidied up a little more
Commited By: aaerox
  • M /trunk/InfServer.DirectoryServer
  • M /trunk/InfServer.sln
  • A /trunk/bin/InfServer.exe.config
  • M /trunk/InfServer.DBComm
  • A /trunk/bin/scripts/app.config
  • M /trunk/bin/scripts/Scripts.csproj
  • M /trunk/InfServer.Database
  • M /trunk/bin

Revision: 41
Date: 03/11/2011
Message: Organized things a little more
Commited By: aaerox
  • A /trunk/bin/CSScriptLibrary.dll
  • A /trunk/bin/Ionic.Zlib.dll
  • M /trunk/Assets/Assets.csproj
  • M /trunk/InfServer/InfServer.csproj
  • M /trunk/InfServer.Network/InfServer.Network.csproj
  • D /trunk/lib
  • A /trunk/InfServer/app.config
  • M /trunk/InfServer.DirectoryServer/InfServer.DirectoryServer.csproj
  • M /trunk/InfServer.Database/InfServer.Database.csproj

Revision: 40
Date: 03/11/2011
Message: Deleted redundant InfDatabase directory, fixed output paths so everything winds up in ../bin/
Commited By: aaerox
  • D /trunk/InfDatabase
  • M /trunk/InfServer.DBComm/InfServer.DBComm.csproj
  • M /trunk/InfServer.Database/InfServer.Database.csproj

Revision: 39
Date: 03/03/2011
Message: Exposed Chat Commands to the scripting. Added *recycle (restarts the current zone; requires sysop)
Commited By: hellspawninf
  • M /trunk/InfServer/Program.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • M /trunk/InfServer/Game/Arena/ArenaSocial.cs
  • M /trunk/bin/scripts/GameTypes/CTF/CTF.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 38
Date: 03/01/2011
Message: ScriptArena.cs: added a handler for dispersing multi-items, upgrade items, and skill items correctly. Skill Items: Set parser to actually add child skills, Fully functional now. Upgrade Items: Set parser to actually add child items, fully functional now. Multi Items: Fully functional now. Commands/Basic.cs: *prize uses handlePlayerReceiveItem() instead of inventoryModify() Database: Now passes the zone's name to _server.name
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ArenaState.cs
  • M /trunk/InfServer/Game/Arena/ArenaUpdate.cs
  • M /trunk/InfServer.Database/Logic/Login.cs
  • M /trunk/Assets/Itm/ItmInfo.SkillItem.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • M /trunk/InfServer/Game/ZoneServer.cs
  • M /trunk/InfServer/Database/Logic/Player.cs
  • M /trunk/InfServer/Logic/General/Assets.Events.cs
  • M /trunk/InfServer/Database/Logic/Connection.cs
  • M /trunk/Assets/Itm/ItmInfo.UpgradeItem.cs

Revision: 37
Date: 02/25/2011
Message: Bugfixes from aaerox.
Commited By: jovan92647
  • M /trunk/InfServer.Network/Network/Client.cs

Revision: 36
Date: 02/20/2011
Message: Began implementation of the RepairItem packets and handling.
Commited By: jovan92647
  • M /trunk/InfServer/Game/Arena/ArenaUpdate.cs
  • M /trunk/InfServer.DirectoryServer/Directory/DirectoryServer.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Logic/Packets/Update/Game.cs

Revision: 35
Date: 02/19/2011
Message:
Commited By: jovan92647
  • M /trunk/InfServer/Game/ZoneServer.cs

Revision: 34
Date: 02/19/2011
Message: Implemented the Ping and Player Counter server; runs on one port above the game server.
Commited By: jovan92647
  • M /trunk/InfServer/Game/ZoneServer.cs

Revision: 33
Date: 02/18/2011
Message:
Commited By: jovan92647
  • M /trunk/InfServer/Game/Objects/Vehicle.Computer.cs

Revision: 32
Date: 02/18/2011
Message: Vehicle.Computer no longer fires at enemies outside of it's LOS distance.
Commited By: jovan92647
  • M /trunk/InfServer/Game/Objects/Vehicle.Computer.cs

Revision: 31
Date: 02/18/2011
Message: ScriptArena.cs - Fixes to breakdown() Commands.cs - Added ?breakdown.
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs

Revision: 30
Date: 02/18/2011
Message: ScriptArena.cs Small fixes/modifications to breakDown() CTF.cs Modified how the script calls breakDown()
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/bin/scripts/GameTypes/CTF/CTF.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 29
Date: 02/17/2011
Message: Network code no longer takes up 100% CPU; The Game and Database Server should see substantially reduced CPU usage.
Commited By: jovan92647
  • M /trunk/InfServer.Network/Network/Server.cs
  • M /trunk/InfServer/Game/ZoneArenas.cs

Revision: 28
Date: 02/17/2011
Message: Added LOS code to Vehicle Computers; minor bug fixes. Vehicle Computers: - Line of Sight implemented; the turret will not shoot a player that it can't see. ScriptArena: - Team kills are now properly printed. Directory Server: - Titles are now forced to be 32 characters long.
Commited By: jovan92647
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Helpers/Zone.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.Computer.cs

Revision: 27
Date: 02/17/2011
Message: ScriptArena.cs - Modified breakDown()
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs

Revision: 26
Date: 02/16/2011
Message: Bug fix and directory listing changed from SOE to another temporary: our own IP addresses. ScriptArena and ArenaLio: - Out of sync bug no longer occurs; the Hides spawning code executes properly now and keeps the game in sync.
Commited By: jovan92647
  • M /trunk/InfServer/Game/Arena/ArenaLio.cs
  • M /trunk/InfServer.DirectoryServer/Directory/DirectoryServer.cs

Revision: 25
Date: 02/16/2011
Message:
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Arena/Arena.cs

Revision: 24
Date: 02/16/2011
Message:
Commited By: hellspawninf
  • M /trunk/bin/scripts/GameTypes/CTF/CTF.cs

Revision: 23
Date: 02/15/2011
Message: Fixes made to the Directory Server; duplicate packets no longer being sent. DirectoryServer: Registrar no longer registers the Executing and Calling Assembly methods, only the Executing since they are one and the same. This fixes the issue with packets being sent twice. Frames are now correctly counted before sending the next frame. This fixes the issue with the same frame being sent over and over again because the counter was not incremented correctly.
Commited By: jovan92647
  • M /trunk/InfServer.DirectoryServer/Directory/Logic/Packets/ZoneListing.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Registrar.cs

Revision: 22
Date: 02/14/2011
Message: Ported the DBComm and Database projects over to the InfServer solution file; they are now under the InfServer. branch. Regression testing needed.
Commited By: jovan92647
  • A /trunk/InfServer.DBComm/Packets
  • A /trunk/InfServer.DBComm/Packets/Login/SC_Auth.cs
  • A /trunk/InfServer.DBComm/Packets/Login/CS_Auth.cs
  • A /trunk/InfServer.Database/Properties/Settings.settings
  • A /trunk/InfServer.Database/Logic
  • A /trunk/InfServer.Database/Logic/Player.cs
  • A /trunk/InfServer.DBComm/Packets/Login
  • A /trunk/InfServer.Database/Server/Objects
  • A /trunk/InfServer.DBComm/InfServer.DBComm.csproj
  • A /trunk/InfServer.Database
  • A /trunk/InfServer.Database/Server
  • A /trunk/InfServer.Database/Infantry.dbml
  • A /trunk/InfServer.DBComm/Packets/Player/CS_PlayerUpdate.cs
  • A /trunk/InfServer.Database/Program.cs
  • A /trunk/InfServer.DBComm/Packets/Login/CS_PlayerLogin.cs
  • A /trunk/InfServer.DBComm/Packets/Login/SC_PlayerLogin.cs
  • A /trunk/InfServer.Database/Server/Objects/Zone.cs
  • A /trunk/InfServer.DBComm/Structures
  • A /trunk/InfServer.DBComm/Structures/Player.cs
  • A /trunk/InfServer.DBComm/S2CFactory.cs
  • A /trunk/InfServer.DBComm/C2SFactory.cs
  • A /trunk/InfServer.Database/InfServer.Database.csproj.user
  • A /trunk/InfServer.DBComm/Packets/Player
  • A /trunk/InfServer.Database/Infantry.dbml.layout
  • M /trunk/InfServer.DirectoryServer/InfServer.DirectoryServer.csproj
  • A /trunk/InfServer.Database/app.config
  • A /trunk/InfServer.Database/Server/DBServer.cs
  • A /trunk/InfServer.DBComm/Properties/AssemblyInfo.cs
  • M /trunk/InfServer.sln
  • A /trunk/InfServer.DBComm/Properties
  • A /trunk/InfServer.Database/Properties/AssemblyInfo.cs
  • A /trunk/InfServer.Database/Properties
  • A /trunk/InfServer.DBComm
  • A /trunk/InfServer.DBComm/Helpers
  • A /trunk/InfServer.Database/Properties/Settings.Designer.cs
  • A /trunk/InfServer.Database/InfServer.Database.csproj
  • A /trunk/InfServer.DBComm/Helpers/Database.cs
  • A /trunk/InfServer.Database/Logic/Login.cs
  • A /trunk/InfServer.DBComm/InfServer.DBComm.csproj.user
  • A /trunk/InfServer.Database/Infantry1.designer.cs
  • A /trunk/InfServer.DBComm/Packets/Player/CS_PlayerLeave.cs

Revision: 21
Date: 02/14/2011
Message: Added the missing Logic dir. Modified packet classes to print out their string dumps.
Commited By: jovan92647
  • A /trunk/InfServer.DirectoryServer/Directory/Logic
  • A /trunk/InfServer.DirectoryServer/Directory/Logic/Packets/Challenge.cs
  • A /trunk/InfServer.DirectoryServer/Directory/Logic/Packets/ZoneListing.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Registrar.cs
  • A /trunk/InfServer.DirectoryServer/Directory/Logic/Packets
  • M /trunk/InfServer.DirectoryServer/InfServer.DirectoryServer.csproj
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/CS_Version.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/CS_AckZoneList.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/CS_Initiate.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/SC_Initiate.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/CS_ZoneList.cs
  • M /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/SC_ZoneList.cs

Revision: 20
Date: 02/14/2011
Message: Ported the Directory Server to use the existing netcode from InfServer.Network assembly.
Commited By: jovan92647
  • A /trunk/InfServer.DirectoryServer
  • M /trunk/InfServer.sln
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Helpers/ZoneStream.cs
  • A /trunk/InfServer.DirectoryServer/Directory/DirectoryServer.cs
  • A /trunk/InfServer.DirectoryServer/Directory
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Helpers
  • A /trunk/InfServer.DirectoryServer/Directory/Registrar.cs
  • A /trunk/InfServer.DirectoryServer/Directory/DirectoryClient.cs
  • A /trunk/InfServer.DirectoryServer/Program.cs
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/CS_Version.cs
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/CS_AckZoneList.cs
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Factory.cs
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Helpers/Zone.cs
  • A /trunk/InfServer.DirectoryServer/Properties/AssemblyInfo.cs
  • A /trunk/InfServer.DirectoryServer/InfServer.DirectoryServer.csproj
  • A /trunk/InfServer.DirectoryServer/Properties
  • M /trunk/DirectoryServer/DirectoryServer.suo
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/CS_Initiate.cs
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/SC_Initiate.cs
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/CS_ZoneList.cs
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets/SC_ZoneList.cs
  • A /trunk/InfServer.DirectoryServer/Directory/Protocol/Packets

Revision: 19
Date: 02/13/2011
Message: Directory Server: - The header now correctly sends the size of the zonelist stream (minus size of header of course).
Commited By: jovan92647
  • M /trunk/DirectoryServer/DirectoryServer/Directory.cs
  • M /trunk/DirectoryServer/DirectoryServer/ZoneStream.cs

Revision: 18
Date: 02/13/2011
Message: Updated notes on the directory server protocol to reflect new research. Still very messy
Commited By: nebezb
  • M /branches/Docs/DirServ/notes.txt

Revision: 17
Date: 02/13/2011
Message: Implemented the 1.55 Directory Server. Minor fixes, changes, and integration with the main project file coming.
Commited By: jovan92647
  • A /trunk/DirectoryServer/DirectoryServer/Directory.cs
  • A /trunk/DirectoryServer/DirectoryServer/DirectoryServer.csproj
  • A /trunk/DirectoryServer/DirectoryServer/Program.cs
  • A /trunk/DirectoryServer/DirectoryServer/Properties/AssemblyInfo.cs
  • A /trunk/DirectoryServer/DirectoryServer/ZoneStream.cs
  • A /trunk/DirectoryServer/DirectoryServer.sln
  • A /trunk/DirectoryServer/DirectoryServer/Properties
  • A /trunk/DirectoryServer/DirectoryServer/Zone.cs
  • A /trunk/DirectoryServer/DirectoryServer
  • A /trunk/DirectoryServer
  • A /trunk/DirectoryServer/DirectoryServer.suo

Revision: 16
Date: 02/13/2011
Message: Added Docs/Addons/
Commited By: hellspawninf
  • A /branches/Docs/Addons
  • A /branches/Docs/Addons/ConfigFile.txt

Revision: 15
Date: 02/13/2011
Message:
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • M /trunk/InfServer/Logic/General/Assets.Skills.cs
  • M /trunk/Assets/Cfg/CfgInfo.Arena.cs
  • M /trunk/InfServer/Game/Objects/Vehicle.Computer.cs

Revision: 14
Date: 02/12/2011
Message: Added my notes and messy partial research on Directory Server protocol information.
Commited By: nebezb
  • A /branches/Docs/DirServ/dumps/combined.txt
  • A /branches/Docs/DirServ/notes.txt
  • A /branches/Docs/DirServ/dumps
  • A /branches/Docs/DirServ/dumps/001-no-dirserv.txt
  • A /branches/Docs/DirServ/dumps/002-withdirserv.txt
  • A /branches/Docs/DirServ
  • A /branches/Docs/DirServ/dumps/003-withdirserv.txt
  • A /branches/Docs/DirServ/dumps/004-withdirserv.txt
  • A /branches/Docs/DirServ/dumps/005-withdirserv.txt

Revision: 13
Date: 02/12/2011
Message:
Commited By: hellspawninf
  • M /trunk/InfDatabase/DBComm/obj/Release/DBComm.pdb
  • M /trunk/InfDatabase/InfDatabase/InfDatabase.csproj
  • A /trunk/InfDatabase/lib/DBComm.dll
  • M /trunk/InfDatabase/DBComm/obj/Release/DBComm.csproj.FileListAbsolute.txt
  • A /trunk/InfDatabase/lib
  • M /trunk/InfDatabase/DBComm/obj/Release/DBComm.dll
  • M /trunk/InfDatabase/InfDatabase.suo
  • M /trunk/InfDatabase/DBComm/obj/Release/ResolveAssemblyReference.cache
  • A /trunk/InfDatabase/lib/InfServer.Network.dll

Revision: 12
Date: 02/12/2011
Message: Re-Added DBServer, no longer apart of Infserver.sln
Commited By: hellspawninf
  • A /trunk/InfDatabase/DBComm/Properties/AssemblyInfo.cs
  • A /trunk/InfDatabase/InfDatabase/Properties/Settings.settings
  • A /trunk/InfDatabase/InfDatabase.sln
  • A /trunk/InfDatabase/DBComm/Properties
  • A /trunk/InfDatabase/InfDatabase/Logic
  • A /trunk/InfDatabase/InfDatabase/Logic/Player.cs
  • A /trunk/InfDatabase/DBComm/bin/Debug
  • A /trunk/InfDatabase/InfDatabase/Server/Objects
  • A /trunk/InfDatabase/InfDatabase
  • A /trunk/InfDatabase/DBComm/DBComm.csproj
  • A /trunk/InfDatabase/DBComm/Packets/Login
  • A /trunk/InfDatabase/DBComm/bin/Debug/DBComm.pdb
  • A /trunk/InfDatabase/InfDatabase/Server
  • A /trunk/InfDatabase/InfDatabase/Infantry.dbml
  • A /trunk/InfDatabase/DBComm/bin
  • A /trunk/InfDatabase/DBComm/bin/Debug/DBComm.dll
  • A /trunk/InfDatabase/DBComm/obj/Release/Refactor/DBComm.dll
  • A /trunk/InfDatabase/InfDatabase/Program.cs
  • A /trunk/InfDatabase/DBComm/Packets/Player/CS_PlayerUpdate.cs
  • A /trunk/InfDatabase/InfDatabase/Server/Objects/Zone.cs
  • A /trunk/InfDatabase/DBComm/Packets/Login/CS_PlayerLogin.cs
  • A /trunk/InfDatabase/DBComm/Packets/Login/SC_PlayerLogin.cs
  • A /trunk/InfDatabase/DBComm/obj/Release/DBComm.csproj.FileListAbsolute.txt
  • A /trunk/InfDatabase/InfDatabase/Infantry.dbml.layout
  • A /trunk/InfDatabase/DBComm/C2SFactory.cs
  • A /trunk/InfDatabase/DBComm/S2CFactory.cs
  • A /trunk/InfDatabase/InfDatabase/app.config
  • A /trunk/InfDatabase/InfDatabase/Server/DBServer.cs
  • A /trunk/InfDatabase/DBComm/obj/Debug/DBComm.csproj.FileListAbsolute.txt
  • A /trunk/InfDatabase/DBComm/Packets/Player/CS_PlayerLeave.cs
  • A /trunk/InfDatabase/DBComm/obj/Release
  • A /trunk/InfDatabase/InfDatabase/Properties/AssemblyInfo.cs
  • A /trunk/InfDatabase/InfDatabase/Properties
  • A /trunk/InfDatabase/DBComm/Packets/Login/CS_Auth.cs
  • A /trunk/InfDatabase/DBComm/Packets/Login/SC_Auth.cs
  • A /trunk/InfDatabase/InfDatabase/Infantry.designer.cs
  • A /trunk/InfDatabase/DBComm/bin/Debug/InfServer.Network.pdb
  • A /trunk/InfDatabase
  • A /trunk/InfDatabase/DBComm/obj/Release/Refactor
  • A /trunk/InfDatabase/DBComm/obj/Release/DBComm.pdb
  • A /trunk/InfDatabase/InfDatabase/Properties/Settings.Designer.cs
  • A /trunk/InfDatabase/DBComm
  • A /trunk/InfDatabase/DBComm/obj/Debug
  • A /trunk/InfDatabase/InfDatabase/InfDatabase.csproj
  • A /trunk/InfDatabase/DBComm/Helpers
  • A /trunk/InfDatabase/DBComm/bin/Debug/InfServer.Network.dll
  • A /trunk/InfDatabase/DBComm/obj/Release/DBComm.dll
  • A /trunk/InfDatabase/DBComm/obj/Debug/DBComm.pdb
  • A /trunk/InfDatabase/InfDatabase.suo
  • A /trunk/InfDatabase/InfDatabase/Logic/Login.cs
  • A /trunk/InfDatabase/DBComm/obj
  • A /trunk/InfDatabase/DBComm/Helpers/Database.cs
  • A /trunk/InfDatabase/DBComm/obj/Debug/DBComm.dll
  • A /trunk/InfDatabase/DBComm/Structures
  • A /trunk/InfDatabase/DBComm/Structures/Player.cs
  • A /trunk/InfDatabase/DBComm/obj/Release/TempPE
  • A /trunk/InfDatabase/DBComm/Packets/Player
  • A /trunk/InfDatabase/DBComm/Packets
  • A /trunk/InfDatabase/DBComm/obj/Debug/TempPE
  • A /trunk/InfDatabase/DBComm/obj/Release/ResolveAssemblyReference.cache

Revision: 11
Date: 02/12/2011
Message:
Commited By: hellspawninf
  • M /trunk/InfServer.sln
  • M /trunk
  • D /trunk/InfDatabase

Revision: 10
Date: 02/11/2011
Message: Removed compiled shit courtesy of hellspawn
Commited By: heheman3000
  • M /trunk/InfDatabase
  • M /trunk/InfDatabase/DBComm
  • M /trunk/InfDatabase/InfDatabase
  • D /trunk/InfDatabase/bin
  • D /trunk/InfDatabase/DBComm/bin
  • D /trunk/InfDatabase/InfDatabase/bin
  • D /trunk/InfDatabase/DBComm/obj
  • D /trunk/InfDatabase/InfDatabase/obj

Revision: 9
Date: 02/11/2011
Message:
Commited By: hellspawninf
  • D /trunk/InfDatabase/InfDatabase/bin/Debug
  • M /trunk/InfDatabase/InfDatabase/bin
  • D /trunk/InfDatabase/InfDatabase/obj/Release

Revision: 8
Date: 02/11/2011
Message: started chat commands
Commited By: heheman3000
  • M /trunk/InfServer.Network/Network/Server.cs
  • A /trunk/InfServer/Game/Commands/Chat/Commands.cs
  • M /trunk/InfServer/Game/Commands/Registrar.cs
  • M /trunk/InfServer/Logic/General/Assets.Skills.cs
  • M /trunk/InfServer/InfServer.csproj
  • A /trunk/InfServer/Game/Commands/Chat

Revision: 7
Date: 02/10/2011
Message: Files Edited: ScriptArena.cs (Added support for attributes, not finished.), Assets.Skills.cs (Fixed parser issues..)
Commited By: hellspawninf
  • M /trunk/bin/scripts.xml
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Logic/General/Assets.Skills.cs

Revision: 6
Date: 02/09/2011
Message: Added DBServer to project solution
Commited By: hellspawninf
  • M /trunk/InfDatabase/DBComm/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  • M /trunk/InfDatabase/InfDatabase/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  • M /trunk/InfServer.sln
  • M /trunk/InfDatabase/InfDatabase/bin/Debug/InfDatabase.exe
  • M /trunk/InfDatabase/DBComm/obj/Debug/ResolveAssemblyReference.cache
  • M /trunk/InfDatabase/InfDatabase/obj/Debug/ResolveAssemblyReference.cache
  • M /trunk/InfDatabase/InfDatabase/obj/Debug/InfDatabase.exe
  • M /trunk/InfDatabase/InfDatabase/bin/Debug/InfDatabase.pdb
  • M /trunk/InfDatabase/InfDatabase/obj/Debug/InfDatabase.pdb
  • M /trunk/InfDatabase/InfDatabase.suo
  • M /trunk/InfDatabase/DBComm/obj/Debug/DBComm.csproj.FileListAbsolute.txt
  • M /trunk/InfDatabase/InfDatabase/obj/Debug/InfDatabase.csproj.FileListAbsolute.txt

Revision: 5
Date: 02/09/2011
Message: Added DBServer to trunk/InfDatabase
Commited By: hellspawninf
  • A /trunk/InfDatabase/InfDatabase/Properties/Settings.settings
  • A /trunk/InfDatabase/InfDatabase/Logic/Player.cs
  • A /trunk/InfDatabase/InfDatabase/Logic
  • A /trunk/InfDatabase/DBComm/bin/Debug
  • A /trunk/InfDatabase/InfDatabase/obj/Release/Refactor
  • A /trunk/InfDatabase/InfDatabase/Server/Objects
  • A /trunk/InfDatabase/InfDatabase/obj/Debug
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/logs/exceptions.txt
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/logs
  • A /trunk/InfDatabase/DBComm/Packets/Login
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/logs/ServerHandler1.txt
  • A /trunk/InfDatabase/DBComm/obj/Release/Refactor/DBComm.dll
  • A /trunk/InfDatabase/InfDatabase/obj/Release/InfDatabase.exe
  • A /trunk/InfDatabase/bin/InfDatabase.pdb
  • A /trunk/InfDatabase/DBComm/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  • A /trunk/InfDatabase/DBComm/Packets/Player/CS_PlayerUpdate.cs
  • A /trunk/InfDatabase/InfDatabase/Server/Objects/Zone.cs
  • A /trunk/InfDatabase/DBComm/Packets/Login/CS_PlayerLogin.cs
  • A /trunk/InfDatabase/DBComm/Packets/Login/SC_PlayerLogin.cs
  • A /trunk/InfDatabase/InfDatabase/obj/Debug/InfDatabase.exe
  • A /trunk/InfDatabase/DBComm/C2SFactory.cs
  • A /trunk/InfDatabase/DBComm/S2CFactory.cs
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/InfDatabase.exe.config
  • A /trunk/InfDatabase/InfDatabase/obj/Release/TempPE
  • A /trunk/InfDatabase/InfDatabase/Server/DBServer.cs
  • A /trunk/InfDatabase/DBComm/obj/Debug/DBComm.csproj.FileListAbsolute.txt
  • A /trunk/InfDatabase/InfDatabase/obj/Release/ResolveAssemblyReference.cache
  • A /trunk/InfDatabase/bin/InfDatabase.exe.config
  • A /trunk/InfDatabase/DBComm/bin/Debug/InfServer.Network.pdb
  • A /trunk/InfDatabase/InfDatabase/bin/Debug
  • A /trunk/InfDatabase
  • A /trunk/InfDatabase/DBComm/obj/Release/DBComm.pdb
  • A /trunk/InfDatabase/DBComm
  • A /trunk/InfDatabase/InfDatabase/InfDatabase.csproj
  • A /trunk/InfDatabase/InfDatabase/obj/Debug/TempPE/Player.designer.cs.dll
  • A /trunk/InfDatabase/DBComm/bin/Debug/InfServer.Network.dll
  • A /trunk/InfDatabase/DBComm/obj/Release/DBComm.dll
  • A /trunk/InfDatabase/bin/InfServer.Network.pdb
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/InfDatabase.vshost.exe.config
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/logs/warnings.txt
  • A /trunk/InfDatabase/InfDatabase/Logic/Login.cs
  • A /trunk/InfDatabase/DBComm/obj
  • A /trunk/InfDatabase/DBComm/Helpers/Database.cs
  • A /trunk/InfDatabase/bin/InfServer.Network.dll
  • A /trunk/InfDatabase/InfDatabase/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/InfDatabase.exe
  • A /trunk/InfDatabase/DBComm/Packets
  • A /trunk/InfDatabase/DBComm/obj/Debug/TempPE
  • A /trunk/InfDatabase/InfDatabase.sln
  • A /trunk/InfDatabase/DBComm/Properties/AssemblyInfo.cs
  • A /trunk/InfDatabase/DBComm/Properties
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/InfServer.Network.pdb
  • A /trunk/InfDatabase/InfDatabase/obj/Release/InfDatabase.pdb
  • A /trunk/InfDatabase/DBComm/obj/Debug/ResolveAssemblyReference.cache
  • A /trunk/InfDatabase/DBComm/DBComm.csproj
  • A /trunk/InfDatabase/InfDatabase
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/oldlogs
  • A /trunk/InfDatabase/DBComm/bin/Debug/DBComm.pdb
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/InfServer.Network.dll
  • A /trunk/InfDatabase/InfDatabase/obj/Debug/InfDatabase.pdb
  • A /trunk/InfDatabase/InfDatabase/Server
  • A /trunk/InfDatabase/InfDatabase/Infantry.dbml
  • A /trunk/InfDatabase/bin
  • A /trunk/InfDatabase/DBComm/bin
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/InfDatabase.vshost.exe.manifest
  • A /trunk/InfDatabase/DBComm/bin/Debug/DBComm.dll
  • A /trunk/InfDatabase/InfDatabase/obj
  • A /trunk/InfDatabase/bin/logs
  • A /trunk/InfDatabase/InfDatabase/Program.cs
  • A /trunk/InfDatabase/DBComm/obj/Release/DBComm.csproj.FileListAbsolute.txt
  • A /trunk/InfDatabase/InfDatabase/Infantry.dbml.layout
  • A /trunk/InfDatabase/InfDatabase/app.config
  • A /trunk/InfDatabase/bin/InfDatabase.exe
  • A /trunk/InfDatabase/DBComm/Packets/Player/CS_PlayerLeave.cs
  • A /trunk/InfDatabase/DBComm/obj/Release
  • A /trunk/InfDatabase/InfDatabase/obj/Debug/TempPE
  • A /trunk/InfDatabase/InfDatabase/obj/Release/TempPE/Infantry.designer.cs.dll
  • A /trunk/InfDatabase/InfDatabase/Properties/AssemblyInfo.cs
  • A /trunk/InfDatabase/DBComm/Packets/Login/CS_Auth.cs
  • A /trunk/InfDatabase/DBComm/Packets/Login/SC_Auth.cs
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/logs/errors.txt
  • A /trunk/InfDatabase/InfDatabase/Properties
  • A /trunk/InfDatabase/InfDatabase/Infantry.designer.cs
  • A /trunk/InfDatabase/InfDatabase/Properties/Settings.Designer.cs
  • A /trunk/InfDatabase/DBComm/obj/Release/Refactor
  • A /trunk/InfDatabase/DBComm/obj/Debug
  • A /trunk/InfDatabase/InfDatabase/obj/Debug/ResolveAssemblyReference.cache
  • A /trunk/InfDatabase/InfDatabase/obj/Debug/TempPE/Infantry.designer.cs.dll
  • A /trunk/InfDatabase/DBComm/Helpers
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/InfDatabase.pdb
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/server.xml
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/DBComm.pdb
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/InfDatabase.vshost.exe
  • A /trunk/InfDatabase/InfDatabase.suo
  • A /trunk/InfDatabase/DBComm/obj/Debug/DBComm.pdb
  • A /trunk/InfDatabase/InfDatabase/bin
  • A /trunk/InfDatabase/InfDatabase/bin/Debug/DBComm.dll
  • A /trunk/InfDatabase/bin/oldlogs
  • A /trunk/InfDatabase/DBComm/obj/Debug/DBComm.dll
  • A /trunk/InfDatabase/bin/DBComm.pdb
  • A /trunk/InfDatabase/bin/server.xml
  • A /trunk/InfDatabase/InfDatabase/obj/Release/InfDatabase.csproj.FileListAbsolute.txt
  • A /trunk/InfDatabase/bin/DBComm.dll
  • A /trunk/InfDatabase/DBComm/Structures
  • A /trunk/InfDatabase/DBComm/Structures/Player.cs
  • A /trunk/InfDatabase/DBComm/obj/Release/TempPE
  • A /trunk/InfDatabase/DBComm/Packets/Player
  • A /trunk/InfDatabase/InfDatabase/obj/Debug/InfDatabase.csproj.FileListAbsolute.txt
  • A /trunk/InfDatabase/InfDatabase/obj/Release
  • A /trunk/InfDatabase/DBComm/obj/Release/ResolveAssemblyReference.cache

Revision: 4
Date: 02/08/2011
Message: Converted the metadata to VS2010
Commited By: heheman3000
  • M /trunk/InfServer.sln
  • M /trunk/Assets/Assets.csproj
  • M /trunk/InfServer/InfServer.csproj
  • M /trunk/InfServer.Network/InfServer.Network.csproj
  • M /trunk/bin/scripts/Scripts.csproj

Revision: 3
Date: 02/08/2011
Message:
Commited By: hellspawninf
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs

Revision: 2
Date: 02/08/2011
Message:
Commited By: hellspawninf
  • M /trunk/Assets/Cfg/CfgInfo.cs
  • M /trunk/InfServer/Game/Arena/ScriptArena.cs
  • M /trunk/InfServer/Game/Commands/Mod/Basic.cs

Revision: 1
Date: 03/31/2010
Message:
Commited By: aaerox
  • A /trunk/InfServer.Network/Network/Server.cs
  • A /trunk/Assets/Cfg/CfgInfo.Bounty.cs
  • A /trunk/bin/scripts
  • A /trunk/InfServer/Protocol/Helpers/Arena.cs
  • A /branches/Parsers/Items/Cash.cs
  • A /trunk/bin/scripts/Bots/DuelBot
  • A /trunk/InfServer/Database/Logic
  • A /trunk/Assets/Itm/ItmInfo.RepairItem.cs
  • A /trunk/InfServer/Game/Objects
  • A /branches/Parsers/HSV.cs
  • A /trunk/InfServer.Network/Network/IPacketHandler.cs
  • A /trunk/Assets/Cfg/CfgInfo.Rank.cs
  • A /trunk/InfServer.Network/Network/PacketDummy.cs
  • A /branches/Parsers/Level.cs
  • A /trunk/InfServer/Protocol/Helpers/Updates.cs
  • A /trunk/InfServer/Protocol/Packets/Social/CS_Chat.cs
  • A /trunk/InfServer/Protocol/Packets/Social/SC_Chat.cs
  • A /trunk/InfServer/Protocol/Packets/Game/State/SC_Vehicles.cs
  • A /branches/Parsers/StreamHelpers.cs
  • A /trunk/Assets/Cfg/CfgInfo.Terrain.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_PlayerPickup.cs
  • A /trunk/bin/scripts/Scripts.csproj
  • A /trunk/InfServer/Protocol/Packets/Game/State/SC_PlayerLeave.cs
  • A /trunk/Assets/Cfg/CfgInfo.View.cs
  • A /trunk/Assets/Cfg/CfgInfo.UiartFont.cs
  • A /trunk/InfServer/Scripts
  • A /branches/Docs/Itm/MultiItem.txt
  • A /trunk/Assets/Cfg/CfgInfo.RtsStateDefault.cs
  • A /trunk/Assets/Cfg/CfgInfo.Cash.cs
  • A /trunk/Assets/Cfg/CfgInfo.Vehicle.cs
  • A /trunk/InfServer.Network/Logic/Registrar.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/SC_ShopFinished.cs
  • A /branches/Parsers/CsvFile.cs
  • A /trunk/Assets/Itm/ItmInfo.VehicleMaker.cs
  • A /trunk/InfServer/Protocol/Packets/Security/CS_Security.cs
  • A /trunk/lib
  • A /trunk/InfServer.Network/Logic/Reliable.cs
  • A /trunk/Assets/Shared/HSV.cs
  • A /branches/Docs/Veh/Shared.txt
  • A /trunk/InfServer.Network/Network/PacketFactory.cs
  • A /trunk/InfServer.Network/Protocol/Box.cs
  • A /trunk/Assets/Veh/VehInfo.Dependent.cs
  • A /branches/Parsers/BlobSound.cs
  • A /trunk/Assets/Cfg/CfgInfo.HelpMenu.cs
  • A /branches/Docs/Lio/Nested.txt
  • A /trunk/Assets/Lvl
  • A /trunk/Assets/Itm/ItmInfo.SkillItem.cs
  • A /trunk/InfServer/Game/Commands/Mod/Vehicles.cs
  • A /trunk/InfServer/Logic/Packets/Login
  • A /trunk/Assets/Itm/ItmInfo.ControlItem.cs
  • A /branches/Docs/Itm/Repair.txt
  • A /trunk/InfServer/Protocol/Packets/Security
  • A /trunk/Assets/Cfg/CfgInfo.King.cs
  • A /branches/Parsers/VehiclesFile.cs
  • A /trunk/Assets/Cfg/CfgInfo.Point.cs
  • A /branches/Parsers/Level/Tile.cs
  • A /trunk/bin/assets
  • A /trunk/InfServer/Logic/Packets/Update/Player.cs
  • A /trunk/InfServer/Game
  • A /trunk/InfServer/Logic/General
  • A /trunk/InfServer.Network/Protocol/CS_Initial.cs
  • A /trunk/Assets/Cfg/CfgInfo.PublicProfile.cs
  • A /branches/Docs/Veh/Spectator.txt
  • A /trunk/InfServer/Game/Assets
  • A /trunk/InfServer.Network/Protocol/SC_Initial.cs
  • A /branches/Docs/Veh/Dependent.txt
  • A /trunk/InfServer/Protocol/Helpers/PacketIDs.cs
  • A /trunk/Assets/Cfg/CfgInfo.Attribute.cs
  • A /branches/Parsers/Items/Use.cs
  • A /trunk/InfServer.Network/Utility/Logging
  • A /branches/Parsers/Items/Unknown004066B0.cs
  • A /release/Assets.dll
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_PlayerJoin.cs
  • A /trunk/Assets/Lio/LioInfo.Parallax.cs
  • A /trunk/InfServer/Protocol/Packets/Game/SC_ChangeTeam.cs
  • A /trunk/Assets/Cfg/CfgInfo.Soccer.cs
  • A /trunk/InfServer/Protocol/Packets
  • A /trunk/InfServer/Properties/AssemblyInfo.cs
  • A /trunk/InfServer/Bot/BotTypes
  • A /trunk/Assets/Lvl/LvlInfo.Header.cs
  • A /trunk/InfServer/Protocol/Helpers/Objects.cs
  • A /trunk/InfServer.Network/Network/CRC32.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_ItemDrop.cs
  • A /branches/Parsers/Items/Control.cs
  • A /branches/Parsers/Vehicles/ComputerProduct.cs
  • A /trunk/Assets/Cfg/CfgInfo.Sound.cs
  • A /branches/Docs/Itm/Multi-Use Items.txt
  • A /branches/Parsers/Vehicles/Car.cs
  • A /trunk/InfServer/Game/Commands
  • A /trunk/Assets/Blo
  • A /trunk/InfServer/Game/Assets/AssetManager.Lio.cs
  • A /trunk/Assets/AssetFiles/AssetFileFactory.cs
  • A /release/twinpeak.lio
  • A /branches/Docs/Lio/LioTypes.txt
  • A /trunk/InfServer/Game/Objects/PlayerStats.cs
  • A /trunk/Assets/Itm/ItmInfo.UtilityItem.cs
  • A /branches/Docs/Blo
  • A /trunk/InfServer.Network/Properties
  • A /trunk/InfServer/Logic/Packets/Social/Chat.cs
  • A /trunk/Assets/Lio/LioInfo.Portal.cs
  • A /trunk/Assets/Veh/VehInfo.Spectator.cs
  • A /trunk/InfServer/Logic/Packets
  • A /trunk/InfServer.Network
  • A /trunk/InfServer/Game/Commands/Mod
  • A /trunk/InfServer/Protocol/Packets/Game/State/SC_Players.cs
  • A /branches/Docs/Lio/Text.txt
  • A /branches/Parsers
  • A /trunk/InfServer/Game/Interfaces/ILocatable.cs
  • A /trunk/InfServer/Logic/Packets/Social
  • A /trunk/InfServer/Game/Objects/Player.cs
  • A /trunk/InfServer/Scripts/ThreadedObject.cs
  • A /trunk/InfServer/Database
  • A /trunk/Assets/Veh/VehicleFile.cs
  • A /trunk/Assets/Shared
  • A /trunk/Assets/Itm/ItmInfo.UpgradeItem.cs
  • A /trunk/InfServer.Network/Utility/Config/ConfigSetting.cs
  • A /trunk/InfServer/Protocol/Packets/Game/State/SC_PlayerState.cs
  • A /trunk/Assets/Cfg/CfgInfo.LosType.cs
  • A /branches/Parsers/Parsers.csproj
  • A /trunk/InfServer/Protocol/Packets/Game/Update/CS_PlayerUpdate.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerUpdate.cs
  • A /trunk/Assets/Cfg/CfgInfo.DeathMatch.cs
  • A /trunk/InfServer/Game/Arena/ScriptArena.cs
  • A /trunk/Assets/Veh
  • A /trunk/InfServer/Game/Objects/Vehicle.Computer.cs
  • A /trunk/Assets/Lio
  • A /trunk/InfServer/Protocol/Packets/Game/Update
  • A /trunk/Assets/Cfg/CfgInfo.UiartMetrics.cs
  • A /trunk/InfServer/Protocol/Packets/Login/SC_AssetInfo.cs
  • A /trunk/Assets/Itm/ItmInfo.Sound.cs
  • A /branches/Docs/Veh
  • A /branches/Docs/Lio
  • A /trunk/Assets/Properties
  • A /trunk/InfServer/Game/Arena/ArenaLio.cs
  • A /trunk/InfServer/Logic/Lio/Warp.cs
  • A /trunk/InfServer/Scripts/Events/Handlers.cs
  • A /trunk/Assets/Itm/ItmInfo.Projectile.cs
  • A /trunk/InfServer.Network/Utility/Config
  • A /branches/Parsers/Vehicles
  • A /trunk/Assets/Itm/ItmInfo.cs
  • A /branches/Parsers/Items/Skill.cs
  • A /trunk/InfServer/Protocol/Packets/Game
  • A /trunk/Assets/Cfg/CfgInfo.Rpg.cs
  • A /trunk/Assets/Lvl/LvlInfo.BlobReference.cs
  • A /trunk/Assets/Cfg/CfgInfo.TeamDefault.cs
  • A /trunk/Assets/Cfg/CfgInfo.FixedStat.cs
  • A /trunk/Assets/Cfg/ConfigFile.cs
  • A /trunk/InfServer/Protocol/Packets/Game/State/SC_ClearProjectiles.cs
  • A /trunk/InfServer/Protocol/Packets/Game/State/SC_Flags.cs
  • A /branches/Docs/Veh/Car.txt
  • A /trunk/InfServer/Protocol/Factory.cs
  • A /trunk/InfServer/Logic/General/Assets.Item.cs
  • A /branches/Parsers/Items/Unknown00405A12.cs
  • A /trunk/InfServer/Game/ZoneServer.cs
  • A /trunk/Assets/Shared/AnimatedSprite.cs
  • A /trunk/InfServer/Scripts/Scripts.cs
  • A /branches/Parsers/ItemsFile.cs
  • A /branches/Parsers/Vehicles/SpeedValues.cs
  • A /trunk/InfServer.Network/Utility/Logging/DdMonitor.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_PlayerPortal.cs
  • A /trunk/InfServer/Game/Arena/ArenaState.cs
  • A /trunk/InfServer/Protocol/Packets/Login/SC_AssetUpdateInfo.cs
  • A /branches/Parsers/Properties
  • A /trunk/Assets/Shared/ICsvParser.cs
  • A /trunk/InfServer.Network/Utility
  • A /trunk/Assets/Shared/ICsvParseable.cs
  • A /branches/LvlViewer
  • A /branches/LvlViewer/obj/Debug
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_PlayerFlag.cs
  • A /trunk/Assets/Shared/SoundBlob.cs
  • A /trunk/InfServer/Protocol/Helpers/Player.cs
  • A /branches/Docs/Veh/Computer.txt
  • A /branches/Parsers/Items/Repair.cs
  • A /trunk/Assets/Cfg/CfgInfo.FlagMvp.cs
  • A /trunk/InfServer/Protocol/Helpers/Assets.cs
  • A /trunk/InfServer/Program.cs
  • A /trunk/InfServer.Network/Protocol/ReliableEcho.cs
  • A /trunk/InfServer/Database/Database.cs
  • A /trunk/Assets/Lio/LioInfo.Sound.cs
  • A /branches/LvlViewer/LvlViewer.csproj
  • A /branches/Docs/Itm/Projectile.txt
  • A /branches/Docs/Itm/Utility.txt
  • A /trunk/InfServer/Protocol/Packets/Game/Update/CS_PlayerDeath.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerDeath.cs
  • A /branches/Parsers/Items/Unknown00404B70.cs
  • A /trunk/InfServer/Logic/General/Assets.Events.cs
  • A /trunk/InfServer/Bot/WeaponController.cs
  • A /trunk/InfServer/Game/Objects/Vehicle.cs
  • A /trunk/Assets/Cfg/CfgInfo.HeldCategory.cs
  • A /trunk/InfServer/Protocol/Packets/Game/State/SC_LIOUpdates.cs
  • A /trunk/Assets/Lio/LioInfo.Door.cs
  • A /trunk/InfServer.sln
  • A /trunk/InfServer/Game/Assets/AssetManager.Cache.cs
  • A /trunk/InfServer/Game/Objects/ObjTracker.cs
  • A /trunk/InfServer/Game/Arena/ArenaUpdate.cs
  • A /branches/LvlViewer/bin/Debug
  • A /trunk/InfServer/Protocol/Packets/Game/State/SC_Items.cs
  • A /trunk/InfServer.Network/Protocol/DataPacket.cs
  • A /branches/Parsers/Item.cs
  • A /trunk/Assets/Itm/ItmInfo.Graphics.cs
  • A /trunk/InfServer
  • A /trunk/InfServer/Protocol/Packets/Login/CS_Ready.cs
  • A /trunk/Assets/Itm/ItmInfo.NestedItem.cs
  • A /trunk/InfServer/InfServer.csproj
  • A /trunk/InfServer/Scripts/Events/Events.cs
  • A /trunk/Assets/Cfg/CfgInfo.Experience.cs
  • A /trunk/Assets/Cfg/CfgInfo.StartGame.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerWarp.cs
  • A /trunk/Assets/Cfg/CfgInfo.Los.cs
  • A /trunk/InfServer/Logic/General/Assets.Skills.cs
  • A /trunk/InfServer.Network/Network
  • A /trunk/InfServer/Protocol/Packets/Game/Action
  • A /trunk/InfServer.Network/Properties/AssemblyInfo.cs
  • A /trunk/InfServer.Network/Logic
  • A /trunk/InfServer.Network/Logic/Ping.cs
  • A /trunk/InfServer.Network/Protocol/OutOfSync.cs
  • A /trunk/InfServer.Network/Protocol/Disconnect.cs
  • A /trunk/Assets/Shared/StreamHelpers.cs
  • A /trunk/InfServer/Protocol/Packets/Login/CS_RequestUpdate.cs
  • A /trunk/Assets/Rpg
  • A /trunk/Assets/Veh/VehInfo.Car.cs
  • A /branches/LvlViewer/Properties
  • A /branches/Parsers/Items/MultiUse.cs
  • A /trunk/Assets
  • A /trunk/Assets/Lio/LioInfo.WarpField.cs
  • A /trunk/InfServer/Bot/ScriptBot.cs
  • A /trunk/InfServer/Protocol/Helpers
  • A /branches/Parsers/Level
  • A /trunk/InfServer/Logic/Packets/Login/Assets.cs
  • A /trunk/Assets/Lvl/LvlInfo.Tile.cs
  • A /trunk/Assets/Cfg/CfgInfo.Radar.cs
  • A /branches/Parsers/Level/BlobReference.cs
  • A /trunk/Assets/Cfg/CfgInfo.Jackpot.cs
  • A /trunk/Assets/AssetFiles/Checksum.cs
  • A /branches/Docs
  • A /trunk/InfServer/Protocol/Packets/Game/State/SC_PlayerEnter.cs
  • A /trunk/Assets/Shared/ArmorValues.cs
  • A /trunk/InfServer/Logic/Packets/Update
  • A /trunk/InfServer.Network/Network/IClient.cs
  • A /trunk/InfServer.Network/Protocol/Reliable.cs
  • A /trunk/InfServer/Protocol/Packets/Login/SC_AssetUpdate.cs
  • A /trunk/InfServer/Protocol/Helpers/Login.cs
  • A /branches
  • A /trunk/Assets/Veh/VehInfo.Computer.cs
  • A /trunk/InfServer.Network/InfServer.Network.csproj
  • A /branches/Parsers/Items/Projectile.cs
  • A /branches/Docs/Veh/out.png
  • A /trunk/InfServer/Protocol/Packets/Login/SC_Initial.cs
  • A /trunk/InfServer/Protocol/Packets/Login/CS_Initial.cs
  • A /branches/Parsers/Items/Utility.cs
  • A /trunk/Assets/Itm/ItmInfo.WarpItem.cs
  • A /trunk/InfServer.Network/Logic/Connection.cs
  • A /trunk/Assets/Properties/AssemblyInfo.cs
  • A /trunk/Assets/Itm/ItemFile.cs
  • A /release/ctf6.veh
  • A /trunk/Assets/Itm/ItmInfo.Item.cs
  • A /trunk/InfServer/Game/Interfaces/IChatTarget.cs
  • A /branches/Docs/Lio/Sound.txt
  • A /trunk/Assets/Cfg/CfgInfo.Uiart.cs
  • A /trunk/InfServer/Protocol/Helpers/Math.cs
  • A /trunk/InfServer/Protocol/Packets/Login
  • A /trunk/InfServer/Database/Logic/Connection.cs
  • A /trunk/InfServer/Protocol/Packets/Game/State/SC_VehicleDestroy.cs
  • A /trunk/bin/assets.xml
  • A /trunk/Assets/Cfg/CfgInfo.Uiwav.cs
  • A /trunk/InfServer/Game/Arena/ArenaComputer.cs
  • A /trunk/InfServer/Protocol/Packets/Security/CS_Frames.cs
  • A /branches/Parsers/Items/Upgrade.cs
  • A /branches/Parsers/Vehicles/Dependent.cs
  • A /trunk/Assets/Cfg/CfgInfo.SoccerMvp.cs
  • A /trunk/Assets/Cfg/CfgInfo.WebMenu.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_Shop.cs
  • A /trunk/Assets/Cfg/CfgInfo.Rts.cs
  • A /trunk/InfServer/Bot
  • A /trunk/Assets/AssetFiles/AssetFile.cs
  • A /trunk/InfServer.Network/Protocol/ReliableBox.cs
  • A /trunk/Assets/Lio/LioInfo.Switch.cs
  • A /trunk/InfServer/Bot/MovementController.cs
  • A /trunk/Assets/Itm
  • A /branches/Parsers/Properties/AssemblyInfo.cs
  • A /trunk/lib/CSScriptLibrary.dll
  • A /branches/Docs/Lio/Portals.txt
  • A /trunk/InfServer/Game/Interfaces
  • A /trunk/InfServer/Game/Objects/Team.cs
  • A /trunk/Assets/Lio/LioInfo.Flag.cs
  • A /trunk/InfServer/Game/Arena/ArenaBot.cs
  • A /trunk/InfServer/Game/Arena
  • A /branches/Docs/Itm
  • A /trunk/InfServer/Protocol
  • A /trunk/InfServer/Database/Logic/Player.cs
  • A /trunk/Assets/Cfg/CfgInfo.Bong.cs
  • A /trunk/InfServer.Network/Protocol/SC_State.cs
  • A /trunk/InfServer.Network/Protocol/CS_State.cs
  • A /trunk/bin/scripts/Bots/DuelBot/DuelBot.cs
  • A /trunk/InfServer/Game/Commands/Mod/Bots.cs
  • A /trunk/InfServer/Protocol/Packets/Login/CS_Login.cs
  • A /trunk/InfServer/Protocol/Packets/Login/SC_Login.cs
  • A /trunk/Assets/Cfg/CfgInfo.Owner.cs
  • A /trunk/Assets/Itm/ItmInfo.MultiUse.cs
  • A /trunk/InfServer/Protocol/Packets/Login/SC_PatchInfo.cs
  • A /trunk/Assets/Itm/ItmInfo.MultiItem.cs
  • A /release
  • A /trunk/InfServer/Game/Commands/Mod/Basic.cs
  • A /trunk/Assets/Itm/ItmInfo.ItemMaker.cs
  • A /trunk/InfServer/Protocol/Packets/Game/SC_EnterArena.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_ShopSkill.cs
  • A /branches/Parsers/Items/VehicleMaker.cs
  • A /trunk/InfServer/Game/Arena/ArenaSocial.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_PlayerTeamUpdate.cs
  • A /branches/Docs/Itm/AmmoItem.txt
  • A /trunk/InfServer/Game/ZonePlayers.cs
  • A /trunk/InfServer/Scripts/Events
  • A /trunk/bin/scripts.xml
  • A /trunk/InfServer/Protocol/Packets/Login/CS_StartUpdate.cs
  • A /branches/Docs/Itm/Item Maker.txt
  • A /trunk/InfServer/Logic
  • A /trunk/Assets/Cfg/CfgInfo.Event.cs
  • A /release/InfServer.exe
  • A /trunk/Assets/Assets.csproj
  • A /trunk/Assets/Cfg/CfgInfo.Message.cs
  • A /branches/Parsers/Items/ItemMaker.cs
  • A /branches/Docs/Lio/Warps.txt
  • A /trunk/Assets/Veh/VehInfo.Nested.cs
  • A /branches/Docs/Itm/Upgrade.txt
  • A /branches/LvlViewer/bin
  • A /trunk/Assets/Lio/LioInfo.Nested.cs
  • A /branches/Parsers/BlobSprite.cs
  • A /trunk/Assets/Cfg/CfgInfo.Expire.cs
  • A /branches/Parsers/Vehicles/Spectator.cs
  • A /trunk/InfServer/Protocol/Packets/Game/SC_BindVehicle.cs
  • A /trunk/bin/server.xml
  • A /trunk/Assets/Cfg/CfgInfo.cs
  • A /trunk/Assets/Cfg/CfgInfo.Door.cs
  • A /trunk/Assets/Cfg/CfgInfo.ZoneStat.cs
  • A /trunk/Assets/AssetFiles/CSVReader.cs
  • A /trunk/InfServer/Protocol/Packets/Game/State
  • A /trunk/InfServer/Logic/General/Rewards.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_PlayerSwitch.cs
  • A /branches/LvlViewer/Properties/AssemblyInfo.cs
  • A /trunk/InfServer/Game/Assets/AssetManager.cs
  • A /trunk/Assets/Itm/ItmInfo.Ammo.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_PlayerDrop.cs
  • A /trunk/Assets/Cfg/CfgInfo.Render.cs
  • A /trunk/Assets/Cfg/CfgInfo.DamageType.cs
  • A /trunk
  • A /trunk/Assets/Cfg/CfgInfo.Soul.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Action/CS_PlayerUseItem.cs
  • A /trunk/bin/scripts/Bots
  • A /release/ctf6.rpg
  • A /branches/Docs/Lio/Flags.txt
  • A /trunk/InfServer.Network/Utility/Logging/Log.cs
  • A /trunk/Assets/Lvl/LevelFile.cs
  • A /trunk/InfServer/Bot/BotTypes/FollowBot.cs
  • A /trunk/Assets/AssetFiles/AbstractAsset.cs
  • A /trunk/bin/scripts/Bots/FollowBot
  • A /branches/Parsers/Vehicles/AnimatedSprite.cs
  • A /trunk/InfServer.Network/Network/NetworkClient.cs
  • A /trunk/InfServer/Protocol/Helpers/Social.cs
  • A /trunk/InfServer/Game/ZoneArenas.cs
  • A /trunk/Assets/Veh/VehInfo.cs
  • A /trunk/bin/scripts/GameTypes/CTF/CTF.cs
  • A /branches/Parsers/Vehicles/Nested.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/CS_PlayerPickup.cs
  • A /trunk/Assets/Cfg/CfgInfo.Stat.cs
  • A /trunk/Assets/Blo/BloFile.cs
  • A /branches/Parsers/Items/Warp.cs
  • A /trunk/Assets/Lio/LioInfo.Hide.cs
  • A /branches/Docs/Lio/Doors.txt
  • A /trunk/InfServer/Protocol/Packets/Game/Action/SC_ItemReload.cs
  • A /trunk/Assets/Cfg/CfgInfo.WarpGroup.cs
  • A /trunk/Assets/Cfg/CfgInfo.Arena.cs
  • A /trunk/bin
  • A /branches/Parsers/Items/Nested.cs
  • A /trunk/InfServer/Protocol/Packets/Game/State/SC_ArenaMessage.cs
  • A /branches/LvlViewer/LvlViewer.sln
  • A /trunk/Assets/Lio/LioFile.cs
  • A /trunk/Assets/Lvl/LvlInfo.cs
  • A /trunk/Assets/Rpg/SkillFile.cs
  • A /trunk/Assets/Rpg/SkillInfo.InventoryMutator..cs
  • A /trunk/InfServer/Bot/Bot.cs
  • A /trunk/InfServer/Scripts/ScriptParser.cs
  • A /branches/Parsers/Items/Ammo.cs
  • A /trunk/lib/Ionic.Zlib.dll
  • A /trunk/lib/DBComm.dll
  • A /branches/Parsers/ICsvFormat.cs
  • A /trunk/InfServer/Game/Commands/Registrar.cs
  • A /branches/Docs/Itm/Warp.txt
  • A /branches/LvlViewer/obj/Debug/TempPE
  • A /branches/Parsers/ICsvReader.cs
  • A /trunk/InfServer/Game/Arena/Arena.cs
  • A /trunk/InfServer.Network/Utility/Config/XmlConfig.cs
  • A /trunk/Assets/AssetFiles/IAssetFile.cs
  • A /branches/Docs/Itm/Control.txt
  • A /trunk/InfServer/Protocol/Packets/Game/Update/CS_Explosion.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/CS_PlayerDrop.cs
  • A /trunk/Assets/AssetFiles
  • A /branches/Parsers/Vehicles/Computer.cs
  • A /trunk/Assets/Cfg/CfgInfo.Timing.cs
  • A /branches/Parsers/Vehicles/ArmorValues.cs
  • A /trunk/Assets/Shared/CsvFile.cs
  • A /release/ctf6.itm
  • A /trunk/bin/scripts/GameTypes/CTF
  • A /trunk/Assets/Cfg/CfgInfo.Bubble.cs
  • A /trunk/InfServer/Protocol/Packets/Login/SC_SetIngame.cs
  • A /branches/LvlViewer/obj
  • A /trunk/InfServer/Protocol/Helpers/Helpers.cs
  • A /trunk/InfServer/Logic/Packets/Login/Login.cs
  • A /trunk/InfServer/Protocol/Packets/Game/Update/SC_Inventory.cs
  • A /branches/Parsers/Vehicle.cs
  • A /branches/Parsers/Items/Unknown00406678.cs
  • A /trunk/InfServer.Network/Logic/Box.cs
  • A /trunk/InfServer.Network/Network/ClientConn.cs
  • A /trunk/Assets/Cfg/CfgInfo.Level.cs
  • A /trunk/Assets/Lio/LioInfo.cs
  • A /trunk/Assets/Rpg/SkillInfo.cs
  • A /trunk/bin/scripts/Bots/FollowBot/FollowBot.cs
  • A /trunk/Assets/Cfg/CfgInfo.Flag.cs
  • A /trunk/InfServer.Network/Protocol
  • A /trunk/InfServer.Network/Protocol/Ping.cs
  • A /trunk/bin/scripts/GameTypes
  • A /trunk/InfServer/Game/Objects/Arena.cs
  • A /trunk/InfServer/Properties
  • A /trunk/Assets/Cfg
  • A /branches/Parsers/Level/Header.cs
  • A /trunk/InfServer.Network/Network/Client.cs
  • A /branches/Docs/Lio/Hides.txt
  • A /trunk/InfServer/Protocol/Packets/Social
  • A /release/ctf1.cfg
  • A /trunk/Assets/Cfg/CfgInfo.NamedArena.cs
  • A /trunk/Assets/Lio/LioInfo.Text.cs
  • A /branches/Docs/Lio/Switch.txt
  • A /branches/LvlViewer/Program.cs
  • A /trunk/Assets/Cfg/CfgInfo.PublicColors.cs
  • A /trunk/InfServer/Bot/Vector2.cs
  • A /branches/Docs/Lio/Parallax.txt
  • A /branches/Docs/Itm/Vehicle Maker.txt
  • A /trunk/Assets/Cfg/CfgInfo.TeamInfo.cs
  • A /trunk/Assets/Shared/SpriteBlob.cs
  • A /branches/Parsers/Items
  • A /release/server.xml
  • A /branches/Docs/Itm/Skills.txt
  • A /trunk/InfServer/Logic/Lio
  • A /trunk/Assets/Veh/VehInfo.ComputerProduct.cs
  • A /trunk/InfServer/Logic/Packets/Update/Game.cs
  • A /trunk/Assets/Cfg/CfgInfo.QuickSkill.cs
  • A /trunk/InfServer.Network/Network/PacketBase.cs
  • A /release/Twinpeak.lvl
  • A /tags
  • A /trunk/Assets/Shared/SpeedValues.cs

Back