Commit 73948e1
- Database/Dynamic.sql-13
- Database/Oficial/chrStatic.sql-98
- Database/Server/01-character.sql+11.1k-19
- Database/Server/02-corporations.sql+8-8
- Database/Server/04-entity.sql+8-1
- Database/Server/07-mktTransactions.sql+1-1
- Database/Server/17-crpRoles.sql+56-56
- Database/Server/18-crpTitles.sql+19-17
- Database/Server/38-mktWallet.sql+6
- Database/Server/39-mktKeyMap.sql+30
- Database/Server/40-crpShares.sql+13
- Database/Static.sql-16
- Server/ClusterController/ClientConnection.cs+4
- Server/ClusterController/Database/GeneralDB.cs+13-1
- Server/Common/Database/DatabaseConnection.cs+2
- Server/Node/Agents/AgentManager.cs+6
- Server/Node/Database/AgentDB.cs+35
- Server/Node/Database/CharacterDB.cs+244-9
- Server/Node/Database/ConfigDB.cs+15-1
- Server/Node/Database/CorporationDB.cs+244-6
- Server/Node/Database/ItemDB.cs+8-7
- Server/Node/Database/MarketDB.cs+7-1
- Server/Node/Database/MessagesDB.cs+4-3
- Server/Node/Database/StandingDB.cs+3-3
- Server/Node/Database/TutorialsDB.cs+85
- Server/Node/Database/WalletDB.cs+76-20
- Server/Node/Exceptions/corpRegistry/CEOCannotCreateCorporation.cs+12
- Server/Node/Exceptions/corpRegistry/CanOnlyCreateCorpInStation.cs+12
- Server/Node/Exceptions/corpRegistry/CorpNameInvalidBannedWord.cs+12
- Server/Node/Exceptions/corpRegistry/CorpNameInvalidMaxLength.cs+12
- Server/Node/Exceptions/corpRegistry/CorpNameInvalidMinLength.cs+12
- Server/Node/Exceptions/corpRegistry/CorpNameInvalidTaken.cs+12
- Server/Node/Exceptions/corpRegistry/CorpTickerNameInvalid.cs+12
- Server/Node/Exceptions/corpRegistry/CorpTickerNameInvalidTaken.cs+12
- Server/Node/Exceptions/corpRegistry/CrpAccessDenied.cs+12
- Server/Node/Exceptions/corpRegistry/NotEnoughShares.cs+12
- Server/Node/Exceptions/corpRegistry/OnlyCEOCanPayoutDividends.cs+12
- Server/Node/Exceptions/corpRegistry/PlayerCantCreateCorporation.cs+12
- Server/Node/Inventory/ItemFactory.cs+4-2
- Server/Node/Inventory/Items/Types/Character.cs+31-13
- Server/Node/Inventory/Items/Types/Corporation.cs+34-51
- Server/Node/Market/Wallet.cs+6-6
- Server/Node/Market/WalletManager.cs+72-3
- Server/Node/Network/Client.cs+6
- Server/Node/Network/MachoNet.cs+1-1
- Server/Node/Network/NotificationManager.cs+1-1
- Server/Node/Notifications/Client/Corporations/OnCorporationChanged.cs+41
- Server/Node/Notifications/Client/Corporations/OnShareChange.cs+57
- Server/Node/Program.cs+4
- Server/Node/Services/Account/account.cs+100-7
- Server/Node/Services/Account/userSvc.cs+5
- Server/Node/Services/BoundService.cs+2-2
- Server/Node/Services/Characters/agentMgr.cs+38-3
- Server/Node/Services/Characters/character.cs+26-2
- Server/Node/Services/Config/config.cs+5
- Server/Node/Services/Corporations/corpRegistry.cs+446-4
- Server/Node/Services/Inventory/insuranceSvc.cs+5-5
- Server/Node/Services/Market/marketProxy.cs+52-14
- Server/Node/Services/Network/slash.cs+2-2
- Server/Node/Services/ServiceManager.cs+4-1
- Server/Node/Services/Stations/corpStationMgr.cs+2-2
- Server/Node/Services/Stations/repairSvc.cs+3-3
- Server/Node/Services/Stations/reprocessingSvc.cs+3-3
- Server/Node/Services/Tutorial/petitioner.cs+20
- Server/Node/Services/Tutorial/tutorialSvc.cs+90-1
- Server/Node/Services/War/facWarMgr.cs+5
- Server/Node/Services/War/standing2.cs+16-4
- Server/Node/StaticData/Constants.cs+4
- Server/Node/StaticData/Inventory/Types.cs+2
- Server/PythonTypes/Marshal/Marshal.cs+1-1
- Server/PythonTypes/Types/Primitives/PyDataType.cs+1
0 commit comments