├── .gitattributes ├── .gitignore ├── CMakeLists.txt ├── LICENSE ├── README.md ├── VS2005 ├── AGC.vcproj ├── AllSrvUI.vcproj ├── Allegiance.sln ├── Allegiance.vcproj ├── ClintLib.vcproj ├── Engine.vcproj ├── Guids.vcproj ├── Igc.vcproj ├── Lobby.vcproj ├── README.txt ├── Server.vcproj ├── SoundEngine.vcproj ├── TCLib.vcproj ├── Utility.vcproj ├── ZLibrary.vcproj ├── cvh.vcproj ├── effect.vcproj ├── mdlc.vcproj ├── mdledit.vcproj ├── sharemem.vcproj └── training.vcproj ├── VS2008 ├── AGC.vcproj ├── AllSrvUI.vcproj ├── Allegiance.sln ├── Allegiance.vcproj ├── ClintLib.vcproj ├── Engine.vcproj ├── Guids.vcproj ├── Igc.vcproj ├── Lobby.vcproj ├── Server.vcproj ├── SoundEngine.vcproj ├── TCLib.vcproj ├── Utility.vcproj ├── ZLibrary.vcproj ├── cvh.vcproj ├── effect.vcproj ├── mdlc.vcproj ├── mdledit.vcproj ├── sharemem.vcproj └── training.vcproj ├── VS2010 ├── AGC.vcxproj ├── AGC.vcxproj.filters ├── AllSrvUI.vcxproj ├── AllSrvUI.vcxproj.filters ├── Allegiance.sln ├── Allegiance.vcxproj ├── Allegiance.vcxproj.filters ├── Allegiance.vcxproj.user ├── AutoUpdate.vcxproj ├── AutoUpdate.vcxproj.filters ├── AutoUpdate.vcxproj.user ├── ClintLib.vcxproj ├── Engine.vcxproj ├── Engine.vcxproj.filters ├── Guids.vcxproj ├── Igc.vcxproj ├── Lobby.vcxproj ├── Lobby.vcxproj.filters ├── PigAccts.vcxproj ├── PigConfig.vcxproj ├── PigGUID.vcxproj ├── PigSrv.vcxproj ├── PigSrv.vcxproj.filters ├── PigsLib.vcxproj ├── Reloader.vcxproj ├── Reloader.vcxproj.filters ├── Reloader.vcxproj.user ├── Server.vcxproj ├── Server.vcxproj.filters ├── SoundEngine.vcxproj ├── TCLib.vcxproj ├── TCObj.vcxproj ├── Utility.vcxproj ├── Utility.vcxproj.filters ├── ZLibrary.vcxproj ├── cvh.vcxproj ├── effect.vcxproj ├── effect.vcxproj.filters ├── mdlc.vcxproj ├── mdledit.vcxproj ├── mdledit.vcxproj.filters ├── sharemem.vcxproj └── training.vcxproj ├── VS2015 ├── AGC.vcxproj ├── AllSrvUI.vcxproj ├── Allegiance.sln ├── Allegiance.vcxproj ├── AutoUpdate.vcxproj ├── ClintLib.vcxproj ├── Engine.vcxproj ├── Guids.vcxproj ├── Igc.vcxproj ├── Lobby.vcxproj ├── PigAccts.vcxproj ├── PigConfig.vcxproj ├── PigGUID.vcxproj ├── PigSrv.vcxproj ├── PigsLib.vcxproj ├── Reloader.vcxproj ├── Server.vcxproj ├── SoundEngine.vcxproj ├── TCLib.vcxproj ├── TCObj.vcxproj ├── Utility.vcxproj ├── ZLibrary.vcxproj ├── cvh.vcxproj ├── effect.vcxproj ├── mdlc.vcxproj ├── mdledit.vcxproj ├── sharemem.vcxproj └── training.vcxproj ├── VS2017 ├── AGC.vcxproj ├── AllSrvUI.vcxproj ├── Allegiance.sln ├── Allegiance.vcxproj ├── AutoUpdate.vcxproj ├── ClintLib.vcxproj ├── Engine.vcxproj ├── Guids.vcxproj ├── How To Run a Local Lobby and Server.txt ├── Igc.vcxproj ├── Lobby.vcxproj ├── PigAccts.vcxproj ├── PigConfig.vcxproj ├── PigGUID.vcxproj ├── PigSrv.vcxproj ├── PigsLib.vcxproj ├── Reloader.vcxproj ├── Server.vcxproj ├── SoundEngine.vcxproj ├── TCLib.vcxproj ├── TCObj.vcxproj ├── Ui.vcxproj ├── Utility.vcxproj ├── ZLibrary.vcxproj ├── cvh.vcxproj ├── effect.vcxproj ├── lobby config file.txt ├── mdlc.vcxproj ├── mdledit.vcxproj ├── screens.txt ├── sharemem.vcxproj └── training.vcxproj ├── VS2022 ├── AGC.vcxproj ├── AllSrvUI.vcxproj ├── Allegiance.sln ├── Allegiance.vcxproj ├── AutoUpdate.vcxproj ├── ClintLib.vcxproj ├── Engine.vcxproj ├── Guids.vcxproj ├── How To Run a Local Lobby and Server.txt ├── Igc.vcxproj ├── Lobby.vcxproj ├── PigAccts.vcxproj ├── PigConfig.vcxproj ├── PigGUID.vcxproj ├── PigSrv.vcxproj ├── PigsLib.vcxproj ├── Reloader.vcxproj ├── Server.vcxproj ├── Shared.props ├── SoundEngine.vcxproj ├── TCLib.vcxproj ├── TCObj.vcxproj ├── Ui.vcxproj ├── Utility.vcxproj ├── ZLibrary.vcxproj ├── cvh.vcxproj ├── effect.vcxproj ├── lobby config file.txt ├── mdlc.vcxproj ├── mdledit.vcxproj ├── screens.txt ├── sharemem.vcxproj └── training.vcxproj ├── appveyor.yml ├── artwork ├── bounce.ffe ├── combomaxdronescount.png ├── e_booster.png ├── e_boosterbmp.mdl ├── e_damage.png ├── e_damagebmp.mdl ├── e_fire.png ├── e_firebmp.mdl ├── e_smoke.png ├── e_smokebmp.mdl ├── e_tele.png ├── e_telebmp.mdl ├── explode.ffe ├── fire.ffe ├── gamescreen.png ├── headergames.png ├── hullinfo.mdl ├── map25.igc ├── map25_v2.igc ├── missionbrief.mdl ├── missionbriefbkgndbmp.mdl ├── newgamescreen.mdl ├── ripicon.png ├── ripiconbmp.mdl ├── teamblue.png ├── teambluebmp.mdl ├── teamgreen.png ├── teamgreenbmp.mdl ├── teamgrey.png ├── teamgreybmp.mdl ├── teampurple.png ├── teampurplebmp.mdl ├── teamred.png ├── teamredbmp.mdl ├── teamscreen.mdl ├── teamselblue.png ├── teamselbluebmp.mdl ├── teamselgreen.png ├── teamselgreenbmp.mdl ├── teamselgrey.png ├── teamselgreybmp.mdl ├── teamselpurple.png ├── teamselpurplebmp.mdl ├── teamselred.png ├── teamselredbmp.mdl ├── teamselwhite.png ├── teamselwhitebmp.mdl ├── teamselyel.png ├── teamselyelbmp.mdl ├── teamwhite.png ├── teamwhitebmp.mdl ├── teamyel.png ├── teamyelbmp.mdl └── tester.igc ├── cmake ├── toolchain-mingw32.cmake └── toolchain-mingw64.cmake ├── pigs.xml └── src ├── AGC ├── AGC.cpp ├── AGC.def ├── AGC.idl ├── AGC.rc ├── AGC.rc2 ├── AGCAleph.cpp ├── AGCAleph.h ├── AGCAleph.rgs ├── AGCAlephs.cpp ├── AGCAlephs.h ├── AGCAlephs.rgs ├── AGCAsteroid.cpp ├── AGCAsteroid.h ├── AGCAsteroid.rgs ├── AGCAsteroids.cpp ├── AGCAsteroids.h ├── AGCAsteroids.rgs ├── AGCCP.h ├── AGCChat.h ├── AGCCommand.cpp ├── AGCCommand.h ├── AGCCommand.rgs ├── AGCDBParams.cpp ├── AGCDBParams.h ├── AGCDBParams.rgs ├── AGCDebugHook.h ├── AGCEventData.cpp ├── AGCEventData.h ├── AGCEventDef.cpp ├── AGCEventDef.h ├── AGCEventIDRange.cpp ├── AGCEventIDRange.h ├── AGCEventIDRange.rgs ├── AGCEventIDRanges.cpp ├── AGCEventIDRanges.h ├── AGCEventIDRanges.rgs ├── AGCEventLogger.cpp ├── AGCEventLogger.h ├── AGCEventLogger.rgs ├── AGCEventThread.h ├── AGCEvents.xml ├── AGCEventsCPP.xsl ├── AGCEventsIDL.xsl ├── AGCEventsMC.xsl ├── AGCEventsRC2.xsl ├── AGCEventsRCH.xsl ├── AGCGame.cpp ├── AGCGame.h ├── AGCGame.rgs ├── AGCGameParameters.cpp ├── AGCGameParameters.h ├── AGCGameParameters.rgs ├── AGCGlobal.cpp ├── AGCGlobal.h ├── AGCGlobal.rgs ├── AGCGuid.c ├── AGCHullType.cpp ├── AGCHullType.h ├── AGCHullType.rgs ├── AGCHullTypes.rgs ├── AGCModel.cpp ├── AGCModel.h ├── AGCModel.rgs ├── AGCModels.cpp ├── AGCModels.h ├── AGCModels.rgs ├── AGCModule.h ├── AGCOrientation.cpp ├── AGCOrientation.h ├── AGCOrientation.rgs ├── AGCProbe.cpp ├── AGCProbe.h ├── AGCProbe.rgs ├── AGCProbes.cpp ├── AGCProbes.h ├── AGCProbes.rgs ├── AGCSector.cpp ├── AGCSector.h ├── AGCSector.rgs ├── AGCSectors.cpp ├── AGCSectors.h ├── AGCSectors.rgs ├── AGCShip.cpp ├── AGCShip.h ├── AGCShip.rgs ├── AGCShips.cpp ├── AGCShips.h ├── AGCShips.rgs ├── AGCSite.h ├── AGCStation.cpp ├── AGCStation.h ├── AGCStation.rgs ├── AGCStations.cpp ├── AGCStations.h ├── AGCStations.rgs ├── AGCTeam.cpp ├── AGCTeam.h ├── AGCTeam.rgs ├── AGCTeams.cpp ├── AGCTeams.h ├── AGCTeams.rgs ├── AGCVector.cpp ├── AGCVector.h ├── AGCVector.rgs ├── AGCVersionInfo.cpp ├── AGCVersionInfo.h ├── AGCVersionInfo.rgs ├── AGCWinApp.h ├── AdminSessionHelper.cpp ├── AdminSessionHelper.h ├── AdminSessionHelper.rgs ├── EventBrowser.xsl ├── IAGCAlephImpl.h ├── IAGCAsteroidImpl.h ├── IAGCBaseImpl.h ├── IAGCBuyableImpl.h ├── IAGCCollectionImpl.h ├── IAGCCommonImpl.h ├── IAGCDamageImpl.h ├── IAGCGameImpl.h ├── IAGCModelImpl.h ├── IAGCProbeImpl.h ├── IAGCRangeImpl.h ├── IAGCRangesImpl.h ├── IAGCScannerImpl.h ├── IAGCSectorImpl.h ├── IAGCShipImpl.h ├── IAGCStationImpl.h ├── IAGCTeamImpl.h ├── Pre-build.bat ├── TCMarshalByValue.cpp ├── TCMarshalByValue.h ├── TCMarshalByValue.rgs ├── TCNullStream.cpp ├── TCNullStream.h ├── TCNullStream.rgs ├── TCPropBagOnRegKey.cpp ├── TCPropBagOnRegKey.h ├── TCPropBagOnRegKey.rgs ├── TCStrings.cpp ├── TCStrings.h ├── TCStrings.rgs ├── TCUtility.cpp ├── TCUtility.h ├── TCUtility.rgs ├── VerInfo.js ├── XMLXForm.js ├── agcevent.cpp ├── agcevent.h ├── agcevent.rgs ├── dlldatax.c ├── dlldatax.h ├── gameparamdata.h ├── guid.cpp ├── pch.cpp ├── pch.h └── resource.h ├── AllSrvUI ├── AdminPageThreadWnd.cpp ├── AdminPageThreadWnd.h ├── AllSrvUI.cpp ├── AllSrvUI.h ├── AllSrvUI.ico ├── AllSrvUI.rc ├── AllSrvUI.rc2 ├── AllSrvUISheet.cpp ├── AllSrvUISheet.h ├── ArtifactRun.ico ├── AutoSizer.cpp ├── AutoSizer.h ├── ComboValueTranslator.h ├── Conquest.ico ├── CountDown.ico ├── DeathMatch.ico ├── DlgAbout.cpp ├── DlgAbout.h ├── DlgChatPreferences.cpp ├── DlgChatPreferences.h ├── DlgGameSelect.cpp ├── DlgGameSelect.h ├── Flags.ico ├── GamePageSpecifics.cpp ├── GamePageSpecifics.h ├── GamePageTeam.cpp ├── GamePageTeam.h ├── GamePageWin.cpp ├── GamePageWin.h ├── GameParamsSheet.cpp ├── GameParamsSheet.h ├── Inbalance.ico ├── Lives.ico ├── MaxTeam.ico ├── MinTeam.ico ├── PageChat.cpp ├── PageChat.h ├── PageConnect.cpp ├── PageConnect.h ├── PageDummy.cpp ├── PageDummy.h ├── PageGameCreate.cpp ├── PageGameCreate.h ├── PagePlayers.cpp ├── PagePlayers.h ├── Prosperity.ico ├── Skill.ico ├── StartMoney.ico ├── StdAfx.cpp ├── StdAfx.h ├── TeamCount.ico ├── TotalMoney.ico ├── resource.h └── zone.bmp ├── AllegianceRelicenseLetter.pdf ├── AutoUpdate ├── AutoUpdate.cpp ├── AutoUpdate.h ├── AutoUpdate.rc ├── AutoUpdate.rc2 ├── AutoUpdate.rc3 ├── AutoUpdate.rgs ├── pch.cpp ├── pch.h └── resource.h ├── CMakeLists.txt ├── FedSrv ├── AdminEventLoggerHook.cpp ├── AdminEventLoggerHook.h ├── AdminGame.cpp ├── AdminGame.h ├── AdminGame.rgs ├── AdminGames.cpp ├── AdminGames.h ├── AdminGames.rgs ├── AdminServer.cpp ├── AdminServer.h ├── AdminServer.rgs ├── AdminSession.cpp ├── AdminSession.h ├── AdminSession.rgs ├── AdminSessionClass.cpp ├── AdminSessionClass.h ├── AdminSessionEventSink.cpp ├── AdminSessionEventSink.h ├── AdminSessionSecure.h ├── AdminSessionSecureHost.h ├── AdminShip.cpp ├── AdminShip.h ├── AdminShip.rgs ├── AdminUser.cpp ├── AdminUser.h ├── AdminUser.rgs ├── AdminUsers.cpp ├── AdminUsers.h ├── AdminUsers.rgs ├── AdminUtil.h ├── AllSrv32.rgs ├── AllSrvModuleIDL.idl ├── BitArray.cpp ├── BitArray.h ├── CSteamAchievements.cpp ├── CSteamAchievements.h ├── CSteamUserGroupStatus.cpp ├── CSteamUserGroupStatus.h ├── CSteamValidation.cpp ├── CSteamValidation.h ├── DPMono.rgs ├── FedSrv.CPP ├── FedSrv.H ├── FedSrv.RC ├── FedSrvApp.h ├── Status.htm ├── allsrv.rgs ├── allsrvmodule.cpp ├── allsrvmodule.h ├── counters.h ├── dbgutil.h ├── fedmsg.msg ├── fedsrv.ico ├── fedsrv.rc2 ├── fedsrvsql.h ├── fscluster.cpp ├── fscluster.h ├── fslobby.cpp ├── fsmission.cpp ├── fsmission.h ├── fsship.cpp ├── fsship.h ├── fsside.cpp ├── fsside.h ├── pch.cpp ├── pch.h ├── regini.txt ├── resource.h ├── sqlhelp.cpp ├── srvqguids.cpp └── srvqueries.h ├── Igc ├── CMakeLists.txt ├── afterburnerIGC.cpp ├── afterburnerIGC.h ├── asteroidigc.cpp ├── asteroidigc.h ├── bucketigc.cpp ├── bucketigc.h ├── buildingeffectigc.h ├── buoyigc.cpp ├── buoyigc.h ├── chaffigc.cpp ├── chaffigc.h ├── chafftypeigc.cpp ├── chafftypeigc.h ├── civilizationigc.cpp ├── civilizationigc.h ├── cloakigc.cpp ├── cloakigc.h ├── clusterIGC.cpp ├── clusterIGC.h ├── common.cpp ├── developmentigc.cpp ├── developmentigc.h ├── dispenserigc.cpp ├── dispenserigc.h ├── dronetypeigc.cpp ├── dronetypeigc.h ├── hullTypeIGC.cpp ├── hullTypeIGC.h ├── igc.def ├── igc.h ├── launchertypeigc.cpp ├── launchertypeigc.h ├── magazineigc.cpp ├── magazineigc.h ├── mapmakerigc.cpp ├── mapmakerigc.h ├── mineigc.cpp ├── mineigc.h ├── minetypeigc.cpp ├── minetypeigc.h ├── missileigc.cpp ├── missileigc.h ├── missiletypeigc.cpp ├── missiletypeigc.h ├── missionigc.cpp ├── missionigc.h ├── modelIGC.cpp ├── modelIGC.h ├── packigc.cpp ├── packigc.h ├── partTypeIGC.cpp ├── partTypeIGC.h ├── private.cpp ├── private.h ├── probeigc.cpp ├── probeigc.h ├── probetypeigc.cpp ├── probetypeigc.h ├── projectileIGC.cpp ├── projectileIGC.h ├── projectileTypeIGC.cpp ├── projectileTypeIGC.h ├── shieldIGC.cpp ├── shieldIGC.h ├── shipIGC.cpp ├── shipIGC.h ├── sideigc.cpp ├── sideigc.h ├── sounds.h ├── stationIGC.cpp ├── stationIGC.h ├── stationtypeigc.cpp ├── stationtypeigc.h ├── treasureIGC.cpp ├── treasureIGC.h ├── treasuresetigc.cpp ├── treasuresetigc.h ├── warpIGC.cpp ├── warpIGC.h ├── weaponIGC.cpp └── weaponIGC.h ├── Inc ├── AGCIDL.idl ├── ClubMessages.h ├── IBN.H ├── MessageVersion.h ├── Messages.h ├── PigsIDL.idl ├── ScrRun.idl ├── SlmVer.h ├── Utility.h ├── Utility.hxx ├── VerRes.rc ├── XMLPtrs.h ├── allegdb.h ├── assert.h ├── cpp-httplib │ ├── LICENSE.txt │ └── httplib.h ├── dpaddr.h ├── dplay8.h ├── messagecore.h ├── ogg │ ├── ogg.h │ └── os_types.h ├── quickchat.h ├── regkey.h ├── sharemem.h ├── steam_appid.txt └── vorbis │ ├── codec.h │ └── vorbisfile.h ├── Lang ├── NonIntl │ └── allegiance │ │ └── trek.ico └── Usa │ └── allegiance │ ├── allegiance.rc │ ├── allegiance.rc2 │ └── resource.h ├── Lib ├── AllegianceSecurity │ ├── AllegianceSecurity.h │ ├── AllegianceSecurity.lib │ └── AllegianceSecurityd.lib ├── DirectPlay │ ├── dxguid.lib │ └── x64 │ │ └── dxguid.lib ├── OggVorbis │ ├── file.lib │ ├── file_nonsse2.lib │ ├── ogg.lib │ ├── ogg_nonsse2.lib │ ├── vorbis.lib │ ├── vorbis_nonsse2.lib │ └── x64 │ │ └── not_built ├── lua │ ├── LICENSE.txt │ ├── include │ │ ├── lauxlib.h │ │ ├── lua.h │ │ ├── lua.hpp │ │ ├── luaconf.h │ │ └── lualib.h │ ├── liblua53.a │ ├── lua53.dll │ └── lua53.lib ├── nlohmann │ └── json │ │ ├── LICENSE.MIT.txt │ │ └── include │ │ └── json.hpp ├── sol │ ├── LICENSE.txt │ └── include │ │ └── sol.hpp └── steam │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamparentalsettings.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── lib │ ├── linux32 │ │ └── libsdkencryptedappticket.so │ ├── linux64 │ │ └── libsdkencryptedappticket.so │ ├── osx32 │ │ └── libsdkencryptedappticket.dylib │ ├── win32 │ │ ├── sdkencryptedappticket.dll │ │ └── sdkencryptedappticket.lib │ └── win64 │ │ ├── sdkencryptedappticket64.dll │ │ └── sdkencryptedappticket64.lib │ ├── matchmakingtypes.h │ ├── steam_api.dll │ ├── steam_api.h │ ├── steam_api.json │ ├── steam_api.lib │ ├── steam_api_flat.h │ ├── steam_api_internal.h │ ├── steam_api_interop.cs │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── Pigs ├── 1 │ └── Piglets │ │ └── Piglets.csproj ├── PigAccts │ ├── PigAccount.cpp │ ├── PigAccount.h │ ├── PigAccount.rgs │ ├── PigAccountDispenser.cpp │ ├── PigAccountDispenser.h │ ├── PigAccountDispenser.rgs │ ├── PigAccts.cpp │ ├── PigAccts.h │ ├── PigAccts.ini │ ├── PigAccts.rc │ ├── PigAccts.rc2 │ ├── PigAccts.rgs │ ├── PigAcctsPS.def │ ├── SrcInc.cpp │ ├── SrcInc.h │ ├── generateNames.linq │ ├── pch.cpp │ ├── pch.h │ ├── resource.h │ └── test.vbs ├── PigClient │ ├── PigClient.sln │ └── PigClient │ │ ├── App.config │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── LaunchCommand.cs │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── PigClient.csproj │ │ ├── PigInfo.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── Setup.txt │ │ ├── packages.config │ │ └── pig-face.png ├── PigConfig │ ├── AboutDlg.cpp │ ├── AboutDlg.h │ ├── PageEvents.cpp │ ├── PageEvents.h │ ├── PageGeneral.cpp │ ├── PageGeneral.h │ ├── PageServers.cpp │ ├── PageServers.h │ ├── PigConfig.aps │ ├── PigConfig.cpp │ ├── PigConfig.h │ ├── PigConfig.ico │ ├── PigConfig.rc │ ├── PigConfig.rc2 │ ├── PigConfigSheet.cpp │ ├── PigConfigSheet.h │ ├── images.bmp │ ├── pch.cpp │ ├── pch.h │ └── resource.h ├── PigGuid │ └── PigGUID.c ├── PigJSDocGenerator │ ├── App.config │ ├── Configuration.cs │ ├── Entities │ │ ├── EnumValue.cs │ │ ├── Interface.cs │ │ ├── Parameter.cs │ │ └── Signature.cs │ ├── PigJSDocGenerator.csproj │ ├── Program.cs │ └── Properties │ │ └── AssemblyInfo.cs ├── PigSrv.reg ├── PigSrv │ ├── BeeperJS.pig │ ├── BeeperVB.pig │ ├── Defend.pig │ ├── EventsDB.htm │ ├── IActiveScriptSiteImpl.h │ ├── MissParms.js │ ├── Pig.cpp │ ├── Pig.h │ ├── Pig.rgs │ ├── PigBehavior.h │ ├── PigBehaviorHost.cpp │ ├── PigBehaviorHost.h │ ├── PigBehaviorHost.rgs │ ├── PigBehaviorSchema.xml │ ├── PigBehaviorScript.cpp │ ├── PigBehaviorScript.h │ ├── PigBehaviorScript.rgs │ ├── PigBehaviorScriptMethods.cpp │ ├── PigBehaviorScriptMethods.h │ ├── PigBehaviorScriptType.cpp │ ├── PigBehaviorScriptType.h │ ├── PigBehaviorScriptType.rgs │ ├── PigBehaviorStack.cpp │ ├── PigBehaviorStack.h │ ├── PigBehaviorStack.rgs │ ├── PigBehaviorType.h │ ├── PigDirectPlay.h │ ├── PigEngine.cpp │ ├── PigEngine.h │ ├── PigEvent.cpp │ ├── PigEvent.h │ ├── PigEventOwner.cpp │ ├── PigEventOwner.h │ ├── PigHullTypes.cpp │ ├── PigHullTypes.h │ ├── PigHullTypes.rgs │ ├── PigMacro.h │ ├── PigObject.cpp │ ├── PigObject.h │ ├── PigObject.rgs │ ├── PigSession.cpp │ ├── PigSession.h │ ├── PigSession.rgs │ ├── PigSessionEventSink.cpp │ ├── PigSessionEventSink.h │ ├── PigShip.cpp │ ├── PigShip.h │ ├── PigShip.rgs │ ├── PigShipEvent.cpp │ ├── PigShipEvent.h │ ├── PigShipEvent.rgs │ ├── PigSrv.aps │ ├── PigSrv.cpp │ ├── PigSrv.h │ ├── PigSrv.ico │ ├── PigSrv.rc │ ├── PigSrv.rc2 │ ├── PigSrv.rgs │ ├── PigStaticSite.h │ ├── PigSvrps.def │ ├── PigTimer.cpp │ ├── PigTimer.h │ ├── PigTimer.rgs │ ├── Pigs.cpp │ ├── Pigs.h │ ├── Pigs.rgs │ ├── PropertyValuePairs.h │ ├── RemListPigs.js │ ├── SrcInc.cpp │ ├── SrcInc.h │ ├── Test.js │ ├── Test.vbs │ ├── TestList.js │ ├── beeper.js │ ├── bugman.pig │ ├── events.htm │ ├── join.js │ ├── manual.pig │ ├── pch.cpp │ ├── pch.h │ ├── resource.h │ └── thrust.js ├── Piglets │ ├── Creator.pig │ ├── DPSeq.pig │ ├── Default.pig │ ├── DistanceLatency.pig │ ├── FaceOutpost.pig │ ├── JoinGame.pig │ ├── LogonOnly.pig │ ├── Piglets.csproj │ ├── Piglets.njsproj │ ├── Teleporter.pig │ ├── aaa.js │ ├── aaa.pig │ ├── alephjumper.pig │ ├── b1.pig │ ├── bugman.pig │ ├── bulldozer.pig │ ├── chatter.pig │ ├── colbug-a.pig │ ├── colbug-p.pig │ ├── colbug-s.pig │ ├── colltest.js │ ├── colltest.js.map │ ├── colltest.ts │ ├── defaultv.pig │ ├── demo.pig │ ├── dev.pig │ ├── dm.pig │ ├── docker.pig │ ├── framerate-dummy.pig │ ├── framerate.pig │ ├── include │ │ ├── AutoStartCustomGame.js │ │ ├── AutoStartGame.js │ │ ├── GetIntoTeam.js │ │ ├── IDL.d.ts │ │ ├── IDL.js │ │ ├── asteroids.js │ │ ├── autostartgame.vbs │ │ ├── chatcommand.js │ │ ├── common.js │ │ ├── dijkstra.js │ │ ├── eliza.js │ │ └── imago.js │ ├── it.pig │ ├── mark2.pig │ ├── mark2s.pig │ ├── mark3.pig │ ├── marksn1.pig │ ├── moldy │ │ ├── Mark0.pig │ │ ├── Mark1.pig │ │ └── scout.pig │ ├── progress.xls │ ├── scout2.pig │ ├── stem.pig │ ├── stresslobby.pig │ └── zzz.pig ├── PigsLib │ ├── AGC.tlb │ ├── PigMissionParams.cpp │ ├── PigMissionParams.h │ ├── PigMissionParams.rgs │ ├── PigObject.cpp │ ├── PigObject.h │ ├── PigObject.rgs │ ├── PigsLib.cpp │ ├── PigsLib.def │ ├── PigsLib.idl │ ├── PigsLib.rc │ ├── PigsLib.rc2 │ ├── PigsLibPS.def │ ├── Resource.h │ ├── SrcInc.cpp │ ├── SrcInc.h │ ├── dlldatax.c │ ├── dlldatax.h │ ├── pch.cpp │ └── pch.h └── Scripts │ ├── AccountServer.js │ ├── AllSrvVerInfo.js │ ├── ArtPath.js │ ├── CreatePig.js │ ├── CreatePigs.js │ ├── DeployPigs.js │ ├── EventLog.js │ ├── EventLogDB.js │ ├── EventViewer.htm │ ├── EventViewerX.LPK │ ├── EventViewerX.htm │ ├── EventViewerX.xsl │ ├── ForEach.js │ ├── ListAccts.js │ ├── LobbyMode.js │ ├── LobbyServer.js │ ├── LogAllEvents.js │ ├── MSComCt2.CAB │ ├── MaxPigs.js │ ├── RemAccountServer.js │ ├── RemCreatePig.js │ ├── RemCreatePigs.js │ ├── RemListAccts.js │ ├── RemListPigs.js │ ├── RemLobbyServer.js │ ├── RemZoneAuthServer.js │ ├── RemZoneAuthTimeout.js │ ├── ScriptDir.js │ ├── Zeroes_1024.bin │ ├── Zeroes_128.bin │ ├── Zeroes_16.bin │ ├── Zeroes_16384.bin │ ├── Zeroes_2048.bin │ ├── Zeroes_256.bin │ ├── Zeroes_32.bin │ ├── Zeroes_32768.bin │ ├── Zeroes_4.bin │ ├── Zeroes_4096.bin │ ├── Zeroes_512.bin │ ├── Zeroes_64.bin │ ├── Zeroes_8.bin │ ├── Zeroes_8192.bin │ ├── ZoneAuthServer.js │ ├── ZoneAuthTimeout.js │ ├── create collision test game.vbs │ ├── create demo game.vbs │ ├── create scout test game.vbs │ ├── debugger.js │ ├── debugger.vbs │ ├── immed.js │ ├── listpigs.js │ ├── listpigs2.js │ ├── remshutdown.js │ ├── session.js │ └── shutdown.js ├── Reloader ├── Reloader.cpp ├── Reloader.rc ├── pch.cpp ├── pch.h └── resource.h ├── SolapReadme.txt ├── WinTrek ├── CallsignTagInfo.cpp ├── CallsignTagInfo.h ├── CharInfoScreen.cpp ├── CreateGameDialog.h ├── PostTrainingSlideshow.cpp ├── Slideshow.cpp ├── Slideshow.h ├── SquadsScreen.cpp ├── SteamClans.cpp ├── SteamClans.h ├── TrainingSlideshow.cpp ├── TrekDlgs.h ├── Treki.h ├── WinTrek.cpp ├── WinTrek.h ├── ZoneClubScreen.cpp ├── ZoneSquad.cpp ├── ZoneSquad.h ├── artwork.h ├── cdkeydialog.cpp ├── chatpane.cpp ├── clientdrones.cpp ├── cmdview.cpp ├── cmdview.h ├── console.cpp ├── console.h ├── consoledata.cpp ├── consoledata.h ├── ddstream.cpp ├── ddstream.h ├── ddvideo.cpp ├── ddvideo.h ├── downloader.cpp ├── downloader.h ├── gameoverscreen.cpp ├── gamescreen.cpp ├── gamesite.cpp ├── gamesite.h ├── gamestartingscreen.cpp ├── gametypes.cpp ├── gametypes.h ├── hangarscreen.cpp ├── hudimage.h ├── indicator.cpp ├── indicator.h ├── introscreen.cpp ├── inventoryimage.cpp ├── leaderboardscreen.cpp ├── load.cpp ├── load.h ├── loadout.cpp ├── loadout.h ├── logon.cpp ├── logon.h ├── mappreview.cpp ├── mappreview.h ├── mappvmaker.cpp ├── mappvmaker.h ├── netinfo.cpp ├── newgamescreen.cpp ├── passworddialog.cpp ├── passworddialog.h ├── pch.cpp ├── pch.h ├── radarimage.cpp ├── radarimage.h ├── screen.h ├── sectormap.cpp ├── sectorvw.h ├── selpane.cpp ├── soundinit.cpp ├── splashscreen.cpp ├── teampane.cpp ├── teamscreen.cpp ├── teleportpane.cpp ├── trainingscreen.cpp ├── trekapp.cpp ├── trekctrls.cpp ├── trekctrls.h ├── trekigc.cpp ├── trekinput.cpp ├── trekinput.h ├── trekmdl.cpp ├── trekmdl.h ├── treksound.cpp ├── treksound.h ├── videoscreen.cpp ├── wintrekp.h └── zoneeventsscreen.cpp ├── Wopr ├── AllegianceInterop │ ├── AllMessages.h │ ├── AllegianceInterop.cpp │ ├── AllegianceInterop.h │ ├── AllegianceInterop.vcxproj │ ├── AllegianceInterop.vcxproj.filters │ ├── AssemblyInfo.cpp │ ├── ClientConnection.cpp │ ├── ClientConnection.h │ ├── Enums.h │ ├── ISupportManagedByteArrays.h │ ├── ManagedObject.cpp │ ├── ManagedObject.h │ ├── MessageTypeNative.h │ ├── NativeClient.cpp │ ├── NativeClient.h │ ├── NativeClientClusterSite.h │ ├── NativeClientThingSite.h │ ├── Resource.h │ ├── SimpleClient.cpp │ ├── SimpleClient.h │ ├── app.ico │ ├── app.rc │ ├── clintlibWrapper.cpp │ ├── clintlibWrapper.h │ ├── igcWrapper.cpp │ ├── igcWrapper.h │ ├── igcWrapper.hOld │ ├── stdafx.cpp │ └── stdafx.h ├── AllegianceInteropClassGenerator │ ├── AllegianceInteropClassGenerator.csproj │ ├── App.config │ ├── Program.cs │ └── Properties │ │ └── AssemblyInfo.cs ├── Strategies │ ├── CommanderResearchAndExpand.cs │ ├── ConnectToGame.cs │ ├── Loadouts │ │ ├── LoadoutBase.cs │ │ └── ScoutProbeLoadout.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── ScoutExploreMap.cs │ └── Strategies.csproj └── Wopr │ ├── App.config │ ├── AssemblyLoader.cs │ ├── Configuration.cs │ ├── Constants │ ├── BitReader.cs │ ├── BuoyType.cs │ ├── Civilization.cs │ ├── CommandID.cs │ ├── CommandType.cs │ ├── EquipmentType.cs │ ├── InvestResult.cs │ ├── ItemType.cs │ ├── MessageType.cs │ ├── MissionStage.cs │ ├── ObjectType.cs │ ├── PilotType.cs │ ├── ServerType.cs │ ├── ShipState.cs │ ├── ShipType.cs │ ├── StationAbilityBitMask.cs │ ├── StationType.cs │ ├── StrategyID.cs │ ├── TargetType.cs │ └── TechpathType.cs │ ├── DijkstraPathFinder.cs │ ├── Entities │ ├── CoreInfo.cs │ ├── GameInfo.cs │ ├── ISupportReadingFromStreams.cs │ ├── InflightConstructor.cs │ ├── MessageElement.cs │ ├── PersistPlayerScoreObject.cs │ ├── ServerCoreInfo.cs │ ├── ServerInfo.cs │ ├── StaticCoreInfo.cs │ └── TeamDirectorPlayerInfo.cs │ ├── LaunchWithoutYellowCom.bat │ ├── Loadouts │ ├── LoadoutBase.cs │ └── ScoutProbeLoadout.cs │ ├── MessageReceiver.cs │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── README.md │ ├── Strategies │ ├── CommanderResearchAndExpand.cs │ ├── ConnectToGame.cs │ ├── ScoutExploreMap.cs │ └── StrategyBase.cs │ ├── TeamDirector.cs │ ├── Wopr.csproj │ ├── Wopr.sln │ └── packages.config ├── Zone ├── Medal.h ├── Member.h ├── Squad.h └── Zone.h ├── _Utility ├── CRC.cpp ├── CRC.h ├── CollisionEntry.cpp ├── CollisionQueue.cpp ├── ConfigurationStore.cpp ├── ConfigurationStore.h ├── Endpoint.cpp ├── FileLoader.cpp ├── FileLoader.h ├── HitTest.cpp ├── KDnode.cpp ├── KDroot.cpp ├── Messages.cpp ├── Utility.cpp ├── Utility.h ├── Utility.hxx ├── allegdb.cpp ├── listwrappers.h ├── pch.cpp └── pch.h ├── clintlib ├── AutoDownload.cpp ├── AutoDownload.h ├── appmsg.cpp ├── badwords.cpp ├── badwords.h ├── clintlib.cpp ├── clintlib.h ├── pch.cpp └── pch.h ├── cvh ├── main.cpp ├── pch.cpp └── pch.h ├── effect ├── CMakeLists.txt ├── alephgeo.cpp ├── combopane.cpp ├── combopane.h ├── conegeo.cpp ├── debrisgeo.cpp ├── debrisgeo.h ├── efapp.cpp ├── efapp.h ├── efart.h ├── effect.h ├── efgeo.cpp ├── efgeo.h ├── efimage.cpp ├── efimage.h ├── efpane.cpp ├── efpane.h ├── efpopup.cpp ├── efpopup.h ├── efsound.cpp ├── efsound.h ├── efwindow.cpp ├── efwindow.h ├── explosion.cpp ├── explosion.h ├── framedata.cpp ├── framedata.h ├── gamestate.cpp ├── gamestate.h ├── help.cpp ├── help.h ├── listpane.cpp ├── listpane.h ├── mmlpopup.cpp ├── navpane.cpp ├── pagepane.cpp ├── panes.cpp ├── particlegeo.cpp ├── particlegeo.h ├── starimage.cpp ├── starimage.h ├── thinggeo.cpp └── thinggeo.h ├── engine ├── CMakeLists.txt ├── Configuration.cpp ├── Configuration.h ├── D3DDevice9.cpp ├── D3DDevice9.h ├── DeviceModesDX9.cpp ├── DeviceModesDX9.h ├── EngineSettings.h ├── HashTable.cpp ├── HashTable.h ├── ImageTransfer.cpp ├── ImageTransfer.h ├── LogFile.cpp ├── LogFile.h ├── RasterD3D9.cpp ├── UIVertexDefn.h ├── VBIBManager.cpp ├── VBIBManager.h ├── VRAMManager.cpp ├── VRAMManager.h ├── VertexGenerator.cpp ├── VertexGenerator.h ├── VideoSettingsDX9.cpp ├── VideoSettingsDX9.h ├── bounds.cpp ├── bounds.h ├── bspgeo.cpp ├── bspgeo.h ├── button.cpp ├── button.h ├── camera.cpp ├── camera.h ├── caption.cpp ├── caption.h ├── connectionmap.xml ├── connections.xml ├── context.cpp ├── context.h ├── controls.cpp ├── controls.h ├── dderror.cpp ├── ddstruct.h ├── device3d.cpp ├── dinput.cpp ├── engine.cpp ├── engine.h ├── engineapp.cpp ├── engineapp.h ├── enginep.h ├── enginewindow.cpp ├── enginewindow.h ├── font.cpp ├── font.h ├── frameimage.cpp ├── frameimage.h ├── geometry.cpp ├── geometry.h ├── image.cpp ├── image.h ├── imagetransform.cpp ├── imagetransform.h ├── inputengine.h ├── keyframe.cpp ├── keyframe.h ├── material.cpp ├── material.h ├── mdl.cpp ├── mdl.h ├── mdlbin.cpp ├── menu.cpp ├── menu.h ├── model.h ├── modeler.cpp ├── namespace.cpp ├── namespace.h ├── pane.cpp ├── pane.h ├── paneimage.cpp ├── paneimage.h ├── pixel.h ├── pixelformat.cpp ├── pixelformat.h ├── popup.cpp ├── popup.h ├── settings.xml ├── stdafx.cpp ├── stdafx.h ├── surface.cpp ├── surface.h ├── toppane.cpp ├── toppane.h ├── transform.cpp ├── transform.h ├── transform2.cpp ├── value.cpp ├── value.h ├── valuetransform.cpp ├── valuetransform.h ├── viewport.cpp ├── viewport.h ├── xfile.cpp └── xfile.h ├── guids ├── guids.cpp └── guids.h ├── license.txt ├── lobby ├── AutoUpdate.cpp ├── AutoUpdate.h ├── CSteamValidation.cpp ├── CSteamValidation.h ├── LobbyAppSite.h ├── alllobby.rc ├── alllobby.rc2 ├── broadcast.cpp ├── broadcast.h ├── client.cpp ├── client.h ├── counters.h ├── lobby.cpp ├── lobby.h ├── lobby.ico ├── lobby.rgs ├── lobbyapp.cpp ├── lobbyapp.h ├── lobbyevents.cpp ├── lobbyevents.h ├── lobbymodule.h ├── lobbymsg.msg ├── lobqguids.cpp ├── lobqueries.h ├── messagesall.h ├── messageslc.h ├── messagesls.h ├── mission.cpp ├── mission.h ├── pch.cpp ├── pch.h ├── resource.h ├── server.cpp ├── server.h ├── zgameinfo.cpp └── zgameinfo.h ├── mdlc ├── mdlc.cpp ├── pch.cpp └── pch.h ├── mdledit ├── mdledit.cpp └── pch.h ├── sharemem ├── pch.cpp ├── pch.h └── sharemem.cpp ├── soundengine ├── CMakeLists.txt ├── ds3dbuffer.cpp ├── ds3dbuffer.h ├── ds3dengine.cpp ├── ds3dengine.h ├── ds3dutil.cpp ├── ds3dutil.h ├── ds3dvirtualbuffer.cpp ├── ds3dvirtualbuffer.h ├── dummysound.cpp ├── soundbase.cpp ├── soundbase.h ├── soundengine.h ├── soundtemplates.cpp ├── soundtemplates.h ├── soundutil.cpp └── soundutil.h ├── test ├── Inc │ ├── Allegiance.h │ ├── AppWizStepDlg.h │ ├── DevStudio.h │ ├── FixDelete.h │ ├── ScrRun.idl │ ├── TCAtl.cpp │ ├── TCAtl.h │ ├── TCIDL.idl │ ├── TCLib.h │ ├── UnkDoc.idl │ └── WindowFinder.h ├── TCAtl │ ├── ComModule.h │ ├── ComboBoxWindow.h │ ├── DualEventCall.h │ ├── DualEventsCP.h │ ├── EditWindow.h │ ├── ErrorFormatter.h │ ├── EventCall.h │ ├── EventsCP.h │ ├── ExternalConnectionImpl.h │ ├── InsidePropPage.cpp │ ├── InsidePropPage.h │ ├── Message.txt │ ├── ObjectMap.h │ ├── PageEntry.h │ ├── Persist.h │ ├── PropertyClass.cpp │ ├── PropertyClass.h │ ├── PropertyPageBase.cpp │ ├── PropertyPageBase.h │ ├── PropertyPageImpl.h │ ├── RangeValueImpl.h │ ├── RangeValueSlider.cpp │ ├── RangeValueSlider.h │ ├── SimpleNotifyReflector.h │ ├── SimpleStream.h │ ├── SliderWindow.h │ ├── TCNullStreamImpl.cpp │ ├── TCNullStreamImpl.h │ ├── UserAcct.cpp │ ├── UserAcct.h │ ├── VersionInfoImpl.h │ ├── VersionInfoImpl.idl │ └── WindowThread.h ├── TCLib │ ├── ActiveObject.h │ ├── AdviseHolder.h │ ├── AsyncDebugOutput.h │ ├── AutoCriticalSection.h │ ├── AutoHandle.h │ ├── AutoMutex.h │ ├── BinString.h │ ├── CoInit.h │ ├── CommonControls.h │ ├── CompositeValue.h │ ├── DynaLib.cpp │ ├── DynaLib.h │ ├── ExcepInfo.cpp │ ├── ExcepInfo.h │ ├── InvokeArgs.cpp │ ├── InvokeArgs.h │ ├── Lockable.h │ ├── LookupTable.h │ ├── NetApi.h │ ├── ObjectLock.h │ ├── PropertyPageSite.cpp │ ├── PropertyPageSite.h │ ├── Range.h │ ├── RangeSet.h │ ├── RefCountedData.h │ ├── RelPath.cpp │ ├── RelPath.h │ ├── StrManip.cpp │ ├── StrManip.h │ ├── TCCAUUID.h │ ├── TCLib.cpp │ ├── TCThread.cpp │ ├── TCThread.h │ ├── TraceScope.h │ ├── UtilImpl.cpp │ ├── UtilImpl.h │ ├── UtilityThread.cpp │ ├── UtilityThread.h │ ├── WinApp.h │ ├── WindowThreadBase.h │ ├── WindowThreadImpl.h │ ├── WorkerThread.cpp │ ├── WorkerThread.h │ ├── WotLib.h │ ├── pch.cpp │ ├── pch.h │ └── tstring.h └── TCObj │ ├── ObjRef.js │ ├── SrcInc.cpp │ ├── SrcInc.h │ ├── TCMarshalByValue.cpp │ ├── TCMarshalByValue.h │ ├── TCMarshalByValue.rgs │ ├── TCNullStream.cpp │ ├── TCNullStream.h │ ├── TCNullStream.rgs │ ├── TCObj.cpp │ ├── TCObj.def │ ├── TCObj.idl │ ├── TCObj.rc │ ├── TCObj.rc2 │ ├── TCObjPS.def │ ├── TCPropBagOnRegKey.cpp │ ├── TCPropBagOnRegKey.h │ ├── TCPropBagOnRegKey.rgs │ ├── TCStrings.cpp │ ├── TCStrings.h │ ├── TCStrings.rgs │ ├── TCUtility.cpp │ ├── TCUtility.h │ ├── TCUtility.rgs │ ├── dlldatax.c │ ├── dlldatax.h │ ├── pch.cpp │ ├── pch.h │ └── resource.h ├── todo.txt ├── training ├── AbstractTarget.cpp ├── AbstractTarget.h ├── Action.cpp ├── Action.h ├── AddRespawnAction.cpp ├── AddRespawnAction.h ├── CommandAcknowledgedCondition.cpp ├── CommandAcknowledgedCondition.h ├── Condition.cpp ├── Condition.h ├── CreateDroneAction.cpp ├── CreateDroneAction.h ├── CreateObjectAction.cpp ├── CreateObjectAction.h ├── CreateProbeAction.cpp ├── CreateProbeAction.h ├── CreateWaypointAction.cpp ├── CreateWaypointAction.h ├── CurrentTarget.cpp ├── CurrentTarget.h ├── DoDamageAction.cpp ├── DoDamageAction.h ├── DoDamageAdjustableAction.cpp ├── DoDamageAdjustableAction.h ├── GetAutopilotCondition.cpp ├── GetAutopilotCondition.h ├── GetChatCondition.cpp ├── GetChatCondition.h ├── GetCommandCondition.cpp ├── GetCommandCondition.h ├── GetControlActiveCondition.cpp ├── GetControlActiveCondition.h ├── GetKeyCondition.cpp ├── GetKeyCondition.h ├── GetPickedCondition.cpp ├── GetPickedCondition.h ├── GetProbeCountCondition.cpp ├── GetProbeCountCondition.h ├── GetRadarLODCondition.cpp ├── GetRadarLODCondition.h ├── GetSectorCondition.cpp ├── GetSectorCondition.h ├── GetShipHasAmmoCondition.cpp ├── GetShipHasAmmoCondition.h ├── GetShipHasCargoCondition.cpp ├── GetShipHasCargoCondition.h ├── GetShipHasMountedCondition.cpp ├── GetShipHasMountedCondition.h ├── GetShipIsDamagedCondition.cpp ├── GetShipIsDamagedCondition.h ├── GetShipIsDestroyedCondition.h ├── GetShipIsStoppedCondition.cpp ├── GetShipIsStoppedCondition.h ├── GetStateBitsCondition.cpp ├── GetStateBitsCondition.h ├── GetTargetCondition.cpp ├── GetTargetCondition.h ├── GetViewSectorCondition.cpp ├── GetViewSectorCondition.h ├── Goal.cpp ├── Goal.h ├── KillsReachedCondition.cpp ├── KillsReachedCondition.h ├── Mission2.h ├── Mission3.h ├── Mission4.h ├── Mission5.h ├── ModifyCreateDroneActionAction.cpp ├── ModifyCreateDroneActionAction.h ├── PlayerShipTarget.cpp ├── PlayerShipTarget.h ├── Predicate.cpp ├── Predicate.h ├── ProxyAction.cpp ├── ProxyAction.h ├── ProxyCondition.cpp ├── ProxyCondition.h ├── ReleaseConsumerAction.cpp ├── ReleaseConsumerAction.h ├── RepairRearmAction.cpp ├── RepairRearmAction.h ├── SetAutopilotAction.cpp ├── SetAutopilotAction.h ├── SetCargoNanAction.cpp ├── SetCargoNanAction.h ├── SetControlConstraintsAction.cpp ├── SetControlConstraintsAction.h ├── SetControlsAction.cpp ├── SetControlsAction.h ├── SetDroneNanAction.cpp ├── SetDroneNanAction.h ├── SetHUDOverlayAction.cpp ├── SetHUDOverlayAction.h ├── SetRadarLODAction.cpp ├── SetRadarLODAction.h ├── SetSignatureAction.cpp ├── SetSignatureAction.h ├── ShipSeesObjectCondition.cpp ├── ShipSeesObjectCondition.h ├── ShowEyeballAction.cpp ├── ShowEyeballAction.h ├── ShowPaneAction.cpp ├── ShowPaneAction.h ├── SuspendedPlaySoundAction.cpp ├── SuspendedPlaySoundAction.h ├── SuspendedSoundFinishedCondition.cpp ├── SuspendedSoundFinishedCondition.h ├── SwapWeaponAction.cpp ├── SwapWeaponAction.h ├── ToggleWeaponAction.cpp ├── ToggleWeaponAction.h ├── Training.cpp ├── Training.h ├── TurnShipAboutCondition.cpp ├── TurnShipAboutCondition.h ├── TurnToAction.cpp ├── TurnToAction.h ├── TypeIDTarget.cpp ├── TypeIDTarget.h ├── actionlist.cpp ├── actionlist.h ├── andcondition.cpp ├── andcondition.h ├── asteroids │ └── main.cpp ├── conditionalaction.cpp ├── conditionalaction.h ├── conditionlist.cpp ├── conditionlist.h ├── elapsedtimecondition.h ├── endmissionaction.cpp ├── endmissionaction.h ├── falsecondition.h ├── goallist.cpp ├── goallist.h ├── messageaction.cpp ├── messageaction.h ├── mission10.cpp ├── mission10.h ├── mission2.cpp ├── mission3.cpp ├── mission4.cpp ├── mission5.cpp ├── mission6.cpp ├── mission6.h ├── mission8.cpp ├── mission8.h ├── noaction.cpp ├── noaction.h ├── notcondition.h ├── ntimescondition.cpp ├── ntimescondition.h ├── objectmovingtowardscondition.cpp ├── objectmovingtowardscondition.h ├── objectpointingatcondition.cpp ├── objectpointingatcondition.h ├── objectwithinradiuscondition.cpp ├── objectwithinradiuscondition.h ├── onetimeaction.cpp ├── onetimeaction.h ├── orcondition.cpp ├── orcondition.h ├── pch.cpp ├── pch.h ├── periodiccondition.cpp ├── periodiccondition.h ├── playsoundaction.cpp ├── playsoundaction.h ├── resetaction.cpp ├── resetaction.h ├── resetshipaction.cpp ├── resetshipaction.h ├── setcommandaction.cpp ├── setcommandaction.h ├── setdisplaymodeaction.cpp ├── setdisplaymodeaction.h ├── soundfinishedcondition.cpp ├── soundfinishedcondition.h ├── spec.html ├── specification │ ├── TMSpecTemplate.doc │ ├── TRAININGFINAL.xls │ ├── format.pl │ ├── tm_1_introduction.doc │ ├── tm_2_basic_flight.doc │ ├── tm_3_basic_weaponry.doc │ ├── tm_4_enemy_engagement.doc │ ├── tm_5_command_view.doc │ ├── tm_6_practice_arena.doc │ ├── tm_sound_spec.doc │ └── tm_sound_spec_final_rob.doc ├── training.CF ├── training.PI ├── training.PR ├── training.PS ├── training.WK ├── trainingmission.cpp ├── trainingmission.h ├── truecondition.cpp └── truecondition.h ├── ui ├── Exposer.h ├── UiEngine.cpp ├── UiEngine.h ├── UiState.cpp ├── UiState.h ├── items.hpp ├── ns_color.hpp ├── ns_event.hpp ├── ns_file.hpp ├── ns_font.hpp ├── ns_image.hpp ├── ns_list.hpp ├── ns_math.hpp ├── ns_point.hpp ├── ns_screen.hpp ├── ns_string.hpp ├── ui.h └── ui_types.h └── zlib ├── AutoCriticalSection.h ├── CMakeLists.txt ├── FTPSession.h ├── FTPSession_win.cpp ├── Logger.cpp ├── Logger.h ├── StackTracer.cpp ├── StackTracer.h ├── TlsValue.h ├── VersionInfo.h ├── VersionInfo_dummy.cpp ├── VersionInfo_msvc.cpp ├── Win32app.cpp ├── Win32app.h ├── alloc.h ├── base.h ├── base_win.cpp ├── cast.h ├── color.cpp ├── color.h ├── doit.bat ├── event.cpp ├── event.h ├── fixdelete.h ├── float └── math.asm ├── genericlist.h ├── input.cpp ├── input.h ├── main.h ├── mask.h ├── matrix.cpp ├── matrix.h ├── matrix2.cpp ├── olddxdefns.h ├── orientation.cpp ├── orientation.h ├── point.h ├── quaternion.cpp ├── quaternion.h ├── rect.h ├── tarray.h ├── tcompare.h ├── tlist.cpp ├── tlist.h ├── tmap.h ├── token.cpp ├── token.h ├── tref.h ├── tstack.h ├── tvector.h ├── vector.cpp ├── vector.h ├── vertex.h ├── window.cpp ├── window.h ├── winstyles.h ├── zadapt.h ├── zassert.h ├── zlib.h ├── zmath.cpp ├── zmath.h ├── zreg.h ├── zstring.cpp ├── zstring.h ├── ztime.cpp └── ztime.h /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/README.md -------------------------------------------------------------------------------- /VS2005/AGC.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/AGC.vcproj -------------------------------------------------------------------------------- /VS2005/AllSrvUI.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/AllSrvUI.vcproj -------------------------------------------------------------------------------- /VS2005/Allegiance.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/Allegiance.sln -------------------------------------------------------------------------------- /VS2005/Allegiance.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/Allegiance.vcproj -------------------------------------------------------------------------------- /VS2005/ClintLib.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/ClintLib.vcproj -------------------------------------------------------------------------------- /VS2005/Engine.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/Engine.vcproj -------------------------------------------------------------------------------- /VS2005/Guids.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/Guids.vcproj -------------------------------------------------------------------------------- /VS2005/Igc.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/Igc.vcproj -------------------------------------------------------------------------------- /VS2005/Lobby.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/Lobby.vcproj -------------------------------------------------------------------------------- /VS2005/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/README.txt -------------------------------------------------------------------------------- /VS2005/Server.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/Server.vcproj -------------------------------------------------------------------------------- /VS2005/SoundEngine.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/SoundEngine.vcproj -------------------------------------------------------------------------------- /VS2005/TCLib.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/TCLib.vcproj -------------------------------------------------------------------------------- /VS2005/Utility.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/Utility.vcproj -------------------------------------------------------------------------------- /VS2005/ZLibrary.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/ZLibrary.vcproj -------------------------------------------------------------------------------- /VS2005/cvh.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/cvh.vcproj -------------------------------------------------------------------------------- /VS2005/effect.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/effect.vcproj -------------------------------------------------------------------------------- /VS2005/mdlc.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/mdlc.vcproj -------------------------------------------------------------------------------- /VS2005/mdledit.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/mdledit.vcproj -------------------------------------------------------------------------------- /VS2005/sharemem.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/sharemem.vcproj -------------------------------------------------------------------------------- /VS2005/training.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2005/training.vcproj -------------------------------------------------------------------------------- /VS2008/AGC.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/AGC.vcproj -------------------------------------------------------------------------------- /VS2008/AllSrvUI.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/AllSrvUI.vcproj -------------------------------------------------------------------------------- /VS2008/Allegiance.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/Allegiance.sln -------------------------------------------------------------------------------- /VS2008/Allegiance.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/Allegiance.vcproj -------------------------------------------------------------------------------- /VS2008/ClintLib.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/ClintLib.vcproj -------------------------------------------------------------------------------- /VS2008/Engine.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/Engine.vcproj -------------------------------------------------------------------------------- /VS2008/Guids.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/Guids.vcproj -------------------------------------------------------------------------------- /VS2008/Igc.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/Igc.vcproj -------------------------------------------------------------------------------- /VS2008/Lobby.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/Lobby.vcproj -------------------------------------------------------------------------------- /VS2008/Server.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/Server.vcproj -------------------------------------------------------------------------------- /VS2008/SoundEngine.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/SoundEngine.vcproj -------------------------------------------------------------------------------- /VS2008/TCLib.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/TCLib.vcproj -------------------------------------------------------------------------------- /VS2008/Utility.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/Utility.vcproj -------------------------------------------------------------------------------- /VS2008/ZLibrary.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/ZLibrary.vcproj -------------------------------------------------------------------------------- /VS2008/cvh.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/cvh.vcproj -------------------------------------------------------------------------------- /VS2008/effect.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/effect.vcproj -------------------------------------------------------------------------------- /VS2008/mdlc.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/mdlc.vcproj -------------------------------------------------------------------------------- /VS2008/mdledit.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/mdledit.vcproj -------------------------------------------------------------------------------- /VS2008/sharemem.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/sharemem.vcproj -------------------------------------------------------------------------------- /VS2008/training.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2008/training.vcproj -------------------------------------------------------------------------------- /VS2010/AGC.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/AGC.vcxproj -------------------------------------------------------------------------------- /VS2010/AGC.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/AGC.vcxproj.filters -------------------------------------------------------------------------------- /VS2010/AllSrvUI.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/AllSrvUI.vcxproj -------------------------------------------------------------------------------- /VS2010/Allegiance.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/Allegiance.sln -------------------------------------------------------------------------------- /VS2010/Allegiance.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/Allegiance.vcxproj -------------------------------------------------------------------------------- /VS2010/AutoUpdate.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/AutoUpdate.vcxproj -------------------------------------------------------------------------------- /VS2010/ClintLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/ClintLib.vcxproj -------------------------------------------------------------------------------- /VS2010/Engine.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/Engine.vcxproj -------------------------------------------------------------------------------- /VS2010/Guids.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/Guids.vcxproj -------------------------------------------------------------------------------- /VS2010/Igc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/Igc.vcxproj -------------------------------------------------------------------------------- /VS2010/Lobby.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/Lobby.vcxproj -------------------------------------------------------------------------------- /VS2010/PigAccts.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/PigAccts.vcxproj -------------------------------------------------------------------------------- /VS2010/PigConfig.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/PigConfig.vcxproj -------------------------------------------------------------------------------- /VS2010/PigGUID.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/PigGUID.vcxproj -------------------------------------------------------------------------------- /VS2010/PigSrv.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/PigSrv.vcxproj -------------------------------------------------------------------------------- /VS2010/PigsLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/PigsLib.vcxproj -------------------------------------------------------------------------------- /VS2010/Reloader.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/Reloader.vcxproj -------------------------------------------------------------------------------- /VS2010/Server.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/Server.vcxproj -------------------------------------------------------------------------------- /VS2010/SoundEngine.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/SoundEngine.vcxproj -------------------------------------------------------------------------------- /VS2010/TCLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/TCLib.vcxproj -------------------------------------------------------------------------------- /VS2010/TCObj.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/TCObj.vcxproj -------------------------------------------------------------------------------- /VS2010/Utility.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/Utility.vcxproj -------------------------------------------------------------------------------- /VS2010/ZLibrary.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/ZLibrary.vcxproj -------------------------------------------------------------------------------- /VS2010/cvh.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/cvh.vcxproj -------------------------------------------------------------------------------- /VS2010/effect.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/effect.vcxproj -------------------------------------------------------------------------------- /VS2010/mdlc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/mdlc.vcxproj -------------------------------------------------------------------------------- /VS2010/mdledit.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/mdledit.vcxproj -------------------------------------------------------------------------------- /VS2010/sharemem.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/sharemem.vcxproj -------------------------------------------------------------------------------- /VS2010/training.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2010/training.vcxproj -------------------------------------------------------------------------------- /VS2015/AGC.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/AGC.vcxproj -------------------------------------------------------------------------------- /VS2015/AllSrvUI.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/AllSrvUI.vcxproj -------------------------------------------------------------------------------- /VS2015/Allegiance.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/Allegiance.sln -------------------------------------------------------------------------------- /VS2015/Allegiance.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/Allegiance.vcxproj -------------------------------------------------------------------------------- /VS2015/AutoUpdate.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/AutoUpdate.vcxproj -------------------------------------------------------------------------------- /VS2015/ClintLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/ClintLib.vcxproj -------------------------------------------------------------------------------- /VS2015/Engine.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/Engine.vcxproj -------------------------------------------------------------------------------- /VS2015/Guids.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/Guids.vcxproj -------------------------------------------------------------------------------- /VS2015/Igc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/Igc.vcxproj -------------------------------------------------------------------------------- /VS2015/Lobby.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/Lobby.vcxproj -------------------------------------------------------------------------------- /VS2015/PigAccts.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/PigAccts.vcxproj -------------------------------------------------------------------------------- /VS2015/PigConfig.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/PigConfig.vcxproj -------------------------------------------------------------------------------- /VS2015/PigGUID.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/PigGUID.vcxproj -------------------------------------------------------------------------------- /VS2015/PigSrv.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/PigSrv.vcxproj -------------------------------------------------------------------------------- /VS2015/PigsLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/PigsLib.vcxproj -------------------------------------------------------------------------------- /VS2015/Reloader.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/Reloader.vcxproj -------------------------------------------------------------------------------- /VS2015/Server.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/Server.vcxproj -------------------------------------------------------------------------------- /VS2015/SoundEngine.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/SoundEngine.vcxproj -------------------------------------------------------------------------------- /VS2015/TCLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/TCLib.vcxproj -------------------------------------------------------------------------------- /VS2015/TCObj.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/TCObj.vcxproj -------------------------------------------------------------------------------- /VS2015/Utility.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/Utility.vcxproj -------------------------------------------------------------------------------- /VS2015/ZLibrary.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/ZLibrary.vcxproj -------------------------------------------------------------------------------- /VS2015/cvh.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/cvh.vcxproj -------------------------------------------------------------------------------- /VS2015/effect.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/effect.vcxproj -------------------------------------------------------------------------------- /VS2015/mdlc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/mdlc.vcxproj -------------------------------------------------------------------------------- /VS2015/mdledit.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/mdledit.vcxproj -------------------------------------------------------------------------------- /VS2015/sharemem.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/sharemem.vcxproj -------------------------------------------------------------------------------- /VS2015/training.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2015/training.vcxproj -------------------------------------------------------------------------------- /VS2017/AGC.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/AGC.vcxproj -------------------------------------------------------------------------------- /VS2017/AllSrvUI.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/AllSrvUI.vcxproj -------------------------------------------------------------------------------- /VS2017/Allegiance.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/Allegiance.sln -------------------------------------------------------------------------------- /VS2017/Allegiance.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/Allegiance.vcxproj -------------------------------------------------------------------------------- /VS2017/AutoUpdate.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/AutoUpdate.vcxproj -------------------------------------------------------------------------------- /VS2017/ClintLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/ClintLib.vcxproj -------------------------------------------------------------------------------- /VS2017/Engine.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/Engine.vcxproj -------------------------------------------------------------------------------- /VS2017/Guids.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/Guids.vcxproj -------------------------------------------------------------------------------- /VS2017/Igc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/Igc.vcxproj -------------------------------------------------------------------------------- /VS2017/Lobby.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/Lobby.vcxproj -------------------------------------------------------------------------------- /VS2017/PigAccts.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/PigAccts.vcxproj -------------------------------------------------------------------------------- /VS2017/PigConfig.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/PigConfig.vcxproj -------------------------------------------------------------------------------- /VS2017/PigGUID.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/PigGUID.vcxproj -------------------------------------------------------------------------------- /VS2017/PigSrv.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/PigSrv.vcxproj -------------------------------------------------------------------------------- /VS2017/PigsLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/PigsLib.vcxproj -------------------------------------------------------------------------------- /VS2017/Reloader.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/Reloader.vcxproj -------------------------------------------------------------------------------- /VS2017/Server.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/Server.vcxproj -------------------------------------------------------------------------------- /VS2017/SoundEngine.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/SoundEngine.vcxproj -------------------------------------------------------------------------------- /VS2017/TCLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/TCLib.vcxproj -------------------------------------------------------------------------------- /VS2017/TCObj.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/TCObj.vcxproj -------------------------------------------------------------------------------- /VS2017/Ui.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/Ui.vcxproj -------------------------------------------------------------------------------- /VS2017/Utility.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/Utility.vcxproj -------------------------------------------------------------------------------- /VS2017/ZLibrary.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/ZLibrary.vcxproj -------------------------------------------------------------------------------- /VS2017/cvh.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/cvh.vcxproj -------------------------------------------------------------------------------- /VS2017/effect.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/effect.vcxproj -------------------------------------------------------------------------------- /VS2017/mdlc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/mdlc.vcxproj -------------------------------------------------------------------------------- /VS2017/mdledit.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/mdledit.vcxproj -------------------------------------------------------------------------------- /VS2017/screens.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/screens.txt -------------------------------------------------------------------------------- /VS2017/sharemem.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/sharemem.vcxproj -------------------------------------------------------------------------------- /VS2017/training.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2017/training.vcxproj -------------------------------------------------------------------------------- /VS2022/AGC.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/AGC.vcxproj -------------------------------------------------------------------------------- /VS2022/AllSrvUI.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/AllSrvUI.vcxproj -------------------------------------------------------------------------------- /VS2022/Allegiance.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/Allegiance.sln -------------------------------------------------------------------------------- /VS2022/Allegiance.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/Allegiance.vcxproj -------------------------------------------------------------------------------- /VS2022/AutoUpdate.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/AutoUpdate.vcxproj -------------------------------------------------------------------------------- /VS2022/ClintLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/ClintLib.vcxproj -------------------------------------------------------------------------------- /VS2022/Engine.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/Engine.vcxproj -------------------------------------------------------------------------------- /VS2022/Guids.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/Guids.vcxproj -------------------------------------------------------------------------------- /VS2022/Igc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/Igc.vcxproj -------------------------------------------------------------------------------- /VS2022/Lobby.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/Lobby.vcxproj -------------------------------------------------------------------------------- /VS2022/PigAccts.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/PigAccts.vcxproj -------------------------------------------------------------------------------- /VS2022/PigConfig.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/PigConfig.vcxproj -------------------------------------------------------------------------------- /VS2022/PigGUID.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/PigGUID.vcxproj -------------------------------------------------------------------------------- /VS2022/PigSrv.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/PigSrv.vcxproj -------------------------------------------------------------------------------- /VS2022/PigsLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/PigsLib.vcxproj -------------------------------------------------------------------------------- /VS2022/Reloader.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/Reloader.vcxproj -------------------------------------------------------------------------------- /VS2022/Server.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/Server.vcxproj -------------------------------------------------------------------------------- /VS2022/Shared.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/Shared.props -------------------------------------------------------------------------------- /VS2022/SoundEngine.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/SoundEngine.vcxproj -------------------------------------------------------------------------------- /VS2022/TCLib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/TCLib.vcxproj -------------------------------------------------------------------------------- /VS2022/TCObj.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/TCObj.vcxproj -------------------------------------------------------------------------------- /VS2022/Ui.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/Ui.vcxproj -------------------------------------------------------------------------------- /VS2022/Utility.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/Utility.vcxproj -------------------------------------------------------------------------------- /VS2022/ZLibrary.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/ZLibrary.vcxproj -------------------------------------------------------------------------------- /VS2022/cvh.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/cvh.vcxproj -------------------------------------------------------------------------------- /VS2022/effect.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/effect.vcxproj -------------------------------------------------------------------------------- /VS2022/mdlc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/mdlc.vcxproj -------------------------------------------------------------------------------- /VS2022/mdledit.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/mdledit.vcxproj -------------------------------------------------------------------------------- /VS2022/screens.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/screens.txt -------------------------------------------------------------------------------- /VS2022/sharemem.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/sharemem.vcxproj -------------------------------------------------------------------------------- /VS2022/training.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/VS2022/training.vcxproj -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/appveyor.yml -------------------------------------------------------------------------------- /artwork/bounce.ffe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/bounce.ffe -------------------------------------------------------------------------------- /artwork/e_booster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/e_booster.png -------------------------------------------------------------------------------- /artwork/e_boosterbmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/e_boosterbmp.mdl -------------------------------------------------------------------------------- /artwork/e_damage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/e_damage.png -------------------------------------------------------------------------------- /artwork/e_damagebmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/e_damagebmp.mdl -------------------------------------------------------------------------------- /artwork/e_fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/e_fire.png -------------------------------------------------------------------------------- /artwork/e_firebmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/e_firebmp.mdl -------------------------------------------------------------------------------- /artwork/e_smoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/e_smoke.png -------------------------------------------------------------------------------- /artwork/e_smokebmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/e_smokebmp.mdl -------------------------------------------------------------------------------- /artwork/e_tele.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/e_tele.png -------------------------------------------------------------------------------- /artwork/e_telebmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/e_telebmp.mdl -------------------------------------------------------------------------------- /artwork/explode.ffe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/explode.ffe -------------------------------------------------------------------------------- /artwork/fire.ffe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/fire.ffe -------------------------------------------------------------------------------- /artwork/gamescreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/gamescreen.png -------------------------------------------------------------------------------- /artwork/headergames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/headergames.png -------------------------------------------------------------------------------- /artwork/hullinfo.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/hullinfo.mdl -------------------------------------------------------------------------------- /artwork/map25.igc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/map25.igc -------------------------------------------------------------------------------- /artwork/map25_v2.igc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/map25_v2.igc -------------------------------------------------------------------------------- /artwork/missionbrief.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/missionbrief.mdl -------------------------------------------------------------------------------- /artwork/newgamescreen.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/newgamescreen.mdl -------------------------------------------------------------------------------- /artwork/ripicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/ripicon.png -------------------------------------------------------------------------------- /artwork/ripiconbmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/ripiconbmp.mdl -------------------------------------------------------------------------------- /artwork/teamblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamblue.png -------------------------------------------------------------------------------- /artwork/teambluebmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teambluebmp.mdl -------------------------------------------------------------------------------- /artwork/teamgreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamgreen.png -------------------------------------------------------------------------------- /artwork/teamgreenbmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamgreenbmp.mdl -------------------------------------------------------------------------------- /artwork/teamgrey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamgrey.png -------------------------------------------------------------------------------- /artwork/teamgreybmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamgreybmp.mdl -------------------------------------------------------------------------------- /artwork/teampurple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teampurple.png -------------------------------------------------------------------------------- /artwork/teampurplebmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teampurplebmp.mdl -------------------------------------------------------------------------------- /artwork/teamred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamred.png -------------------------------------------------------------------------------- /artwork/teamredbmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamredbmp.mdl -------------------------------------------------------------------------------- /artwork/teamscreen.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamscreen.mdl -------------------------------------------------------------------------------- /artwork/teamselblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamselblue.png -------------------------------------------------------------------------------- /artwork/teamselbluebmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamselbluebmp.mdl -------------------------------------------------------------------------------- /artwork/teamselgreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamselgreen.png -------------------------------------------------------------------------------- /artwork/teamselgrey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamselgrey.png -------------------------------------------------------------------------------- /artwork/teamselgreybmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamselgreybmp.mdl -------------------------------------------------------------------------------- /artwork/teamselpurple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamselpurple.png -------------------------------------------------------------------------------- /artwork/teamselred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamselred.png -------------------------------------------------------------------------------- /artwork/teamselredbmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamselredbmp.mdl -------------------------------------------------------------------------------- /artwork/teamselwhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamselwhite.png -------------------------------------------------------------------------------- /artwork/teamselyel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamselyel.png -------------------------------------------------------------------------------- /artwork/teamselyelbmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamselyelbmp.mdl -------------------------------------------------------------------------------- /artwork/teamwhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamwhite.png -------------------------------------------------------------------------------- /artwork/teamwhitebmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamwhitebmp.mdl -------------------------------------------------------------------------------- /artwork/teamyel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamyel.png -------------------------------------------------------------------------------- /artwork/teamyelbmp.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/teamyelbmp.mdl -------------------------------------------------------------------------------- /artwork/tester.igc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/artwork/tester.igc -------------------------------------------------------------------------------- /pigs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/pigs.xml -------------------------------------------------------------------------------- /src/AGC/AGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGC.cpp -------------------------------------------------------------------------------- /src/AGC/AGC.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGC.def -------------------------------------------------------------------------------- /src/AGC/AGC.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGC.idl -------------------------------------------------------------------------------- /src/AGC/AGC.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGC.rc -------------------------------------------------------------------------------- /src/AGC/AGC.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGC.rc2 -------------------------------------------------------------------------------- /src/AGC/AGCAleph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAleph.cpp -------------------------------------------------------------------------------- /src/AGC/AGCAleph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAleph.h -------------------------------------------------------------------------------- /src/AGC/AGCAleph.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAleph.rgs -------------------------------------------------------------------------------- /src/AGC/AGCAlephs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAlephs.cpp -------------------------------------------------------------------------------- /src/AGC/AGCAlephs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAlephs.h -------------------------------------------------------------------------------- /src/AGC/AGCAlephs.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAlephs.rgs -------------------------------------------------------------------------------- /src/AGC/AGCAsteroid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAsteroid.cpp -------------------------------------------------------------------------------- /src/AGC/AGCAsteroid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAsteroid.h -------------------------------------------------------------------------------- /src/AGC/AGCAsteroid.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAsteroid.rgs -------------------------------------------------------------------------------- /src/AGC/AGCAsteroids.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAsteroids.cpp -------------------------------------------------------------------------------- /src/AGC/AGCAsteroids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAsteroids.h -------------------------------------------------------------------------------- /src/AGC/AGCAsteroids.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCAsteroids.rgs -------------------------------------------------------------------------------- /src/AGC/AGCCP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCCP.h -------------------------------------------------------------------------------- /src/AGC/AGCChat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCChat.h -------------------------------------------------------------------------------- /src/AGC/AGCCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCCommand.cpp -------------------------------------------------------------------------------- /src/AGC/AGCCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCCommand.h -------------------------------------------------------------------------------- /src/AGC/AGCCommand.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCCommand.rgs -------------------------------------------------------------------------------- /src/AGC/AGCDBParams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCDBParams.cpp -------------------------------------------------------------------------------- /src/AGC/AGCDBParams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCDBParams.h -------------------------------------------------------------------------------- /src/AGC/AGCDBParams.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCDBParams.rgs -------------------------------------------------------------------------------- /src/AGC/AGCDebugHook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCDebugHook.h -------------------------------------------------------------------------------- /src/AGC/AGCEventData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventData.cpp -------------------------------------------------------------------------------- /src/AGC/AGCEventData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventData.h -------------------------------------------------------------------------------- /src/AGC/AGCEventDef.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventDef.cpp -------------------------------------------------------------------------------- /src/AGC/AGCEventDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventDef.h -------------------------------------------------------------------------------- /src/AGC/AGCEventIDRange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventIDRange.h -------------------------------------------------------------------------------- /src/AGC/AGCEventIDRanges.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventIDRanges.h -------------------------------------------------------------------------------- /src/AGC/AGCEventLogger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventLogger.cpp -------------------------------------------------------------------------------- /src/AGC/AGCEventLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventLogger.h -------------------------------------------------------------------------------- /src/AGC/AGCEventLogger.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventLogger.rgs -------------------------------------------------------------------------------- /src/AGC/AGCEventThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventThread.h -------------------------------------------------------------------------------- /src/AGC/AGCEvents.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEvents.xml -------------------------------------------------------------------------------- /src/AGC/AGCEventsCPP.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventsCPP.xsl -------------------------------------------------------------------------------- /src/AGC/AGCEventsIDL.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventsIDL.xsl -------------------------------------------------------------------------------- /src/AGC/AGCEventsMC.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventsMC.xsl -------------------------------------------------------------------------------- /src/AGC/AGCEventsRC2.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventsRC2.xsl -------------------------------------------------------------------------------- /src/AGC/AGCEventsRCH.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCEventsRCH.xsl -------------------------------------------------------------------------------- /src/AGC/AGCGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCGame.cpp -------------------------------------------------------------------------------- /src/AGC/AGCGame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCGame.h -------------------------------------------------------------------------------- /src/AGC/AGCGame.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCGame.rgs -------------------------------------------------------------------------------- /src/AGC/AGCGlobal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCGlobal.cpp -------------------------------------------------------------------------------- /src/AGC/AGCGlobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCGlobal.h -------------------------------------------------------------------------------- /src/AGC/AGCGlobal.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCGlobal.rgs -------------------------------------------------------------------------------- /src/AGC/AGCGuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCGuid.c -------------------------------------------------------------------------------- /src/AGC/AGCHullType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCHullType.cpp -------------------------------------------------------------------------------- /src/AGC/AGCHullType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCHullType.h -------------------------------------------------------------------------------- /src/AGC/AGCHullType.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCHullType.rgs -------------------------------------------------------------------------------- /src/AGC/AGCHullTypes.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCHullTypes.rgs -------------------------------------------------------------------------------- /src/AGC/AGCModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCModel.cpp -------------------------------------------------------------------------------- /src/AGC/AGCModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCModel.h -------------------------------------------------------------------------------- /src/AGC/AGCModel.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCModel.rgs -------------------------------------------------------------------------------- /src/AGC/AGCModels.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCModels.cpp -------------------------------------------------------------------------------- /src/AGC/AGCModels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCModels.h -------------------------------------------------------------------------------- /src/AGC/AGCModels.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCModels.rgs -------------------------------------------------------------------------------- /src/AGC/AGCModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCModule.h -------------------------------------------------------------------------------- /src/AGC/AGCOrientation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCOrientation.cpp -------------------------------------------------------------------------------- /src/AGC/AGCOrientation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCOrientation.h -------------------------------------------------------------------------------- /src/AGC/AGCOrientation.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCOrientation.rgs -------------------------------------------------------------------------------- /src/AGC/AGCProbe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCProbe.cpp -------------------------------------------------------------------------------- /src/AGC/AGCProbe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCProbe.h -------------------------------------------------------------------------------- /src/AGC/AGCProbe.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCProbe.rgs -------------------------------------------------------------------------------- /src/AGC/AGCProbes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCProbes.cpp -------------------------------------------------------------------------------- /src/AGC/AGCProbes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCProbes.h -------------------------------------------------------------------------------- /src/AGC/AGCProbes.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCProbes.rgs -------------------------------------------------------------------------------- /src/AGC/AGCSector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCSector.cpp -------------------------------------------------------------------------------- /src/AGC/AGCSector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCSector.h -------------------------------------------------------------------------------- /src/AGC/AGCSector.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCSector.rgs -------------------------------------------------------------------------------- /src/AGC/AGCSectors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCSectors.cpp -------------------------------------------------------------------------------- /src/AGC/AGCSectors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCSectors.h -------------------------------------------------------------------------------- /src/AGC/AGCSectors.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCSectors.rgs -------------------------------------------------------------------------------- /src/AGC/AGCShip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCShip.cpp -------------------------------------------------------------------------------- /src/AGC/AGCShip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCShip.h -------------------------------------------------------------------------------- /src/AGC/AGCShip.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCShip.rgs -------------------------------------------------------------------------------- /src/AGC/AGCShips.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCShips.cpp -------------------------------------------------------------------------------- /src/AGC/AGCShips.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCShips.h -------------------------------------------------------------------------------- /src/AGC/AGCShips.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCShips.rgs -------------------------------------------------------------------------------- /src/AGC/AGCSite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCSite.h -------------------------------------------------------------------------------- /src/AGC/AGCStation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCStation.cpp -------------------------------------------------------------------------------- /src/AGC/AGCStation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCStation.h -------------------------------------------------------------------------------- /src/AGC/AGCStation.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCStation.rgs -------------------------------------------------------------------------------- /src/AGC/AGCStations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCStations.cpp -------------------------------------------------------------------------------- /src/AGC/AGCStations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCStations.h -------------------------------------------------------------------------------- /src/AGC/AGCStations.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCStations.rgs -------------------------------------------------------------------------------- /src/AGC/AGCTeam.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCTeam.cpp -------------------------------------------------------------------------------- /src/AGC/AGCTeam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCTeam.h -------------------------------------------------------------------------------- /src/AGC/AGCTeam.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCTeam.rgs -------------------------------------------------------------------------------- /src/AGC/AGCTeams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCTeams.cpp -------------------------------------------------------------------------------- /src/AGC/AGCTeams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCTeams.h -------------------------------------------------------------------------------- /src/AGC/AGCTeams.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCTeams.rgs -------------------------------------------------------------------------------- /src/AGC/AGCVector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCVector.cpp -------------------------------------------------------------------------------- /src/AGC/AGCVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCVector.h -------------------------------------------------------------------------------- /src/AGC/AGCVector.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCVector.rgs -------------------------------------------------------------------------------- /src/AGC/AGCVersionInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCVersionInfo.cpp -------------------------------------------------------------------------------- /src/AGC/AGCVersionInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCVersionInfo.h -------------------------------------------------------------------------------- /src/AGC/AGCVersionInfo.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCVersionInfo.rgs -------------------------------------------------------------------------------- /src/AGC/AGCWinApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/AGCWinApp.h -------------------------------------------------------------------------------- /src/AGC/EventBrowser.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/EventBrowser.xsl -------------------------------------------------------------------------------- /src/AGC/IAGCAlephImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCAlephImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCAsteroidImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCAsteroidImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCBaseImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCBaseImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCBuyableImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCBuyableImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCCommonImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCCommonImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCDamageImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCDamageImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCGameImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCGameImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCModelImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCModelImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCProbeImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCProbeImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCRangeImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCRangeImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCRangesImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCRangesImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCScannerImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCScannerImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCSectorImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCSectorImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCShipImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCShipImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCStationImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCStationImpl.h -------------------------------------------------------------------------------- /src/AGC/IAGCTeamImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/IAGCTeamImpl.h -------------------------------------------------------------------------------- /src/AGC/Pre-build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/Pre-build.bat -------------------------------------------------------------------------------- /src/AGC/TCMarshalByValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/TCMarshalByValue.h -------------------------------------------------------------------------------- /src/AGC/TCNullStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/TCNullStream.cpp -------------------------------------------------------------------------------- /src/AGC/TCNullStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/TCNullStream.h -------------------------------------------------------------------------------- /src/AGC/TCNullStream.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/TCNullStream.rgs -------------------------------------------------------------------------------- /src/AGC/TCStrings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/TCStrings.cpp -------------------------------------------------------------------------------- /src/AGC/TCStrings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/TCStrings.h -------------------------------------------------------------------------------- /src/AGC/TCStrings.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/TCStrings.rgs -------------------------------------------------------------------------------- /src/AGC/TCUtility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/TCUtility.cpp -------------------------------------------------------------------------------- /src/AGC/TCUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/TCUtility.h -------------------------------------------------------------------------------- /src/AGC/TCUtility.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/TCUtility.rgs -------------------------------------------------------------------------------- /src/AGC/VerInfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/VerInfo.js -------------------------------------------------------------------------------- /src/AGC/XMLXForm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/XMLXForm.js -------------------------------------------------------------------------------- /src/AGC/agcevent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/agcevent.cpp -------------------------------------------------------------------------------- /src/AGC/agcevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/agcevent.h -------------------------------------------------------------------------------- /src/AGC/agcevent.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/agcevent.rgs -------------------------------------------------------------------------------- /src/AGC/dlldatax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/dlldatax.c -------------------------------------------------------------------------------- /src/AGC/dlldatax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/dlldatax.h -------------------------------------------------------------------------------- /src/AGC/gameparamdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/gameparamdata.h -------------------------------------------------------------------------------- /src/AGC/guid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/guid.cpp -------------------------------------------------------------------------------- /src/AGC/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/pch.cpp -------------------------------------------------------------------------------- /src/AGC/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/pch.h -------------------------------------------------------------------------------- /src/AGC/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AGC/resource.h -------------------------------------------------------------------------------- /src/AllSrvUI/AllSrvUI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/AllSrvUI.cpp -------------------------------------------------------------------------------- /src/AllSrvUI/AllSrvUI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/AllSrvUI.h -------------------------------------------------------------------------------- /src/AllSrvUI/AllSrvUI.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/AllSrvUI.ico -------------------------------------------------------------------------------- /src/AllSrvUI/AllSrvUI.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/AllSrvUI.rc -------------------------------------------------------------------------------- /src/AllSrvUI/AllSrvUI.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/AllSrvUI.rc2 -------------------------------------------------------------------------------- /src/AllSrvUI/AutoSizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/AutoSizer.cpp -------------------------------------------------------------------------------- /src/AllSrvUI/AutoSizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/AutoSizer.h -------------------------------------------------------------------------------- /src/AllSrvUI/Conquest.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/Conquest.ico -------------------------------------------------------------------------------- /src/AllSrvUI/CountDown.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/CountDown.ico -------------------------------------------------------------------------------- /src/AllSrvUI/DlgAbout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/DlgAbout.cpp -------------------------------------------------------------------------------- /src/AllSrvUI/DlgAbout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/DlgAbout.h -------------------------------------------------------------------------------- /src/AllSrvUI/Flags.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/Flags.ico -------------------------------------------------------------------------------- /src/AllSrvUI/GamePageWin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/GamePageWin.h -------------------------------------------------------------------------------- /src/AllSrvUI/Inbalance.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/Inbalance.ico -------------------------------------------------------------------------------- /src/AllSrvUI/Lives.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/Lives.ico -------------------------------------------------------------------------------- /src/AllSrvUI/MaxTeam.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/MaxTeam.ico -------------------------------------------------------------------------------- /src/AllSrvUI/MinTeam.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/MinTeam.ico -------------------------------------------------------------------------------- /src/AllSrvUI/PageChat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/PageChat.cpp -------------------------------------------------------------------------------- /src/AllSrvUI/PageChat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/PageChat.h -------------------------------------------------------------------------------- /src/AllSrvUI/PageConnect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/PageConnect.h -------------------------------------------------------------------------------- /src/AllSrvUI/PageDummy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/PageDummy.cpp -------------------------------------------------------------------------------- /src/AllSrvUI/PageDummy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/PageDummy.h -------------------------------------------------------------------------------- /src/AllSrvUI/PagePlayers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/PagePlayers.h -------------------------------------------------------------------------------- /src/AllSrvUI/Skill.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/Skill.ico -------------------------------------------------------------------------------- /src/AllSrvUI/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/StdAfx.cpp -------------------------------------------------------------------------------- /src/AllSrvUI/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/StdAfx.h -------------------------------------------------------------------------------- /src/AllSrvUI/TeamCount.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/TeamCount.ico -------------------------------------------------------------------------------- /src/AllSrvUI/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/resource.h -------------------------------------------------------------------------------- /src/AllSrvUI/zone.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AllSrvUI/zone.bmp -------------------------------------------------------------------------------- /src/AutoUpdate/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AutoUpdate/pch.cpp -------------------------------------------------------------------------------- /src/AutoUpdate/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AutoUpdate/pch.h -------------------------------------------------------------------------------- /src/AutoUpdate/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/AutoUpdate/resource.h -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/FedSrv/AdminGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminGame.cpp -------------------------------------------------------------------------------- /src/FedSrv/AdminGame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminGame.h -------------------------------------------------------------------------------- /src/FedSrv/AdminGame.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminGame.rgs -------------------------------------------------------------------------------- /src/FedSrv/AdminGames.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminGames.cpp -------------------------------------------------------------------------------- /src/FedSrv/AdminGames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminGames.h -------------------------------------------------------------------------------- /src/FedSrv/AdminGames.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminGames.rgs -------------------------------------------------------------------------------- /src/FedSrv/AdminServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminServer.cpp -------------------------------------------------------------------------------- /src/FedSrv/AdminServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminServer.h -------------------------------------------------------------------------------- /src/FedSrv/AdminServer.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminServer.rgs -------------------------------------------------------------------------------- /src/FedSrv/AdminSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminSession.h -------------------------------------------------------------------------------- /src/FedSrv/AdminShip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminShip.cpp -------------------------------------------------------------------------------- /src/FedSrv/AdminShip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminShip.h -------------------------------------------------------------------------------- /src/FedSrv/AdminShip.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminShip.rgs -------------------------------------------------------------------------------- /src/FedSrv/AdminUser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminUser.cpp -------------------------------------------------------------------------------- /src/FedSrv/AdminUser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminUser.h -------------------------------------------------------------------------------- /src/FedSrv/AdminUser.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminUser.rgs -------------------------------------------------------------------------------- /src/FedSrv/AdminUsers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminUsers.cpp -------------------------------------------------------------------------------- /src/FedSrv/AdminUsers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminUsers.h -------------------------------------------------------------------------------- /src/FedSrv/AdminUsers.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminUsers.rgs -------------------------------------------------------------------------------- /src/FedSrv/AdminUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AdminUtil.h -------------------------------------------------------------------------------- /src/FedSrv/AllSrv32.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/AllSrv32.rgs -------------------------------------------------------------------------------- /src/FedSrv/BitArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/BitArray.cpp -------------------------------------------------------------------------------- /src/FedSrv/BitArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/BitArray.h -------------------------------------------------------------------------------- /src/FedSrv/DPMono.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/DPMono.rgs -------------------------------------------------------------------------------- /src/FedSrv/FedSrv.CPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/FedSrv.CPP -------------------------------------------------------------------------------- /src/FedSrv/FedSrv.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/FedSrv.H -------------------------------------------------------------------------------- /src/FedSrv/FedSrv.RC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/FedSrv.RC -------------------------------------------------------------------------------- /src/FedSrv/FedSrvApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/FedSrvApp.h -------------------------------------------------------------------------------- /src/FedSrv/Status.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/Status.htm -------------------------------------------------------------------------------- /src/FedSrv/allsrv.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/allsrv.rgs -------------------------------------------------------------------------------- /src/FedSrv/allsrvmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/allsrvmodule.h -------------------------------------------------------------------------------- /src/FedSrv/counters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/counters.h -------------------------------------------------------------------------------- /src/FedSrv/dbgutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/dbgutil.h -------------------------------------------------------------------------------- /src/FedSrv/fedmsg.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fedmsg.msg -------------------------------------------------------------------------------- /src/FedSrv/fedsrv.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fedsrv.ico -------------------------------------------------------------------------------- /src/FedSrv/fedsrv.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fedsrv.rc2 -------------------------------------------------------------------------------- /src/FedSrv/fedsrvsql.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fedsrvsql.h -------------------------------------------------------------------------------- /src/FedSrv/fscluster.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fscluster.cpp -------------------------------------------------------------------------------- /src/FedSrv/fscluster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fscluster.h -------------------------------------------------------------------------------- /src/FedSrv/fslobby.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fslobby.cpp -------------------------------------------------------------------------------- /src/FedSrv/fsmission.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fsmission.cpp -------------------------------------------------------------------------------- /src/FedSrv/fsmission.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fsmission.h -------------------------------------------------------------------------------- /src/FedSrv/fsship.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fsship.cpp -------------------------------------------------------------------------------- /src/FedSrv/fsship.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fsship.h -------------------------------------------------------------------------------- /src/FedSrv/fsside.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fsside.cpp -------------------------------------------------------------------------------- /src/FedSrv/fsside.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/fsside.h -------------------------------------------------------------------------------- /src/FedSrv/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/pch.cpp -------------------------------------------------------------------------------- /src/FedSrv/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/pch.h -------------------------------------------------------------------------------- /src/FedSrv/regini.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/regini.txt -------------------------------------------------------------------------------- /src/FedSrv/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/resource.h -------------------------------------------------------------------------------- /src/FedSrv/sqlhelp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/sqlhelp.cpp -------------------------------------------------------------------------------- /src/FedSrv/srvqguids.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/srvqguids.cpp -------------------------------------------------------------------------------- /src/FedSrv/srvqueries.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/FedSrv/srvqueries.h -------------------------------------------------------------------------------- /src/Igc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/CMakeLists.txt -------------------------------------------------------------------------------- /src/Igc/afterburnerIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/afterburnerIGC.cpp -------------------------------------------------------------------------------- /src/Igc/afterburnerIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/afterburnerIGC.h -------------------------------------------------------------------------------- /src/Igc/asteroidigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/asteroidigc.cpp -------------------------------------------------------------------------------- /src/Igc/asteroidigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/asteroidigc.h -------------------------------------------------------------------------------- /src/Igc/bucketigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/bucketigc.cpp -------------------------------------------------------------------------------- /src/Igc/bucketigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/bucketigc.h -------------------------------------------------------------------------------- /src/Igc/buoyigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/buoyigc.cpp -------------------------------------------------------------------------------- /src/Igc/buoyigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/buoyigc.h -------------------------------------------------------------------------------- /src/Igc/chaffigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/chaffigc.cpp -------------------------------------------------------------------------------- /src/Igc/chaffigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/chaffigc.h -------------------------------------------------------------------------------- /src/Igc/chafftypeigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/chafftypeigc.cpp -------------------------------------------------------------------------------- /src/Igc/chafftypeigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/chafftypeigc.h -------------------------------------------------------------------------------- /src/Igc/civilizationigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/civilizationigc.h -------------------------------------------------------------------------------- /src/Igc/cloakigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/cloakigc.cpp -------------------------------------------------------------------------------- /src/Igc/cloakigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/cloakigc.h -------------------------------------------------------------------------------- /src/Igc/clusterIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/clusterIGC.cpp -------------------------------------------------------------------------------- /src/Igc/clusterIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/clusterIGC.h -------------------------------------------------------------------------------- /src/Igc/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/common.cpp -------------------------------------------------------------------------------- /src/Igc/developmentigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/developmentigc.cpp -------------------------------------------------------------------------------- /src/Igc/developmentigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/developmentigc.h -------------------------------------------------------------------------------- /src/Igc/dispenserigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/dispenserigc.cpp -------------------------------------------------------------------------------- /src/Igc/dispenserigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/dispenserigc.h -------------------------------------------------------------------------------- /src/Igc/dronetypeigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/dronetypeigc.cpp -------------------------------------------------------------------------------- /src/Igc/dronetypeigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/dronetypeigc.h -------------------------------------------------------------------------------- /src/Igc/hullTypeIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/hullTypeIGC.cpp -------------------------------------------------------------------------------- /src/Igc/hullTypeIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/hullTypeIGC.h -------------------------------------------------------------------------------- /src/Igc/igc.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/igc.def -------------------------------------------------------------------------------- /src/Igc/igc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/igc.h -------------------------------------------------------------------------------- /src/Igc/launchertypeigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/launchertypeigc.h -------------------------------------------------------------------------------- /src/Igc/magazineigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/magazineigc.cpp -------------------------------------------------------------------------------- /src/Igc/magazineigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/magazineigc.h -------------------------------------------------------------------------------- /src/Igc/mapmakerigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/mapmakerigc.cpp -------------------------------------------------------------------------------- /src/Igc/mapmakerigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/mapmakerigc.h -------------------------------------------------------------------------------- /src/Igc/mineigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/mineigc.cpp -------------------------------------------------------------------------------- /src/Igc/mineigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/mineigc.h -------------------------------------------------------------------------------- /src/Igc/minetypeigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/minetypeigc.cpp -------------------------------------------------------------------------------- /src/Igc/minetypeigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/minetypeigc.h -------------------------------------------------------------------------------- /src/Igc/missileigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/missileigc.cpp -------------------------------------------------------------------------------- /src/Igc/missileigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/missileigc.h -------------------------------------------------------------------------------- /src/Igc/missiletypeigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/missiletypeigc.cpp -------------------------------------------------------------------------------- /src/Igc/missiletypeigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/missiletypeigc.h -------------------------------------------------------------------------------- /src/Igc/missionigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/missionigc.cpp -------------------------------------------------------------------------------- /src/Igc/missionigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/missionigc.h -------------------------------------------------------------------------------- /src/Igc/modelIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/modelIGC.cpp -------------------------------------------------------------------------------- /src/Igc/modelIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/modelIGC.h -------------------------------------------------------------------------------- /src/Igc/packigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/packigc.cpp -------------------------------------------------------------------------------- /src/Igc/packigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/packigc.h -------------------------------------------------------------------------------- /src/Igc/partTypeIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/partTypeIGC.cpp -------------------------------------------------------------------------------- /src/Igc/partTypeIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/partTypeIGC.h -------------------------------------------------------------------------------- /src/Igc/private.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/private.cpp -------------------------------------------------------------------------------- /src/Igc/private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/private.h -------------------------------------------------------------------------------- /src/Igc/probeigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/probeigc.cpp -------------------------------------------------------------------------------- /src/Igc/probeigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/probeigc.h -------------------------------------------------------------------------------- /src/Igc/probetypeigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/probetypeigc.cpp -------------------------------------------------------------------------------- /src/Igc/probetypeigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/probetypeigc.h -------------------------------------------------------------------------------- /src/Igc/projectileIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/projectileIGC.cpp -------------------------------------------------------------------------------- /src/Igc/projectileIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/projectileIGC.h -------------------------------------------------------------------------------- /src/Igc/shieldIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/shieldIGC.cpp -------------------------------------------------------------------------------- /src/Igc/shieldIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/shieldIGC.h -------------------------------------------------------------------------------- /src/Igc/shipIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/shipIGC.cpp -------------------------------------------------------------------------------- /src/Igc/shipIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/shipIGC.h -------------------------------------------------------------------------------- /src/Igc/sideigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/sideigc.cpp -------------------------------------------------------------------------------- /src/Igc/sideigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/sideigc.h -------------------------------------------------------------------------------- /src/Igc/sounds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/sounds.h -------------------------------------------------------------------------------- /src/Igc/stationIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/stationIGC.cpp -------------------------------------------------------------------------------- /src/Igc/stationIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/stationIGC.h -------------------------------------------------------------------------------- /src/Igc/stationtypeigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/stationtypeigc.cpp -------------------------------------------------------------------------------- /src/Igc/stationtypeigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/stationtypeigc.h -------------------------------------------------------------------------------- /src/Igc/treasureIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/treasureIGC.cpp -------------------------------------------------------------------------------- /src/Igc/treasureIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/treasureIGC.h -------------------------------------------------------------------------------- /src/Igc/treasuresetigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/treasuresetigc.cpp -------------------------------------------------------------------------------- /src/Igc/treasuresetigc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/treasuresetigc.h -------------------------------------------------------------------------------- /src/Igc/warpIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/warpIGC.cpp -------------------------------------------------------------------------------- /src/Igc/warpIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/warpIGC.h -------------------------------------------------------------------------------- /src/Igc/weaponIGC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/weaponIGC.cpp -------------------------------------------------------------------------------- /src/Igc/weaponIGC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Igc/weaponIGC.h -------------------------------------------------------------------------------- /src/Inc/AGCIDL.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/AGCIDL.idl -------------------------------------------------------------------------------- /src/Inc/ClubMessages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/ClubMessages.h -------------------------------------------------------------------------------- /src/Inc/IBN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/IBN.H -------------------------------------------------------------------------------- /src/Inc/MessageVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/MessageVersion.h -------------------------------------------------------------------------------- /src/Inc/Messages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/Messages.h -------------------------------------------------------------------------------- /src/Inc/PigsIDL.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/PigsIDL.idl -------------------------------------------------------------------------------- /src/Inc/ScrRun.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/ScrRun.idl -------------------------------------------------------------------------------- /src/Inc/SlmVer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/SlmVer.h -------------------------------------------------------------------------------- /src/Inc/Utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/Utility.h -------------------------------------------------------------------------------- /src/Inc/Utility.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/Utility.hxx -------------------------------------------------------------------------------- /src/Inc/VerRes.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/VerRes.rc -------------------------------------------------------------------------------- /src/Inc/XMLPtrs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/XMLPtrs.h -------------------------------------------------------------------------------- /src/Inc/allegdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/allegdb.h -------------------------------------------------------------------------------- /src/Inc/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/assert.h -------------------------------------------------------------------------------- /src/Inc/dpaddr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/dpaddr.h -------------------------------------------------------------------------------- /src/Inc/dplay8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/dplay8.h -------------------------------------------------------------------------------- /src/Inc/messagecore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/messagecore.h -------------------------------------------------------------------------------- /src/Inc/ogg/ogg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/ogg/ogg.h -------------------------------------------------------------------------------- /src/Inc/ogg/os_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/ogg/os_types.h -------------------------------------------------------------------------------- /src/Inc/quickchat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/quickchat.h -------------------------------------------------------------------------------- /src/Inc/regkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/regkey.h -------------------------------------------------------------------------------- /src/Inc/sharemem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/sharemem.h -------------------------------------------------------------------------------- /src/Inc/steam_appid.txt: -------------------------------------------------------------------------------- 1 | 700480 -------------------------------------------------------------------------------- /src/Inc/vorbis/codec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Inc/vorbis/codec.h -------------------------------------------------------------------------------- /src/Lib/OggVorbis/file.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/OggVorbis/file.lib -------------------------------------------------------------------------------- /src/Lib/OggVorbis/ogg.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/OggVorbis/ogg.lib -------------------------------------------------------------------------------- /src/Lib/OggVorbis/x64/not_built: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Lib/lua/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/lua/LICENSE.txt -------------------------------------------------------------------------------- /src/Lib/lua/include/lua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/lua/include/lua.h -------------------------------------------------------------------------------- /src/Lib/lua/liblua53.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/lua/liblua53.a -------------------------------------------------------------------------------- /src/Lib/lua/lua53.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/lua/lua53.dll -------------------------------------------------------------------------------- /src/Lib/lua/lua53.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/lua/lua53.lib -------------------------------------------------------------------------------- /src/Lib/sol/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/sol/LICENSE.txt -------------------------------------------------------------------------------- /src/Lib/steam/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/steam/isteamapps.h -------------------------------------------------------------------------------- /src/Lib/steam/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/steam/isteamhttp.h -------------------------------------------------------------------------------- /src/Lib/steam/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /src/Lib/steam/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/steam/isteamugc.h -------------------------------------------------------------------------------- /src/Lib/steam/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/steam/isteamuser.h -------------------------------------------------------------------------------- /src/Lib/steam/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/steam/steam_api.h -------------------------------------------------------------------------------- /src/Lib/steam/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Lib/steam/steamtypes.h -------------------------------------------------------------------------------- /src/Pigs/PigAccts/SrcInc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigAccts/SrcInc.h -------------------------------------------------------------------------------- /src/Pigs/PigAccts/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigAccts/pch.cpp -------------------------------------------------------------------------------- /src/Pigs/PigAccts/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigAccts/pch.h -------------------------------------------------------------------------------- /src/Pigs/PigAccts/test.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigAccts/test.vbs -------------------------------------------------------------------------------- /src/Pigs/PigConfig/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigConfig/pch.cpp -------------------------------------------------------------------------------- /src/Pigs/PigConfig/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigConfig/pch.h -------------------------------------------------------------------------------- /src/Pigs/PigGuid/PigGUID.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigGuid/PigGUID.c -------------------------------------------------------------------------------- /src/Pigs/PigSrv.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv.reg -------------------------------------------------------------------------------- /src/Pigs/PigSrv/Defend.pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/Defend.pig -------------------------------------------------------------------------------- /src/Pigs/PigSrv/Pig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/Pig.cpp -------------------------------------------------------------------------------- /src/Pigs/PigSrv/Pig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/Pig.h -------------------------------------------------------------------------------- /src/Pigs/PigSrv/Pig.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/Pig.rgs -------------------------------------------------------------------------------- /src/Pigs/PigSrv/PigEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/PigEvent.h -------------------------------------------------------------------------------- /src/Pigs/PigSrv/PigMacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/PigMacro.h -------------------------------------------------------------------------------- /src/Pigs/PigSrv/PigShip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/PigShip.h -------------------------------------------------------------------------------- /src/Pigs/PigSrv/PigSrv.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/PigSrv.aps -------------------------------------------------------------------------------- /src/Pigs/PigSrv/Pigs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/Pigs.h -------------------------------------------------------------------------------- /src/Pigs/PigSrv/Test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/Test.js -------------------------------------------------------------------------------- /src/Pigs/PigSrv/join.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/join.js -------------------------------------------------------------------------------- /src/Pigs/PigSrv/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/pch.cpp -------------------------------------------------------------------------------- /src/Pigs/PigSrv/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigSrv/pch.h -------------------------------------------------------------------------------- /src/Pigs/Piglets/aaa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/Piglets/aaa.js -------------------------------------------------------------------------------- /src/Pigs/Piglets/b1.pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/Piglets/b1.pig -------------------------------------------------------------------------------- /src/Pigs/Piglets/dm.pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/Piglets/dm.pig -------------------------------------------------------------------------------- /src/Pigs/Piglets/include/eliza.js: -------------------------------------------------------------------------------- 1 | // We don't have a chat bot :( -------------------------------------------------------------------------------- /src/Pigs/Piglets/it.pig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/Piglets/it.pig -------------------------------------------------------------------------------- /src/Pigs/PigsLib/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Pigs/PigsLib/pch.h -------------------------------------------------------------------------------- /src/Pigs/Scripts/Zeroes_128.bin: -------------------------------------------------------------------------------- 1 | c`X -------------------------------------------------------------------------------- /src/Pigs/Scripts/Zeroes_16.bin: -------------------------------------------------------------------------------- 1 | c`@ -------------------------------------------------------------------------------- /src/Pigs/Scripts/Zeroes_4.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Pigs/Scripts/Zeroes_512.bin: -------------------------------------------------------------------------------- 1 | c`# -------------------------------------------------------------------------------- /src/Reloader/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" -------------------------------------------------------------------------------- /src/Reloader/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Reloader/pch.h -------------------------------------------------------------------------------- /src/Reloader/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Reloader/resource.h -------------------------------------------------------------------------------- /src/SolapReadme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/SolapReadme.txt -------------------------------------------------------------------------------- /src/WinTrek/Slideshow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/Slideshow.h -------------------------------------------------------------------------------- /src/WinTrek/TrekDlgs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/TrekDlgs.h -------------------------------------------------------------------------------- /src/WinTrek/Treki.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/Treki.h -------------------------------------------------------------------------------- /src/WinTrek/WinTrek.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/WinTrek.cpp -------------------------------------------------------------------------------- /src/WinTrek/WinTrek.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/WinTrek.h -------------------------------------------------------------------------------- /src/WinTrek/ZoneSquad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/ZoneSquad.h -------------------------------------------------------------------------------- /src/WinTrek/artwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/artwork.h -------------------------------------------------------------------------------- /src/WinTrek/cmdview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/cmdview.cpp -------------------------------------------------------------------------------- /src/WinTrek/cmdview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/cmdview.h -------------------------------------------------------------------------------- /src/WinTrek/console.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/console.cpp -------------------------------------------------------------------------------- /src/WinTrek/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/console.h -------------------------------------------------------------------------------- /src/WinTrek/ddstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/ddstream.h -------------------------------------------------------------------------------- /src/WinTrek/ddvideo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/ddvideo.cpp -------------------------------------------------------------------------------- /src/WinTrek/ddvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/ddvideo.h -------------------------------------------------------------------------------- /src/WinTrek/gamesite.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /src/WinTrek/gamesite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/gamesite.h -------------------------------------------------------------------------------- /src/WinTrek/gametypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/gametypes.h -------------------------------------------------------------------------------- /src/WinTrek/hudimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/hudimage.h -------------------------------------------------------------------------------- /src/WinTrek/indicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/indicator.h -------------------------------------------------------------------------------- /src/WinTrek/load.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/load.cpp -------------------------------------------------------------------------------- /src/WinTrek/load.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/load.h -------------------------------------------------------------------------------- /src/WinTrek/loadout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/loadout.cpp -------------------------------------------------------------------------------- /src/WinTrek/loadout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/loadout.h -------------------------------------------------------------------------------- /src/WinTrek/logon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/logon.cpp -------------------------------------------------------------------------------- /src/WinTrek/logon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/logon.h -------------------------------------------------------------------------------- /src/WinTrek/netinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/netinfo.cpp -------------------------------------------------------------------------------- /src/WinTrek/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/pch.cpp -------------------------------------------------------------------------------- /src/WinTrek/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/pch.h -------------------------------------------------------------------------------- /src/WinTrek/screen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/screen.h -------------------------------------------------------------------------------- /src/WinTrek/sectorvw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/sectorvw.h -------------------------------------------------------------------------------- /src/WinTrek/selpane.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/selpane.cpp -------------------------------------------------------------------------------- /src/WinTrek/trekapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/trekapp.cpp -------------------------------------------------------------------------------- /src/WinTrek/trekctrls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/trekctrls.h -------------------------------------------------------------------------------- /src/WinTrek/trekigc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/trekigc.cpp -------------------------------------------------------------------------------- /src/WinTrek/trekinput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/trekinput.h -------------------------------------------------------------------------------- /src/WinTrek/trekmdl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/trekmdl.cpp -------------------------------------------------------------------------------- /src/WinTrek/trekmdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/trekmdl.h -------------------------------------------------------------------------------- /src/WinTrek/treksound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/treksound.h -------------------------------------------------------------------------------- /src/WinTrek/wintrekp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/WinTrek/wintrekp.h -------------------------------------------------------------------------------- /src/Wopr/Wopr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Wopr/Wopr/README.md -------------------------------------------------------------------------------- /src/Wopr/Wopr/Wopr.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Wopr/Wopr/Wopr.sln -------------------------------------------------------------------------------- /src/Zone/Medal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Zone/Medal.h -------------------------------------------------------------------------------- /src/Zone/Member.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Zone/Member.h -------------------------------------------------------------------------------- /src/Zone/Squad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Zone/Squad.h -------------------------------------------------------------------------------- /src/Zone/Zone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/Zone/Zone.h -------------------------------------------------------------------------------- /src/_Utility/CRC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/_Utility/CRC.cpp -------------------------------------------------------------------------------- /src/_Utility/CRC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/_Utility/CRC.h -------------------------------------------------------------------------------- /src/_Utility/KDnode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/_Utility/KDnode.cpp -------------------------------------------------------------------------------- /src/_Utility/KDroot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/_Utility/KDroot.cpp -------------------------------------------------------------------------------- /src/_Utility/Utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/_Utility/Utility.h -------------------------------------------------------------------------------- /src/_Utility/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /src/_Utility/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/_Utility/pch.h -------------------------------------------------------------------------------- /src/clintlib/appmsg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/clintlib/appmsg.cpp -------------------------------------------------------------------------------- /src/clintlib/badwords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/clintlib/badwords.h -------------------------------------------------------------------------------- /src/clintlib/clintlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/clintlib/clintlib.h -------------------------------------------------------------------------------- /src/clintlib/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/clintlib/pch.cpp -------------------------------------------------------------------------------- /src/clintlib/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/clintlib/pch.h -------------------------------------------------------------------------------- /src/cvh/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/cvh/main.cpp -------------------------------------------------------------------------------- /src/cvh/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" -------------------------------------------------------------------------------- /src/cvh/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/cvh/pch.h -------------------------------------------------------------------------------- /src/effect/alephgeo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/alephgeo.cpp -------------------------------------------------------------------------------- /src/effect/combopane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/combopane.h -------------------------------------------------------------------------------- /src/effect/conegeo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/conegeo.cpp -------------------------------------------------------------------------------- /src/effect/debrisgeo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/debrisgeo.h -------------------------------------------------------------------------------- /src/effect/efapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efapp.cpp -------------------------------------------------------------------------------- /src/effect/efapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efapp.h -------------------------------------------------------------------------------- /src/effect/efart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efart.h -------------------------------------------------------------------------------- /src/effect/effect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/effect.h -------------------------------------------------------------------------------- /src/effect/efgeo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efgeo.cpp -------------------------------------------------------------------------------- /src/effect/efgeo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efgeo.h -------------------------------------------------------------------------------- /src/effect/efimage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efimage.cpp -------------------------------------------------------------------------------- /src/effect/efimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efimage.h -------------------------------------------------------------------------------- /src/effect/efpane.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efpane.cpp -------------------------------------------------------------------------------- /src/effect/efpane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efpane.h -------------------------------------------------------------------------------- /src/effect/efpopup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efpopup.cpp -------------------------------------------------------------------------------- /src/effect/efpopup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efpopup.h -------------------------------------------------------------------------------- /src/effect/efsound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efsound.cpp -------------------------------------------------------------------------------- /src/effect/efsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efsound.h -------------------------------------------------------------------------------- /src/effect/efwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efwindow.cpp -------------------------------------------------------------------------------- /src/effect/efwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/efwindow.h -------------------------------------------------------------------------------- /src/effect/explosion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/explosion.h -------------------------------------------------------------------------------- /src/effect/framedata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/framedata.h -------------------------------------------------------------------------------- /src/effect/gamestate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/gamestate.h -------------------------------------------------------------------------------- /src/effect/help.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/help.cpp -------------------------------------------------------------------------------- /src/effect/help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/help.h -------------------------------------------------------------------------------- /src/effect/listpane.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/listpane.cpp -------------------------------------------------------------------------------- /src/effect/listpane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/listpane.h -------------------------------------------------------------------------------- /src/effect/mmlpopup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/mmlpopup.cpp -------------------------------------------------------------------------------- /src/effect/navpane.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/navpane.cpp -------------------------------------------------------------------------------- /src/effect/pagepane.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/pagepane.cpp -------------------------------------------------------------------------------- /src/effect/panes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/panes.cpp -------------------------------------------------------------------------------- /src/effect/starimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/starimage.h -------------------------------------------------------------------------------- /src/effect/thinggeo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/thinggeo.cpp -------------------------------------------------------------------------------- /src/effect/thinggeo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/effect/thinggeo.h -------------------------------------------------------------------------------- /src/engine/D3DDevice9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/D3DDevice9.h -------------------------------------------------------------------------------- /src/engine/HashTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/HashTable.h -------------------------------------------------------------------------------- /src/engine/LogFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/LogFile.cpp -------------------------------------------------------------------------------- /src/engine/LogFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/LogFile.h -------------------------------------------------------------------------------- /src/engine/bounds.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/bounds.cpp -------------------------------------------------------------------------------- /src/engine/bounds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/bounds.h -------------------------------------------------------------------------------- /src/engine/bspgeo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/bspgeo.cpp -------------------------------------------------------------------------------- /src/engine/bspgeo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/bspgeo.h -------------------------------------------------------------------------------- /src/engine/button.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/button.cpp -------------------------------------------------------------------------------- /src/engine/button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/button.h -------------------------------------------------------------------------------- /src/engine/camera.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/camera.cpp -------------------------------------------------------------------------------- /src/engine/camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/camera.h -------------------------------------------------------------------------------- /src/engine/caption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/caption.cpp -------------------------------------------------------------------------------- /src/engine/caption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/caption.h -------------------------------------------------------------------------------- /src/engine/context.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/context.cpp -------------------------------------------------------------------------------- /src/engine/context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/context.h -------------------------------------------------------------------------------- /src/engine/controls.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/controls.cpp -------------------------------------------------------------------------------- /src/engine/controls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/controls.h -------------------------------------------------------------------------------- /src/engine/dderror.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/dderror.cpp -------------------------------------------------------------------------------- /src/engine/ddstruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/ddstruct.h -------------------------------------------------------------------------------- /src/engine/device3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/device3d.cpp -------------------------------------------------------------------------------- /src/engine/dinput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/dinput.cpp -------------------------------------------------------------------------------- /src/engine/engine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/engine.cpp -------------------------------------------------------------------------------- /src/engine/engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/engine.h -------------------------------------------------------------------------------- /src/engine/engineapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/engineapp.h -------------------------------------------------------------------------------- /src/engine/enginep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/enginep.h -------------------------------------------------------------------------------- /src/engine/font.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/font.cpp -------------------------------------------------------------------------------- /src/engine/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/font.h -------------------------------------------------------------------------------- /src/engine/frameimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/frameimage.h -------------------------------------------------------------------------------- /src/engine/geometry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/geometry.cpp -------------------------------------------------------------------------------- /src/engine/geometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/geometry.h -------------------------------------------------------------------------------- /src/engine/image.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/image.cpp -------------------------------------------------------------------------------- /src/engine/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/image.h -------------------------------------------------------------------------------- /src/engine/keyframe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/keyframe.cpp -------------------------------------------------------------------------------- /src/engine/keyframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/keyframe.h -------------------------------------------------------------------------------- /src/engine/material.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/material.cpp -------------------------------------------------------------------------------- /src/engine/material.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/material.h -------------------------------------------------------------------------------- /src/engine/mdl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/mdl.cpp -------------------------------------------------------------------------------- /src/engine/mdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/mdl.h -------------------------------------------------------------------------------- /src/engine/mdlbin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/mdlbin.cpp -------------------------------------------------------------------------------- /src/engine/menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/menu.cpp -------------------------------------------------------------------------------- /src/engine/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/menu.h -------------------------------------------------------------------------------- /src/engine/model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/model.h -------------------------------------------------------------------------------- /src/engine/modeler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/modeler.cpp -------------------------------------------------------------------------------- /src/engine/namespace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/namespace.h -------------------------------------------------------------------------------- /src/engine/pane.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/pane.cpp -------------------------------------------------------------------------------- /src/engine/pane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/pane.h -------------------------------------------------------------------------------- /src/engine/paneimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/paneimage.h -------------------------------------------------------------------------------- /src/engine/pixel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/pixel.h -------------------------------------------------------------------------------- /src/engine/popup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/popup.cpp -------------------------------------------------------------------------------- /src/engine/popup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/popup.h -------------------------------------------------------------------------------- /src/engine/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/settings.xml -------------------------------------------------------------------------------- /src/engine/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/stdafx.cpp -------------------------------------------------------------------------------- /src/engine/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/stdafx.h -------------------------------------------------------------------------------- /src/engine/surface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/surface.cpp -------------------------------------------------------------------------------- /src/engine/surface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/surface.h -------------------------------------------------------------------------------- /src/engine/toppane.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/toppane.cpp -------------------------------------------------------------------------------- /src/engine/toppane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/toppane.h -------------------------------------------------------------------------------- /src/engine/transform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/transform.h -------------------------------------------------------------------------------- /src/engine/value.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/value.cpp -------------------------------------------------------------------------------- /src/engine/value.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/value.h -------------------------------------------------------------------------------- /src/engine/viewport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/viewport.cpp -------------------------------------------------------------------------------- /src/engine/viewport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/viewport.h -------------------------------------------------------------------------------- /src/engine/xfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/xfile.cpp -------------------------------------------------------------------------------- /src/engine/xfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/engine/xfile.h -------------------------------------------------------------------------------- /src/guids/guids.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/guids/guids.cpp -------------------------------------------------------------------------------- /src/guids/guids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/guids/guids.h -------------------------------------------------------------------------------- /src/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/license.txt -------------------------------------------------------------------------------- /src/lobby/AutoUpdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/AutoUpdate.h -------------------------------------------------------------------------------- /src/lobby/alllobby.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/alllobby.rc -------------------------------------------------------------------------------- /src/lobby/alllobby.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/alllobby.rc2 -------------------------------------------------------------------------------- /src/lobby/broadcast.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/broadcast.cpp -------------------------------------------------------------------------------- /src/lobby/broadcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/broadcast.h -------------------------------------------------------------------------------- /src/lobby/client.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/client.cpp -------------------------------------------------------------------------------- /src/lobby/client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/client.h -------------------------------------------------------------------------------- /src/lobby/counters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/counters.h -------------------------------------------------------------------------------- /src/lobby/lobby.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/lobby.cpp -------------------------------------------------------------------------------- /src/lobby/lobby.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/lobby.h -------------------------------------------------------------------------------- /src/lobby/lobby.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/lobby.ico -------------------------------------------------------------------------------- /src/lobby/lobby.rgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/lobby.rgs -------------------------------------------------------------------------------- /src/lobby/lobbyapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/lobbyapp.cpp -------------------------------------------------------------------------------- /src/lobby/lobbyapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/lobbyapp.h -------------------------------------------------------------------------------- /src/lobby/lobbyevents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/lobbyevents.h -------------------------------------------------------------------------------- /src/lobby/lobbymodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/lobbymodule.h -------------------------------------------------------------------------------- /src/lobby/lobbymsg.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/lobbymsg.msg -------------------------------------------------------------------------------- /src/lobby/lobqguids.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/lobqguids.cpp -------------------------------------------------------------------------------- /src/lobby/lobqueries.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/lobqueries.h -------------------------------------------------------------------------------- /src/lobby/messagesall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/messagesall.h -------------------------------------------------------------------------------- /src/lobby/messageslc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/messageslc.h -------------------------------------------------------------------------------- /src/lobby/messagesls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/messagesls.h -------------------------------------------------------------------------------- /src/lobby/mission.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/mission.cpp -------------------------------------------------------------------------------- /src/lobby/mission.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/mission.h -------------------------------------------------------------------------------- /src/lobby/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/pch.cpp -------------------------------------------------------------------------------- /src/lobby/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/pch.h -------------------------------------------------------------------------------- /src/lobby/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/resource.h -------------------------------------------------------------------------------- /src/lobby/server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/server.cpp -------------------------------------------------------------------------------- /src/lobby/server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/server.h -------------------------------------------------------------------------------- /src/lobby/zgameinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/zgameinfo.cpp -------------------------------------------------------------------------------- /src/lobby/zgameinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/lobby/zgameinfo.h -------------------------------------------------------------------------------- /src/mdlc/mdlc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/mdlc/mdlc.cpp -------------------------------------------------------------------------------- /src/mdlc/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | 3 | -------------------------------------------------------------------------------- /src/mdlc/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/mdlc/pch.h -------------------------------------------------------------------------------- /src/mdledit/mdledit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/mdledit/mdledit.cpp -------------------------------------------------------------------------------- /src/mdledit/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/mdledit/pch.h -------------------------------------------------------------------------------- /src/sharemem/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /src/sharemem/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/sharemem/pch.h -------------------------------------------------------------------------------- /src/test/Inc/ScrRun.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/Inc/ScrRun.idl -------------------------------------------------------------------------------- /src/test/Inc/TCAtl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/Inc/TCAtl.cpp -------------------------------------------------------------------------------- /src/test/Inc/TCAtl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/Inc/TCAtl.h -------------------------------------------------------------------------------- /src/test/Inc/TCIDL.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/Inc/TCIDL.idl -------------------------------------------------------------------------------- /src/test/Inc/TCLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/Inc/TCLib.h -------------------------------------------------------------------------------- /src/test/Inc/UnkDoc.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/Inc/UnkDoc.idl -------------------------------------------------------------------------------- /src/test/TCLib/CoInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/TCLib/CoInit.h -------------------------------------------------------------------------------- /src/test/TCLib/NetApi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/TCLib/NetApi.h -------------------------------------------------------------------------------- /src/test/TCLib/Range.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/TCLib/Range.h -------------------------------------------------------------------------------- /src/test/TCLib/WinApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/TCLib/WinApp.h -------------------------------------------------------------------------------- /src/test/TCLib/WotLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/TCLib/WotLib.h -------------------------------------------------------------------------------- /src/test/TCLib/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/TCLib/pch.cpp -------------------------------------------------------------------------------- /src/test/TCLib/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/TCLib/pch.h -------------------------------------------------------------------------------- /src/test/TCObj/SrcInc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/TCObj/SrcInc.h -------------------------------------------------------------------------------- /src/test/TCObj/TCObj.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/TCObj/TCObj.rc -------------------------------------------------------------------------------- /src/test/TCObj/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/TCObj/pch.cpp -------------------------------------------------------------------------------- /src/test/TCObj/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/test/TCObj/pch.h -------------------------------------------------------------------------------- /src/todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/todo.txt -------------------------------------------------------------------------------- /src/training/Action.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/Action.cpp -------------------------------------------------------------------------------- /src/training/Action.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/Action.h -------------------------------------------------------------------------------- /src/training/Goal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/Goal.cpp -------------------------------------------------------------------------------- /src/training/Goal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/Goal.h -------------------------------------------------------------------------------- /src/training/Mission2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/Mission2.h -------------------------------------------------------------------------------- /src/training/Mission3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/Mission3.h -------------------------------------------------------------------------------- /src/training/Mission4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/Mission4.h -------------------------------------------------------------------------------- /src/training/Mission5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/Mission5.h -------------------------------------------------------------------------------- /src/training/Training.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/Training.h -------------------------------------------------------------------------------- /src/training/goallist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/goallist.h -------------------------------------------------------------------------------- /src/training/mission6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/mission6.h -------------------------------------------------------------------------------- /src/training/mission8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/mission8.h -------------------------------------------------------------------------------- /src/training/noaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/noaction.h -------------------------------------------------------------------------------- /src/training/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /src/training/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/pch.h -------------------------------------------------------------------------------- /src/training/spec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/training/spec.html -------------------------------------------------------------------------------- /src/ui/Exposer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/Exposer.h -------------------------------------------------------------------------------- /src/ui/UiEngine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/UiEngine.cpp -------------------------------------------------------------------------------- /src/ui/UiEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/UiEngine.h -------------------------------------------------------------------------------- /src/ui/UiState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/UiState.cpp -------------------------------------------------------------------------------- /src/ui/UiState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/UiState.h -------------------------------------------------------------------------------- /src/ui/items.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/items.hpp -------------------------------------------------------------------------------- /src/ui/ns_color.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ns_color.hpp -------------------------------------------------------------------------------- /src/ui/ns_event.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ns_event.hpp -------------------------------------------------------------------------------- /src/ui/ns_file.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ns_file.hpp -------------------------------------------------------------------------------- /src/ui/ns_font.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ns_font.hpp -------------------------------------------------------------------------------- /src/ui/ns_image.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ns_image.hpp -------------------------------------------------------------------------------- /src/ui/ns_list.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ns_list.hpp -------------------------------------------------------------------------------- /src/ui/ns_math.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ns_math.hpp -------------------------------------------------------------------------------- /src/ui/ns_point.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ns_point.hpp -------------------------------------------------------------------------------- /src/ui/ns_screen.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ns_screen.hpp -------------------------------------------------------------------------------- /src/ui/ns_string.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ns_string.hpp -------------------------------------------------------------------------------- /src/ui/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ui.h -------------------------------------------------------------------------------- /src/ui/ui_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/ui/ui_types.h -------------------------------------------------------------------------------- /src/zlib/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/CMakeLists.txt -------------------------------------------------------------------------------- /src/zlib/FTPSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/FTPSession.h -------------------------------------------------------------------------------- /src/zlib/Logger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/Logger.cpp -------------------------------------------------------------------------------- /src/zlib/Logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/Logger.h -------------------------------------------------------------------------------- /src/zlib/StackTracer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/StackTracer.h -------------------------------------------------------------------------------- /src/zlib/TlsValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/TlsValue.h -------------------------------------------------------------------------------- /src/zlib/VersionInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/VersionInfo.h -------------------------------------------------------------------------------- /src/zlib/Win32app.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/Win32app.cpp -------------------------------------------------------------------------------- /src/zlib/Win32app.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/Win32app.h -------------------------------------------------------------------------------- /src/zlib/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/alloc.h -------------------------------------------------------------------------------- /src/zlib/base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/base.h -------------------------------------------------------------------------------- /src/zlib/base_win.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/base_win.cpp -------------------------------------------------------------------------------- /src/zlib/cast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/cast.h -------------------------------------------------------------------------------- /src/zlib/color.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/color.cpp -------------------------------------------------------------------------------- /src/zlib/color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/color.h -------------------------------------------------------------------------------- /src/zlib/doit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/doit.bat -------------------------------------------------------------------------------- /src/zlib/event.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/event.cpp -------------------------------------------------------------------------------- /src/zlib/event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/event.h -------------------------------------------------------------------------------- /src/zlib/fixdelete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/fixdelete.h -------------------------------------------------------------------------------- /src/zlib/float/math.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/float/math.asm -------------------------------------------------------------------------------- /src/zlib/genericlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/genericlist.h -------------------------------------------------------------------------------- /src/zlib/input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/input.cpp -------------------------------------------------------------------------------- /src/zlib/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/input.h -------------------------------------------------------------------------------- /src/zlib/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/main.h -------------------------------------------------------------------------------- /src/zlib/mask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/mask.h -------------------------------------------------------------------------------- /src/zlib/matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/matrix.cpp -------------------------------------------------------------------------------- /src/zlib/matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/matrix.h -------------------------------------------------------------------------------- /src/zlib/matrix2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/matrix2.cpp -------------------------------------------------------------------------------- /src/zlib/olddxdefns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/olddxdefns.h -------------------------------------------------------------------------------- /src/zlib/orientation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/orientation.h -------------------------------------------------------------------------------- /src/zlib/point.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/point.h -------------------------------------------------------------------------------- /src/zlib/quaternion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/quaternion.cpp -------------------------------------------------------------------------------- /src/zlib/quaternion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/quaternion.h -------------------------------------------------------------------------------- /src/zlib/rect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/rect.h -------------------------------------------------------------------------------- /src/zlib/tarray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/tarray.h -------------------------------------------------------------------------------- /src/zlib/tcompare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/tcompare.h -------------------------------------------------------------------------------- /src/zlib/tlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/tlist.cpp -------------------------------------------------------------------------------- /src/zlib/tlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/tlist.h -------------------------------------------------------------------------------- /src/zlib/tmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/tmap.h -------------------------------------------------------------------------------- /src/zlib/token.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/token.cpp -------------------------------------------------------------------------------- /src/zlib/token.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/token.h -------------------------------------------------------------------------------- /src/zlib/tref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/tref.h -------------------------------------------------------------------------------- /src/zlib/tstack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/tstack.h -------------------------------------------------------------------------------- /src/zlib/tvector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/tvector.h -------------------------------------------------------------------------------- /src/zlib/vector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/vector.cpp -------------------------------------------------------------------------------- /src/zlib/vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/vector.h -------------------------------------------------------------------------------- /src/zlib/vertex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/vertex.h -------------------------------------------------------------------------------- /src/zlib/window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/window.cpp -------------------------------------------------------------------------------- /src/zlib/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/window.h -------------------------------------------------------------------------------- /src/zlib/winstyles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/winstyles.h -------------------------------------------------------------------------------- /src/zlib/zadapt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/zadapt.h -------------------------------------------------------------------------------- /src/zlib/zassert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/zassert.h -------------------------------------------------------------------------------- /src/zlib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/zlib.h -------------------------------------------------------------------------------- /src/zlib/zmath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/zmath.cpp -------------------------------------------------------------------------------- /src/zlib/zmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/zmath.h -------------------------------------------------------------------------------- /src/zlib/zreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/zreg.h -------------------------------------------------------------------------------- /src/zlib/zstring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/zstring.cpp -------------------------------------------------------------------------------- /src/zlib/zstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/zstring.h -------------------------------------------------------------------------------- /src/zlib/ztime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/ztime.cpp -------------------------------------------------------------------------------- /src/zlib/ztime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FreeAllegiance/Allegiance/HEAD/src/zlib/ztime.h --------------------------------------------------------------------------------