- supermassive buildsystem restructure, includes restructure, types fixes and code...
authorAkiko <akiko@linux-addicted.net>
Tue, 19 May 2015 09:07:56 +0000 (11:07 +0200)
committerAkiko <akiko@linux-addicted.net>
Tue, 19 May 2015 09:07:56 +0000 (11:07 +0200)
commitfb5e6fc2112a8432120447afc796b4e30bd455b4
treebdd6ce78a9f7a524f455aa58eb671ab349302903
parentee53c97c066f17ec36b40e8ed786e15699338a4c
- supermassive buildsystem restructure, includes restructure, types fixes and code reduction (this one compiles nicely
  with gcc 5.1)
576 files changed:
CMakeLists.txt
Docs/ISC Example.txt [moved from docs/ISC Example.txt with 100% similarity]
Docs/ISC ProtDef.txt [moved from docs/ISC ProtDef.txt with 100% similarity]
Docs/NPCs.txt [moved from docs/NPCs.txt with 100% similarity]
Docs/Neocron1.ChatProtocol.pdf [moved from docs/Neocron1.ChatProtocol.pdf with 100% similarity]
Docs/Neocron1.MainProtocol.pdf [moved from docs/Neocron1.MainProtocol.pdf with 100% similarity]
Docs/TinNS.QuickInstallation.pdf [moved from docs/TinNS.QuickInstallation.pdf with 100% similarity]
Docs/current_test_commands.txt [moved from docs/current_test_commands.txt with 100% similarity]
Docs/how_npc_scripts_work.txt [moved from docs/how_npc_scripts_work.txt with 100% similarity]
Docs/itemtypes.txt [moved from docs/itemtypes.txt with 100% similarity]
Docs/subversion_logs_until_first_git_version.txt [moved from docs/subversion_logs_until_first_git_version.txt with 100% similarity]
LICENSE.txt
Scripts/CodeCounter.sh [new file with mode: 0755]
TinNS/CMakeLists.txt [new file with mode: 0644]
TinNS/Source/CMakeLists.txt [new file with mode: 0644]
TinNS/Source/Common/CMakeLists.txt [new file with mode: 0644]
TinNS/Source/Common/Config.cxx [moved from server/src/common/config.cpp with 58% similarity]
TinNS/Source/Common/Config.hxx [moved from server/src/common/config.h with 56% similarity]
TinNS/Source/Common/Console.cxx [moved from server/src/common/console.cpp with 95% similarity]
TinNS/Source/Common/Console.hxx [moved from server/src/common/console.h with 90% similarity]
TinNS/Source/Common/FileSystem.cxx [moved from server/src/common/filesystem.cpp with 95% similarity]
TinNS/Source/Common/FileSystem.hxx [moved from server/src/common/filesystem.h with 91% similarity]
TinNS/Source/Common/Includes.hxx [new file with mode: 0644]
TinNS/Source/Common/Message.cxx [moved from server/src/common/message.cpp with 99% similarity]
TinNS/Source/Common/Message.hxx [new file with mode: 0644]
TinNS/Source/Common/Misc.cxx [moved from server/src/common/misc.cpp with 94% similarity]
TinNS/Source/Common/Misc.hxx [moved from server/src/common/misc.h with 87% similarity]
TinNS/Source/Common/Mutex.hxx [new file with mode: 0644]
TinNS/Source/Common/Netcode.cxx [moved from server/src/common/netcode.cpp with 93% similarity]
TinNS/Source/Common/Netcode.hxx [moved from server/src/common/netcode.h with 98% similarity]
TinNS/Source/Common/RegEx.cxx [moved from server/src/common/regex++.cpp with 97% similarity]
TinNS/Source/Common/RegEx.hxx [new file with mode: 0644]
TinNS/Source/Common/SVNrevision.hxx [new file with mode: 0644]
TinNS/Source/Common/Semaphore.hxx [new file with mode: 0644]
TinNS/Source/Common/Thread.hxx [moved from server/src/include/tinns_thread.h with 55% similarity]
TinNS/Source/Common/Version.hxx [new file with mode: 0644]
TinNS/Source/DevelopmentTools/CMakeLists.txt [moved from server/src/dev-tools/CMakeLists.txt with 100% similarity]
TinNS/Source/DevelopmentTools/cleandepfile.c [moved from server/src/dev-tools/cleandepfile.c with 100% similarity]
TinNS/Source/DevelopmentTools/getsvnrev.cpp [moved from server/src/dev-tools/getsvnrev.cpp with 100% similarity]
TinNS/Source/DevelopmentTools/make-bin-tarball [moved from server/src/dev-tools/make-bin-tarball with 100% similarity]
TinNS/Source/DevelopmentTools/make-src-tarball [moved from server/src/dev-tools/make-src-tarball with 100% similarity]
TinNS/Source/GameServer/Accounts.cxx [moved from server/src/game/accounts.cpp with 60% similarity]
TinNS/Source/GameServer/Accounts.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Appartements.cxx [moved from server/src/game/appartements.cpp with 75% similarity]
TinNS/Source/GameServer/Appartements.hxx [new file with mode: 0644]
TinNS/Source/GameServer/BuddyList.cxx [moved from server/src/game/buddylist.cpp with 66% similarity]
TinNS/Source/GameServer/BuddyList.hxx [new file with mode: 0644]
TinNS/Source/GameServer/CMakeLists.txt [new file with mode: 0644]
TinNS/Source/GameServer/Chars.cxx [moved from server/src/game/chars.cpp with 82% similarity]
TinNS/Source/GameServer/Chars.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Chat.cxx [moved from server/src/game/chat.cpp with 85% similarity]
TinNS/Source/GameServer/Chat.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Client.cxx [moved from server/src/game/client.cpp with 73% similarity]
TinNS/Source/GameServer/Client.hxx [new file with mode: 0644]
TinNS/Source/GameServer/ClientManager.cxx [moved from server/src/game/clientmanager.cpp with 68% similarity]
TinNS/Source/GameServer/ClientManager.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Commands.cxx [moved from server/src/game/commands.cpp with 88% similarity]
TinNS/Source/GameServer/Commands.hxx [moved from server/src/game/include/commands.h with 73% similarity]
TinNS/Source/GameServer/ConfigTemplate.hxx [moved from server/src/game/configtemplate.h with 75% similarity]
TinNS/Source/GameServer/Container.cxx [moved from server/src/game/container.cpp with 79% similarity]
TinNS/Source/GameServer/Container.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/CMakeLists.txt [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/Includes.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/MessageDecoder.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/MessageDecoder.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/Udp0x08.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/Udp0x08.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/Udp0x13.cxx [moved from server/src/game/decoder/udp_0x13.cpp with 72% similarity]
TinNS/Source/GameServer/Decoder/Udp0x13.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/Udp0x1f.cxx [moved from server/src/game/decoder/udp_0x1f.cpp with 71% similarity]
TinNS/Source/GameServer/Decoder/Udp0x1f.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/Udp0x22.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/Udp0x22.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/Udp0x2b.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/Udp0x2b.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpAnalyser.cxx [moved from server/src/game/decoder/udpanalyser.cpp with 60% similarity]
TinNS/Source/GameServer/Decoder/UdpAnalyser.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpAppartment.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpAppartment.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpCharMove.cxx [moved from server/src/game/decoder/udp_charmove.cpp with 83% similarity]
TinNS/Source/GameServer/Decoder/UdpCharMove.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpChat.cxx [moved from server/src/game/decoder/udp_chat.cpp with 79% similarity]
TinNS/Source/GameServer/Decoder/UdpChat.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpDeathRespawn.cxx [moved from server/src/game/decoder/udp_deathrespawn.cpp with 53% similarity]
TinNS/Source/GameServer/Decoder/UdpDeathRespawn.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpEntityPositionRequest.cxx [moved from server/src/game/decoder/udp_entityposreq.cpp with 61% similarity]
TinNS/Source/GameServer/Decoder/UdpEntityPositionRequest.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpHack.cxx [moved from server/src/game/decoder/udp_hack.cpp with 72% similarity]
TinNS/Source/GameServer/Decoder/UdpHack.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpHeldItemAction.cxx [moved from server/src/game/decoder/udp_helditemaction.cpp with 83% similarity]
TinNS/Source/GameServer/Decoder/UdpHeldItemAction.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpItemManualReload.cxx [moved from server/src/game/decoder/udp_itemmanualreload.cpp with 60% similarity]
TinNS/Source/GameServer/Decoder/UdpItemManualReload.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpItemMove.cxx [moved from server/src/game/decoder/udp_itemmove.cpp with 82% similarity]
TinNS/Source/GameServer/Decoder/UdpItemMove.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpItemUse.cxx [moved from server/src/game/decoder/udp_itemuse.cpp with 56% similarity]
TinNS/Source/GameServer/Decoder/UdpItemUse.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpKillSelf.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpKillSelf.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpMultiPart.cxx [moved from server/src/game/decoder/udp_multipart.cpp with 54% similarity]
TinNS/Source/GameServer/Decoder/UdpMultiPart.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpNpcDialog.cxx [moved from server/src/game/decoder/udp_npcdialog.cpp with 79% similarity]
TinNS/Source/GameServer/Decoder/UdpNpcDialog.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpOOO.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpOOO.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpOutfitter.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpOutfitter.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpPacket0.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpPacket0.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpPing.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpPing.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpPopupResponse.cxx [moved from server/src/game/decoder/udp_popupresponse.cpp with 72% similarity]
TinNS/Source/GameServer/Decoder/UdpPopupResponse.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpPvpTrade.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpPvpTrade.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpQuickAccessBelt.cxx [moved from server/src/game/decoder/udp_quickaccessbelt.cpp with 74% similarity]
TinNS/Source/GameServer/Decoder/UdpQuickAccessBelt.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpRequestInfo.cxx [moved from server/src/game/decoder/udp_reqinfo.cpp with 84% similarity]
TinNS/Source/GameServer/Decoder/UdpRequestInfo.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpSubSkill.cxx [moved from server/src/game/decoder/udp_subskill.cpp with 60% similarity]
TinNS/Source/GameServer/Decoder/UdpSubSkill.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpSync.cxx [moved from server/src/game/decoder/udp_sync.cpp with 75% similarity]
TinNS/Source/GameServer/Decoder/UdpSync.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpTerminal.cxx [moved from server/src/game/decoder/udp_terminal.cpp with 81% similarity]
TinNS/Source/GameServer/Decoder/UdpTerminal.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpUseObject.cxx [moved from server/src/game/decoder/udp_useobject.cpp with 89% similarity]
TinNS/Source/GameServer/Decoder/UdpUseObject.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpVehicle.cxx [moved from server/src/game/decoder/udp_vhc.cpp with 82% similarity]
TinNS/Source/GameServer/Decoder/UdpVehicle.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpWorldIdInfo.cxx [moved from server/src/game/decoder/udp_worldIDinfo.cpp with 60% similarity]
TinNS/Source/GameServer/Decoder/UdpWorldIdInfo.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Decoder/UdpZoning.cxx [moved from server/src/game/decoder/udp_zoning.cpp with 79% similarity]
TinNS/Source/GameServer/Decoder/UdpZoning.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/ActionMod.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/ActionMod.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Ammo.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Ammo.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/AppartementPlaces.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/AppartementPlaces.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Appartements.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Appartements.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/BluePrintPieces.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/BluePrintPieces.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/CMakeLists.txt [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/CharacterActions.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/CharacterActions.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/CharacterKinds.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/CharacterKinds.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Characters.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Characters.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Damage.cxx [moved from server/src/game/def/def_damage.cpp with 62% similarity]
TinNS/Source/GameServer/Definitions/Damage.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Definition.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Definition.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Drugs.cxx [moved from server/src/game/def/def_drugs.cpp with 54% similarity]
TinNS/Source/GameServer/Definitions/Drugs.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Factions.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Factions.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/GameDefinitions.cxx [moved from server/src/game/def/gamedefs.cpp with 63% similarity]
TinNS/Source/GameServer/Definitions/GameDefinitions.hxx [moved from server/src/game/include/gamedefs.h with 79% similarity]
TinNS/Source/GameServer/Definitions/Hack.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Hack.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Implants.cxx [moved from server/src/game/def/def_implants.cpp with 52% similarity]
TinNS/Source/GameServer/Definitions/Implants.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Includes.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/ItemContainer.cxx [moved from server/src/game/def/def_itemcontainer.cpp with 62% similarity]
TinNS/Source/GameServer/Definitions/ItemContainer.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/ItemMod.cxx [moved from server/src/game/def/def_itemmod.cpp with 56% similarity]
TinNS/Source/GameServer/Definitions/ItemMod.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/ItemRes.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/ItemRes.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Items.cxx [moved from server/src/game/def/def_items.cpp with 78% similarity]
TinNS/Source/GameServer/Definitions/Items.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Map.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Mission.cxx [moved from server/src/game/def/def_mission.cpp with 55% similarity]
TinNS/Source/GameServer/Definitions/Mission.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Npc.cxx [moved from server/src/game/def/def_npc.cpp with 57% similarity]
TinNS/Source/GameServer/Definitions/Npc.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/NpcArmor.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/NpcArmor.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/NpcGroupSpawn.cxx [moved from server/src/game/def/def_npcgroupspawn.cpp with 62% similarity]
TinNS/Source/GameServer/Definitions/NpcGroupSpawn.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Outposts.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Outposts.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Parser.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Parser.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Recycles.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Recycles.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Respawn.cxx [moved from server/src/game/def/def_respawn.cpp with 50% similarity]
TinNS/Source/GameServer/Definitions/Respawn.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Scripts.cxx [moved from server/src/game/def/def_scripts.cpp with 74% similarity]
TinNS/Source/GameServer/Definitions/Scripts.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Shots.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Shots.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Skills.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Skills.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/SubSkills.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/SubSkills.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Trader.cxx [moved from server/src/game/def/def_trader.cpp with 59% similarity]
TinNS/Source/GameServer/Definitions/Trader.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/VehicleSits.cxx [moved from server/src/game/def/def_vehiclesits.cpp with 51% similarity]
TinNS/Source/GameServer/Definitions/VehicleSits.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Vehicles.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Vehicles.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Weapons.cxx [moved from server/src/game/def/def_weapons.cpp with 78% similarity]
TinNS/Source/GameServer/Definitions/Weapons.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Weather.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Weather.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/WorldDatParser.cxx [moved from server/src/game/def/world_datparser.cpp with 79% similarity]
TinNS/Source/GameServer/Definitions/WorldDatParser.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/WorldDatStruct.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/WorldFile.cxx [moved from server/src/game/def/def_worldfile.cpp with 50% similarity]
TinNS/Source/GameServer/Definitions/WorldFile.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/WorldModels.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/WorldModels.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Definitions/Worlds.cxx [moved from server/src/game/def/def_worlds.cpp with 56% similarity]
TinNS/Source/GameServer/Definitions/Worlds.hxx [new file with mode: 0644]
TinNS/Source/GameServer/DoorTemplate.cxx [new file with mode: 0644]
TinNS/Source/GameServer/DoorTemplate.hxx [new file with mode: 0644]
TinNS/Source/GameServer/FurnitureTemplate.cxx [new file with mode: 0644]
TinNS/Source/GameServer/FurnitureTemplate.hxx [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/Ban.cxx [moved from server/src/game/gamecommands/ban.cpp with 66% similarity]
TinNS/Source/GameServer/GameCommands/Brightness.cxx [moved from server/src/game/gamecommands/brightness.cpp with 50% similarity]
TinNS/Source/GameServer/GameCommands/Broadcast.cxx [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/CMakeLists.txt [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/Color.cxx [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/Debug.cxx [moved from server/src/game/gamecommands/debug.cpp with 64% similarity]
TinNS/Source/GameServer/GameCommands/Effect.cxx [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/GiveMoney.cxx [moved from server/src/game/gamecommands/givemoney.cpp with 62% similarity]
TinNS/Source/GameServer/GameCommands/H.cxx [moved from server/src/game/gamecommands/h.cpp with 59% similarity]
TinNS/Source/GameServer/GameCommands/Info.cxx [moved from server/src/game/gamecommands/info.cpp with 78% similarity]
TinNS/Source/GameServer/GameCommands/Jail.cxx [moved from server/src/game/gamecommands/jail.cpp with 68% similarity]
TinNS/Source/GameServer/GameCommands/Kick.cxx [moved from server/src/game/gamecommands/kick.cpp with 67% similarity]
TinNS/Source/GameServer/GameCommands/ListBans.cxx [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/Npc.cxx [moved from server/src/game/gamecommands/npc.cpp with 89% similarity]
TinNS/Source/GameServer/GameCommands/NpcShop.cxx [moved from server/src/game/gamecommands/npc_shop.cpp with 89% similarity]
TinNS/Source/GameServer/GameCommands/Online.cxx [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/README [moved from server/src/game/gamecommands/README with 100% similarity]
TinNS/Source/GameServer/GameCommands/RawF.cxx [moved from server/src/game/gamecommands/rawf.cpp with 69% similarity]
TinNS/Source/GameServer/GameCommands/Recall.cxx [moved from server/src/game/gamecommands/recall.cpp with 71% similarity]
TinNS/Source/GameServer/GameCommands/Remove.cxx [moved from server/src/game/gamecommands/remove.cpp with 61% similarity]
TinNS/Source/GameServer/GameCommands/SetLevel.cxx [moved from server/src/game/gamecommands/setlevel.cpp with 64% similarity]
TinNS/Source/GameServer/GameCommands/SetMainSkill.cxx [moved from server/src/game/gamecommands/setmainskill.cpp with 71% similarity]
TinNS/Source/GameServer/GameCommands/SetSubSkill.cxx [moved from server/src/game/gamecommands/setsubskill.cpp with 67% similarity]
TinNS/Source/GameServer/GameCommands/SetTime.cxx [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/Shun.cxx [moved from server/src/game/gamecommands/shun.cpp with 61% similarity]
TinNS/Source/GameServer/GameCommands/Skin.cxx [moved from server/src/game/gamecommands/skin.cpp with 74% similarity]
TinNS/Source/GameServer/GameCommands/SpawnActor.cxx [moved from server/src/game/gamecommands/spawnactor.cpp with 64% similarity]
TinNS/Source/GameServer/GameCommands/Speed.cxx [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/T.cxx [moved from server/src/game/gamecommands/t.cpp with 60% similarity]
TinNS/Source/GameServer/GameCommands/TakeMoney.cxx [moved from server/src/game/gamecommands/takemoney.cpp with 65% similarity]
TinNS/Source/GameServer/GameCommands/Teleport.cxx [moved from server/src/game/gamecommands/teleport.cpp with 72% similarity]
TinNS/Source/GameServer/GameCommands/Test.cxx [moved from server/src/game/gamecommands/test.cpp with 57% similarity]
TinNS/Source/GameServer/GameCommands/UnBan.cxx [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/UnJail.cxx [moved from server/src/game/gamecommands/unjail.cpp with 68% similarity]
TinNS/Source/GameServer/GameCommands/UnShun.cxx [moved from server/src/game/gamecommands/unshun.cpp with 61% similarity]
TinNS/Source/GameServer/GameCommands/Uptime.cxx [moved from server/src/game/gamecommands/uptime.cpp with 72% similarity]
TinNS/Source/GameServer/GameCommands/V.cxx [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/Version.cxx [new file with mode: 0644]
TinNS/Source/GameServer/GameCommands/Warp.cxx [moved from server/src/game/gamecommands/warp.cpp with 63% similarity]
TinNS/Source/GameServer/GameCommands/WarpTo.cxx [moved from server/src/game/gamecommands/warpto.cpp with 69% similarity]
TinNS/Source/GameServer/GameCommands/Weather.cxx [moved from server/src/game/gamecommands/weather.cpp with 57% similarity]
TinNS/Source/GameServer/GameScript.cxx [moved from server/src/game/gamescript.cpp.inhib with 59% similarity]
TinNS/Source/GameServer/GameScript.hxx [new file with mode: 0644]
TinNS/Source/GameServer/GameServer.cxx [moved from server/src/game/gameserver.cpp with 73% similarity]
TinNS/Source/GameServer/GameServer.hxx [moved from server/src/game/include/gameserver.h with 55% similarity]
TinNS/Source/GameServer/GenrepList.cxx [moved from server/src/game/genreplist.cpp with 70% similarity]
TinNS/Source/GameServer/GenrepList.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Includes.cxx [moved from server/src/game/globals.cpp with 70% similarity]
TinNS/Source/GameServer/Includes.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Inventory.cxx [moved from server/src/game/inventory.cpp with 62% similarity]
TinNS/Source/GameServer/Inventory.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Isc.cxx [moved from server/src/game/isc.cpp with 71% similarity]
TinNS/Source/GameServer/Isc.hxx [moved from server/src/game/include/isc.h with 53% similarity]
TinNS/Source/GameServer/Item.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Item.hxx [new file with mode: 0644]
TinNS/Source/GameServer/LuaEngine.cxx [moved from server/src/game/lua_engine.cpp with 90% similarity]
TinNS/Source/GameServer/LuaEngine.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Main.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Main.hxx [new file with mode: 0644]
TinNS/Source/GameServer/MessageBuilder.cxx [new file with mode: 0644]
TinNS/Source/GameServer/MessageBuilder.hxx [new file with mode: 0644]
TinNS/Source/GameServer/MultiPart.cxx [moved from server/src/game/multipart.cpp with 82% similarity]
TinNS/Source/GameServer/MultiPart.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Npc.cxx [moved from server/src/game/npc.cpp with 91% similarity]
TinNS/Source/GameServer/Npc.hxx [moved from server/src/game/include/npc.h with 59% similarity]
TinNS/Source/GameServer/NpcAi.cxx [moved from server/src/game/npc_ai.cpp with 92% similarity]
TinNS/Source/GameServer/NpcConversation.cxx [moved from server/src/game/npc_conversation.cpp with 82% similarity]
TinNS/Source/GameServer/NpcTemplate.cxx [new file with mode: 0644]
TinNS/Source/GameServer/NpcTemplate.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Outpost.cxx [moved from server/src/game/outpost.cpp with 69% similarity]
TinNS/Source/GameServer/Outpost.hxx [new file with mode: 0644]
TinNS/Source/GameServer/RemoteConsole.cxx [new file with mode: 0644]
TinNS/Source/GameServer/RemoteConsole.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Server.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Server.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Skill.cxx [moved from server/src/game/skill.cpp with 91% similarity]
TinNS/Source/GameServer/Skill.hxx [moved from server/src/game/include/skill.h with 63% similarity]
TinNS/Source/GameServer/Sql.cxx [moved from server/src/game/sql.cpp with 78% similarity]
TinNS/Source/GameServer/Sql.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Subway.cxx [moved from server/src/game/subway.cpp with 61% similarity]
TinNS/Source/GameServer/Subway.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Terminal.cxx [moved from server/src/game/terminal.cpp with 50% similarity]
TinNS/Source/GameServer/Terminal.hxx [new file with mode: 0644]
TinNS/Source/GameServer/TerminalQueryDatabase.cxx [moved from server/src/game/terminal_querydb.cpp with 81% similarity]
TinNS/Source/GameServer/TerminalReceiveDatabase.cxx [moved from server/src/game/terminal_receivedb.cpp with 95% similarity]
TinNS/Source/GameServer/TerminalTryAccess.cxx [moved from server/src/game/terminal_tryaccess.cpp with 90% similarity]
TinNS/Source/GameServer/TerminalUpdateDatabase.cxx [moved from server/src/game/terminal_updatedb.cpp with 92% similarity]
TinNS/Source/GameServer/Vehicle.cxx [moved from server/src/game/vehicle.cpp with 69% similarity]
TinNS/Source/GameServer/Vehicle.hxx [new file with mode: 0644]
TinNS/Source/GameServer/VehicleAccessRequest.cxx [moved from server/src/game/vhcaccessrequest.cpp with 65% similarity]
TinNS/Source/GameServer/VehicleAccessRequest.hxx [new file with mode: 0644]
TinNS/Source/GameServer/WorldActors.cxx [moved from server/src/game/worldactors.cpp with 79% similarity]
TinNS/Source/GameServer/WorldActors.hxx [moved from server/src/game/include/worldactors.h with 56% similarity]
TinNS/Source/GameServer/WorldDataTemplate.cxx [moved from server/src/game/worlddatatemplate.cpp with 78% similarity]
TinNS/Source/GameServer/WorldDataTemplate.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Worlds.cxx [moved from server/src/game/worlds.cpp with 84% similarity]
TinNS/Source/GameServer/Worlds.hxx [new file with mode: 0644]
TinNS/Source/GameServer/Zoning.cxx [new file with mode: 0644]
TinNS/Source/GameServer/Zoning.hxx [new file with mode: 0644]
TinNS/Source/InfoServer/Accounts.cxx [moved from server/src/info/accounts.cpp with 56% similarity]
TinNS/Source/InfoServer/Accounts.hxx [new file with mode: 0644]
TinNS/Source/InfoServer/CMakeLists.txt [new file with mode: 0644]
TinNS/Source/InfoServer/Client.cxx [new file with mode: 0644]
TinNS/Source/InfoServer/Client.hxx [new file with mode: 0644]
TinNS/Source/InfoServer/ConfigTemplate.hxx [moved from server/src/info/configtemplate.h with 53% similarity]
TinNS/Source/InfoServer/Includes.cxx [moved from server/src/info/globals.cpp with 54% similarity]
TinNS/Source/InfoServer/Includes.hxx [new file with mode: 0644]
TinNS/Source/InfoServer/InfoServer.cxx [new file with mode: 0644]
TinNS/Source/InfoServer/InfoServer.hxx [new file with mode: 0644]
TinNS/Source/InfoServer/Main.cxx [new file with mode: 0644]
TinNS/Source/InfoServer/Server.cxx [new file with mode: 0644]
TinNS/Source/InfoServer/Server.hxx [new file with mode: 0644]
TinNS/Source/InfoServer/Sql.cxx [moved from server/src/info/sql.cpp with 59% similarity]
TinNS/Source/InfoServer/Sql.hxx [new file with mode: 0644]
TinNS/Source/PatchServer/CMakeLists.txt [new file with mode: 0644]
TinNS/Source/PatchServer/Client.cxx [new file with mode: 0644]
TinNS/Source/PatchServer/Client.hxx [new file with mode: 0644]
TinNS/Source/PatchServer/ConfigTemplate.hxx [new file with mode: 0644]
TinNS/Source/PatchServer/Includes.cxx [new file with mode: 0644]
TinNS/Source/PatchServer/Includes.hxx [new file with mode: 0644]
TinNS/Source/PatchServer/Main.cxx [new file with mode: 0644]
TinNS/Source/PatchServer/PatchServer.cxx [moved from server/src/patch/patchserver.cpp with 65% similarity]
TinNS/Source/PatchServer/PatchServer.hxx [new file with mode: 0644]
TinNS/Source/PatchServer/Server.cxx [new file with mode: 0644]
TinNS/Source/PatchServer/Server.hxx [new file with mode: 0644]
TinNS/conf/commands.conf [moved from server/conf/commands.conf with 100% similarity]
TinNS/conf/gameserver.conf [moved from server/conf/gameserver.conf with 100% similarity]
TinNS/conf/global.conf [moved from server/conf/global.conf with 100% similarity]
TinNS/conf/infoserver.conf [moved from server/conf/infoserver.conf with 100% similarity]
TinNS/conf/patchserver.conf [moved from server/conf/patchserver.conf with 100% similarity]
TinNS/data/scripts/lua/zippy.lua [moved from server/data/scripts/lua/zippy.lua with 100% similarity]
TinNS/database/DB_v8/DB_v8_patch001.sql [moved from server/database/DB_v8/DB_v8_patch001.sql with 100% similarity]
TinNS/database/DB_v8/TinNS_GameDB_rev8_BaseData.sql [moved from server/database/DB_v8/TinNS_GameDB_rev8_BaseData.sql with 100% similarity]
TinNS/database/DB_v8/changes.txt [moved from server/database/DB_v8/changes.txt with 100% similarity]
TinNS/database/DB_v8/patch_gamedb_rev7_to_rev8.sql [moved from server/database/DB_v8/patch_gamedb_rev7_to_rev8.sql with 100% similarity]
TinNS/database/DB_v8/readme.txt [moved from server/database/DB_v8/readme.txt with 100% similarity]
TinNS/database/DB_v8/unified_game_DB_rev8.sql [moved from server/database/DB_v8/unified_game_DB_rev8.sql with 100% similarity]
TinNS/database/DB_v8/unified_infoDB_rev8.sql [moved from server/database/DB_v8/unified_infoDB_rev8.sql with 100% similarity]
TinNS/database/GameDB.sql [moved from server/database/GameDB.sql with 100% similarity]
TinNS/database/GameDB_migration_rev107-rev108.sql [moved from server/database/GameDB_migration_rev107-rev108.sql with 100% similarity]
TinNS/database/GameDB_migration_rev81-rev82.sql [moved from server/database/GameDB_migration_rev81-rev82.sql with 100% similarity]
TinNS/database/GameDB_patch_rev133-rev134.sql [moved from server/database/GameDB_patch_rev133-rev134.sql with 100% similarity]
TinNS/database/GameDB_patch_rev134-rev140.sql [moved from server/database/GameDB_patch_rev134-rev140.sql with 100% similarity]
TinNS/database/InfoDB.sql [moved from server/database/InfoDB.sql with 100% similarity]
TinNS/database/infoDB.s3db [moved from server/database/infoDB.s3db with 100% similarity]
TinNS/init.d/tinns [moved from server/init.d/tinns with 100% similarity]
Tools/CMakeLists.txt [new file with mode: 0644]
Tools/PakDecompress/CMakeLists.txt [new file with mode: 0644]
Tools/PakDecompress/PakDecompress.cxx [new file with mode: 0644]
Tools/VFSviewer/CMakeLists.txt [new file with mode: 0644]
Tools/VFSviewer/VfsViewer.c [new file with mode: 0644]
cmake_distclean.sh
server/CMakeLists.txt [deleted file]
server/src/CMakeLists.txt [deleted file]
server/src/common/CMakeLists.txt [deleted file]
server/src/common/message.h [deleted file]
server/src/common/regex++.h [deleted file]
server/src/game/CMakeLists.txt [deleted file]
server/src/game/decoder/main.h [deleted file]
server/src/game/decoder/msgdecoder.cpp [deleted file]
server/src/game/decoder/udp_0x08.cpp [deleted file]
server/src/game/decoder/udp_0x08.h [deleted file]
server/src/game/decoder/udp_0x13.h [deleted file]
server/src/game/decoder/udp_0x1f.h [deleted file]
server/src/game/decoder/udp_0x22.cpp [deleted file]
server/src/game/decoder/udp_0x22.h [deleted file]
server/src/game/decoder/udp_0x2b.cpp [deleted file]
server/src/game/decoder/udp_0x2b.h [deleted file]
server/src/game/decoder/udp_OOO.cpp [deleted file]
server/src/game/decoder/udp_OOO.h [deleted file]
server/src/game/decoder/udp_appartment.cpp [deleted file]
server/src/game/decoder/udp_appartment.h [deleted file]
server/src/game/decoder/udp_charmove.h [deleted file]
server/src/game/decoder/udp_chat.h [deleted file]
server/src/game/decoder/udp_deathrespawn.h [deleted file]
server/src/game/decoder/udp_entityposreq.h [deleted file]
server/src/game/decoder/udp_hack.h [deleted file]
server/src/game/decoder/udp_helditemaction.h [deleted file]
server/src/game/decoder/udp_itemmanualreload.h [deleted file]
server/src/game/decoder/udp_itemmove.h [deleted file]
server/src/game/decoder/udp_itemuse.h [deleted file]
server/src/game/decoder/udp_killself.cpp [deleted file]
server/src/game/decoder/udp_killself.h [deleted file]
server/src/game/decoder/udp_multipart.h [deleted file]
server/src/game/decoder/udp_npcdialog.h [deleted file]
server/src/game/decoder/udp_outfitter.cpp [deleted file]
server/src/game/decoder/udp_outfitter.h [deleted file]
server/src/game/decoder/udp_packet0.cpp [deleted file]
server/src/game/decoder/udp_packet0.h [deleted file]
server/src/game/decoder/udp_ping.cpp [deleted file]
server/src/game/decoder/udp_ping.h [deleted file]
server/src/game/decoder/udp_popupresponse.h [deleted file]
server/src/game/decoder/udp_pvptrade.cpp [deleted file]
server/src/game/decoder/udp_pvptrade.h [deleted file]
server/src/game/decoder/udp_quickaccessbelt.h [deleted file]
server/src/game/decoder/udp_reqinfo.h [deleted file]
server/src/game/decoder/udp_subskill.h [deleted file]
server/src/game/decoder/udp_sync.h [deleted file]
server/src/game/decoder/udp_terminal.h [deleted file]
server/src/game/decoder/udp_useobject.h [deleted file]
server/src/game/decoder/udp_vhc.h [deleted file]
server/src/game/decoder/udp_worldIDinfo.h [deleted file]
server/src/game/decoder/udp_zoning.h [deleted file]
server/src/game/decoder/udpanalyser.h [deleted file]
server/src/game/def/def_actionmod.cpp [deleted file]
server/src/game/def/def_ammo.cpp [deleted file]
server/src/game/def/def_appartements.cpp [deleted file]
server/src/game/def/def_appplaces.cpp [deleted file]
server/src/game/def/def_blueprintpieces.cpp [deleted file]
server/src/game/def/def_characters.cpp [deleted file]
server/src/game/def/def_charaction.cpp [deleted file]
server/src/game/def/def_charkinds.cpp [deleted file]
server/src/game/def/def_factions.cpp [deleted file]
server/src/game/def/def_hack.cpp [deleted file]
server/src/game/def/def_itemres.cpp [deleted file]
server/src/game/def/def_npcarmor.cpp [deleted file]
server/src/game/def/def_outposts.cpp [deleted file]
server/src/game/def/def_recycles.cpp [deleted file]
server/src/game/def/def_shots.cpp [deleted file]
server/src/game/def/def_skills.cpp [deleted file]
server/src/game/def/def_subskills.cpp [deleted file]
server/src/game/def/def_vehicles.cpp [deleted file]
server/src/game/def/def_weather.cpp [deleted file]
server/src/game/def/def_worldmodels.cpp [deleted file]
server/src/game/def/defparser.cpp [deleted file]
server/src/game/def/main.h [deleted file]
server/src/game/def/world_datstruct.h [deleted file]
server/src/game/doortemplate.cpp [deleted file]
server/src/game/furnituretemplate.cpp [deleted file]
server/src/game/gamecommands/broadcast.cpp [deleted file]
server/src/game/gamecommands/color.cpp [deleted file]
server/src/game/gamecommands/effect.cpp [deleted file]
server/src/game/gamecommands/listbans.cpp [deleted file]
server/src/game/gamecommands/main.h [deleted file]
server/src/game/gamecommands/online.cpp [deleted file]
server/src/game/gamecommands/settime.cpp [deleted file]
server/src/game/gamecommands/speed.cpp [deleted file]
server/src/game/gamecommands/unban.cpp [deleted file]
server/src/game/gamecommands/v.cpp [deleted file]
server/src/game/gamecommands/version.cpp [deleted file]
server/src/game/include/accounts.h [deleted file]
server/src/game/include/appartements.h [deleted file]
server/src/game/include/buddylist.h [deleted file]
server/src/game/include/chars.h [deleted file]
server/src/game/include/chat.h [deleted file]
server/src/game/include/client.h [deleted file]
server/src/game/include/clientmanager.h [deleted file]
server/src/game/include/container.h [deleted file]
server/src/game/include/def.h [deleted file]
server/src/game/include/def_actionmod.h [deleted file]
server/src/game/include/def_ammo.h [deleted file]
server/src/game/include/def_appartements.h [deleted file]
server/src/game/include/def_appplaces.h [deleted file]
server/src/game/include/def_blueprintpieces.h [deleted file]
server/src/game/include/def_characters.h [deleted file]
server/src/game/include/def_charaction.h [deleted file]
server/src/game/include/def_charkinds.h [deleted file]
server/src/game/include/def_damage.h [deleted file]
server/src/game/include/def_drugs.h [deleted file]
server/src/game/include/def_factions.h [deleted file]
server/src/game/include/def_hack.h [deleted file]
server/src/game/include/def_implants.h [deleted file]
server/src/game/include/def_itemcontainer.h [deleted file]
server/src/game/include/def_itemmod.h [deleted file]
server/src/game/include/def_itemres.h [deleted file]
server/src/game/include/def_items.h [deleted file]
server/src/game/include/def_mission.h [deleted file]
server/src/game/include/def_npc.h [deleted file]
server/src/game/include/def_npcarmor.h [deleted file]
server/src/game/include/def_npcgroupspawn.h [deleted file]
server/src/game/include/def_outposts.h [deleted file]
server/src/game/include/def_recycles.h [deleted file]
server/src/game/include/def_respawn.h [deleted file]
server/src/game/include/def_scripts.h [deleted file]
server/src/game/include/def_shots.h [deleted file]
server/src/game/include/def_skills.h [deleted file]
server/src/game/include/def_subskills.h [deleted file]
server/src/game/include/def_trader.h [deleted file]
server/src/game/include/def_vehicles.h [deleted file]
server/src/game/include/def_vehiclesits.h [deleted file]
server/src/game/include/def_weapons.h [deleted file]
server/src/game/include/def_weather.h [deleted file]
server/src/game/include/def_worldfile.h [deleted file]
server/src/game/include/def_worldmodels.h [deleted file]
server/src/game/include/def_worlds.h [deleted file]
server/src/game/include/defmap.h [deleted file]
server/src/game/include/defparser.h [deleted file]
server/src/game/include/defs.h [deleted file]
server/src/game/include/doortemplate.h [deleted file]
server/src/game/include/furnituretemplate.h [deleted file]
server/src/game/include/gamescript.h [deleted file]
server/src/game/include/genreplist.h [deleted file]
server/src/game/include/globals.h [deleted file]
server/src/game/include/inventory.h [deleted file]
server/src/game/include/item.h [deleted file]
server/src/game/include/lua_engine.h [deleted file]
server/src/game/include/msgbuilder.h [deleted file]
server/src/game/include/msgdecoder.h [deleted file]
server/src/game/include/multipart.h [deleted file]
server/src/game/include/npctemplate.h [deleted file]
server/src/game/include/outpost.h [deleted file]
server/src/game/include/rconsole.h [deleted file]
server/src/game/include/server.h [deleted file]
server/src/game/include/sql.h [deleted file]
server/src/game/include/subway.h [deleted file]
server/src/game/include/terminal.h [deleted file]
server/src/game/include/vehicle.h [deleted file]
server/src/game/include/vhcaccessrequest.h [deleted file]
server/src/game/include/world_datparser.h [deleted file]
server/src/game/include/worlddatatemplate.h [deleted file]
server/src/game/include/worlds.h [deleted file]
server/src/game/include/zoning.h [deleted file]
server/src/game/item.cpp [deleted file]
server/src/game/main.cpp [deleted file]
server/src/game/main.h [deleted file]
server/src/game/msgbuilder.cpp [deleted file]
server/src/game/npctemplate.cpp [deleted file]
server/src/game/rconsole.cpp.inhib [deleted file]
server/src/game/server.cpp [deleted file]
server/src/game/zoning.cpp [deleted file]
server/src/include/external.h [deleted file]
server/src/include/svnrevision.h [deleted file]
server/src/include/tinns_mutex.h [deleted file]
server/src/include/tinns_semaphore.h [deleted file]
server/src/include/types.h [deleted file]
server/src/include/version.h [deleted file]
server/src/info/CMakeLists.txt [deleted file]
server/src/info/accounts.h [deleted file]
server/src/info/client.cpp [deleted file]
server/src/info/client.h [deleted file]
server/src/info/globals.h [deleted file]
server/src/info/infoserver.cpp [deleted file]
server/src/info/infoserver.h [deleted file]
server/src/info/main.cpp [deleted file]
server/src/info/main.h [deleted file]
server/src/info/server.cpp [deleted file]
server/src/info/server.h [deleted file]
server/src/info/sql.h [deleted file]
server/src/patch/CMakeLists.txt [deleted file]
server/src/patch/client.cpp [deleted file]
server/src/patch/client.h [deleted file]
server/src/patch/configtemplate.h [deleted file]
server/src/patch/globals.cpp [deleted file]
server/src/patch/globals.h [deleted file]
server/src/patch/main.cpp [deleted file]
server/src/patch/main.h [deleted file]
server/src/patch/patchserver.h [deleted file]
server/src/patch/server.cpp [deleted file]
server/src/patch/server.h [deleted file]
tools/CMakeLists.txt [deleted file]
tools/pak_decompress/CMakeLists.txt [deleted file]
tools/pak_decompress/pak_decompress.cpp [deleted file]
tools/pak_decompress/pak_decompress.jar [deleted file]
tools/vfs_viewer/CMakeLists.txt [deleted file]
tools/vfs_viewer/vfs_viewer.c [deleted file]