oolite/src/Core
tsoj 31939ba721
Add update all option to OXP manager (#381)
Closes #341
2021-02-22 16:16:33 +01:00
..
Debug Fix a couple of errors from #263 2017-10-08 19:15:57 +01:00
Entities Implemented atmosphere desnity for planets. Range is from 0.0 to 1.0, default 0.75. The relevant properties are air_density for planetinfo.plist and airDensity for the JS planet entity. 2020-11-22 14:30:26 +01:00
Materials Fixed a typo in the atmosphere shader and removed a comment that is not valid anymore from the shader material header. 2020-06-14 16:09:33 +02:00
MiniZip Fix MiniZip comma misuse 2017-06-06 12:29:30 +02:00
OXPVerifier Remove errors when compiler complains about format strings so that Oolite will compile without having to manually hack GNUstep make files (#263) 2017-10-08 16:41:56 +02:00
Scripting Added tsoj to contributors list. 2021-02-20 19:12:29 +01:00
Tables Fixed Linux build warnings 2018-06-16 22:59:58 +03:00
AI.h Allow restoration of JS AIs in stack 2013-07-11 20:56:40 +01:00
AI.m Adjust AI description to include JS AI name for debugging 2014-06-25 18:02:43 +01:00
AIGraphViz.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
CollisionRegion.h Add sun glare to player external views 2014-02-22 17:37:05 +00:00
CollisionRegion.m Adjust range for docking clearance warning checks 2015-01-18 21:47:21 +00:00
GameController+FullScreen.m Merge remote branch 'origin/maintenance/1.77' 2013-09-10 09:29:30 +02:00
GameController.h Undocumented feature, testing purposes only: Make animation timer interval settable via user defaults. Allows setting of maximum desired framerate on the fly. 2014-07-16 12:04:03 +02:00
GameController.m Implements mouse wheel for Mac (#272) 2017-10-28 13:09:14 +02:00
GuiDisplayGen.h Edit gui color settings in gui-settings.plist (#302) 2018-07-10 17:56:15 +03:00
GuiDisplayGen.m Increasing opacity of cursor for increased visibility (#359) 2020-08-07 08:22:45 +03:00
HeadUpDisplay.h Added minimalistic scanner, essentially a scanner without gridlines. Default setting can be defined in shipdata using the scanner_minimalistic key and it can be controlled by script too using the JS PlayerSHip scannerMinimalistic read/write property. 2018-07-20 21:20:09 +02:00
HeadUpDisplay.m Removed a color constant not being used 2020-10-02 12:25:59 +03:00
NSDataOOExtensions.h Get other files to load from OXZ too, some cleanup 2013-10-27 12:49:15 +00:00
NSDataOOExtensions.m Fix integer type mismatch 2016-05-05 18:12:23 +02:00
NSDictionaryOOExtensions.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSDictionaryOOExtensions.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSFileManagerOOExtensions.h Get other files to load from OXZ too, some cleanup 2013-10-27 12:49:15 +00:00
NSFileManagerOOExtensions.m Fix various integer precision issues 2016-05-05 18:26:53 +02:00
NSMutableDictionaryOOExtensions.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSMutableDictionaryOOExtensions.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSNumberOOExtensions.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSNumberOOExtensions.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSObjectOOExtensions.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSObjectOOExtensions.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSScannerOOExtensions.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSScannerOOExtensions.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSStringOOExtensions.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSStringOOExtensions.m Get other files to load from OXZ too, some cleanup 2013-10-27 12:49:15 +00:00
NSThreadOOExtensions.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
NSThreadOOExtensions.m Remove support for Mac OS X 10.5 and 32-bit Macs 2013-06-11 23:48:26 +02:00
OOALBufferedSound.h Getting closer, but sound now cuts out half-way through playback 2013-10-31 14:45:30 +00:00
OOALBufferedSound.m Fix various type warnings 2017-06-06 12:29:30 +02:00
OOALMusic.h The sound source object of the music currently playing has been exposed to JS, thus allowing for real-time volume control of music, as well as other properties like looping, position, etc. The function returning the sound source object is Sound.musicSoundSource(). 2016-10-31 20:37:51 +01:00
OOALMusic.m The sound source object of the music currently playing has been exposed to JS, thus allowing for real-time volume control of music, as well as other properties like looping, position, etc. The function returning the sound source object is Sound.musicSoundSource(). 2016-10-31 20:37:51 +01:00
OOALSound.h Fix various issues with looping and replaying of sounds. 2013-10-31 20:47:59 +00:00
OOALSound.m Set default sound volume value to halfway through rather than fully pumped up. 2016-11-27 19:32:53 +01:00
OOALSoundChannel.h New JS SoundSource properties: .positional .position .volume 2013-11-12 21:00:12 +00:00
OOALSoundChannel.m Added some debug data to sound channel code, trying to figure out why sound seems to occasionally stop on some Macs. 2018-12-18 19:27:54 +01:00
OOALSoundDecoder.h Fix various issues with looping and replaying of sounds. 2013-10-31 20:47:59 +00:00
OOALSoundDecoder.m Fix various integer precision issues 2016-05-05 18:26:53 +02:00
OOALSoundMixer.h Start work on OpenAL support 2013-10-31 14:00:18 +00:00
OOALSoundMixer.m Music now works as well. 2013-10-31 18:04:25 +00:00
OOALStreamedSound.h Music now works as well. 2013-10-31 18:04:25 +00:00
OOALStreamedSound.m Fix various type warnings 2017-06-06 12:29:30 +02:00
OOAsyncQueue.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOAsyncQueue.m Fix various type warnings 2017-06-06 12:29:30 +02:00
OOAsyncWorkManager.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOAsyncWorkManager.m Apply Debian patch to keep GCC5 happy 2015-09-06 11:11:06 +01:00
OOBasicSoundReferencePoint.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOBasicSoundReferencePoint.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOBoundingBox.h Upgrade world-space coordinate vectors to double-precision (issue #22) 2013-07-02 18:43:59 +01:00
OOCPUInfo.h Windows and Linux builds: Physical and available system memory are now reported in the log header. 2021-02-07 21:12:55 +01:00
OOCPUInfo.m Windows and Linux builds: Physical and available system memory are now reported in the log header. 2021-02-07 21:12:55 +01:00
OOCache.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOCache.m Remove errors when compiler complains about format strings so that Oolite will compile without having to manually hack GNUstep make files (#263) 2017-10-08 16:41:56 +02:00
OOCacheManager.h Use a real cache path for OXZ manager download 2014-01-05 18:12:10 +01:00
OOCacheManager.m Proposed fix for issue #176 (Cache problems with rescaled models). 2016-02-05 11:44:25 +01:00
OOCharacter.h Add third parameter to playerRescuedEscapePod(...,rescuee) 2015-01-14 19:44:28 +00:00
OOCharacter.m Fix various integer precision issues 2016-05-05 18:26:53 +02:00
OOCocoa.h Better fix for use of defined() in macros 2018-06-17 12:44:04 +02:00
OOCocoa.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOCollectionExtractors.h Define basic trade-goods.plist reader 2014-08-23 14:47:38 +01:00
OOCollectionExtractors.m Make ship.weaponPosition* return an array of vectors 2015-08-22 15:34:22 +01:00
OOColor.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOColor.m Ensure no division by zero happens during conversion from RGB to HSB color space. 2020-08-15 21:58:56 +02:00
OOCommodities.h Fix cargo_carried processing regression 2015-07-04 16:49:11 +01:00
OOCommodities.m Fix various integer precision issues 2016-05-05 18:26:53 +02:00
OOCommodityMarket.h Allow customisable extra column 2014-09-10 22:06:59 +01:00
OOCommodityMarket.m Fix various integer precision issues 2016-05-05 18:26:53 +02:00
OOConstToString.h Added player.ship.chartHighlightMode property, and chartHighlightModeChanged event (#288) 2018-02-17 11:19:05 +02:00
OOConstToString.m Added player.ship.chartHighlightMode property, and chartHighlightModeChanged event (#288) 2018-02-17 11:19:05 +02:00
OOConvertCubeMapToLatLong.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOConvertCubeMapToLatLong.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOConvertSystemDescriptions.h Cleaned up some copyright notices by special request. 2010-07-14 17:01:24 +00:00
OOConvertSystemDescriptions.m Remove errors when compiler complains about format strings so that Oolite will compile without having to manually hack GNUstep make files (#263) 2017-10-08 16:41:56 +02:00
OOCrosshairs.h Eliminated OOInteger and OOUInteger. 2012-08-29 17:28:01 +00:00
OOCrosshairs.m Add global convenience functions for accessing OpenGL matrix manager 2014-08-11 19:14:29 +01:00
OODebugGLDrawing.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OODebugGLDrawing.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OODeepCopy.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OODeepCopy.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OODrawable.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OODrawable.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOEncodingConverter.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOEncodingConverter.m Raise string encoding conversion cache size 2014-10-08 13:31:47 +02:00
OOEntityFilterPredicate.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOEntityFilterPredicate.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOEnvironmentCubeMap.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOEnvironmentCubeMap.m Add global convenience functions for accessing OpenGL matrix manager 2014-08-11 19:14:29 +01:00
OOEquipmentType.h Adds weaponInfo to EquipmentInfo script obbject 2020-08-21 12:23:37 -03:00
OOEquipmentType.m Adds weaponInfo to EquipmentInfo script obbject 2020-08-21 12:23:37 -03:00
OOExcludeObjectEnumerator.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOExcludeObjectEnumerator.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOFastArithmetic.h Fix various floating point precision issues in maths libraries 2016-05-05 18:12:23 +02:00
OOFilteringEnumerator.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOFilteringEnumerator.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOFullScreenController.h Up to 8K resolution for SDL builds now possible. 2017-09-26 12:07:49 +02:00
OOFullScreenController.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOFunctionAttributes.h Fix build with GCC 4.6. 2012-10-06 10:51:31 +00:00
OOGraphicsResetManager.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOGraphicsResetManager.m Apply Debian patch to keep GCC5 happy 2015-09-06 11:11:06 +01:00
OOHPVector.h Fix various floating point precision issues in maths libraries 2016-05-05 18:12:23 +02:00
OOHPVector.m Fix various floating point precision issues in maths libraries 2016-05-05 18:12:23 +02:00
OOIsNumberLiteral.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOIsNumberLiteral.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOJoystickManager.h Added docking clearance joystick button control to stickmapper. 2019-01-01 20:07:33 +01:00
OOJoystickManager.m Added ability to increase and decrease the field of view. 2015-03-09 23:01:59 +01:00
OOJoystickProfile.h Fix various Mac build issues 2014-02-08 12:36:41 +01:00
OOJoystickProfile.m Fix various Mac build issues 2014-02-08 12:36:41 +01:00
OOLogHeader.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOLogHeader.m Windows and Linux builds: Physical and available system memory are now reported in the log header. 2021-02-07 21:12:55 +01:00
OOLogOutputHandler.h Fix various bad prototypes 2017-06-06 12:29:29 +02:00
OOLogOutputHandler.m Remove various unused macros 2013-07-06 23:38:11 +02:00
OOLogging.h Unbreak deployment build. 2014-02-21 08:41:54 +01:00
OOLogging.m Remove various unused macros 2013-07-06 23:38:11 +02:00
OOLoggingExtended.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOMacroOpenGL.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOManifestProperties.h Add tag search and "last updated" search to filters 2014-09-27 15:40:57 +01:00
OOMaths.h Upgrade world-space coordinate vectors to double-precision (issue #22) 2013-07-02 18:43:59 +01:00
OOMatrix.h make ooliteNormalMatrix a mat3 and normalize it 2014-07-07 14:22:41 +01:00
OOMatrix.m More planettool build unbreakage. 2016-05-21 13:03:51 +02:00
OOMesh.h Proposed fix for issue #176 (Cache problems with rescaled models). 2016-02-05 11:44:25 +01:00
OOMesh.m Enabled blending when rendering visual effects. This should enable effects to have their transparency specified in their shaders. 2018-10-06 15:26:23 +02:00
OOMeshToOctreeConverter.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOMeshToOctreeConverter.m Apply Debian patch to keep GCC5 happy 2015-09-06 11:11:06 +01:00
OOMouseInteractionMode.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOMouseInteractionMode.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOMusic.m Committed unspeakable necromancy on the graveyard of the repository. 2009-08-29 23:09:22 +00:00
OOMusicController.h The sound source object of the music currently playing has been exposed to JS, thus allowing for real-time volume control of music, as well as other properties like looping, position, etc. The function returning the sound source object is Sound.musicSoundSource(). 2016-10-31 20:37:51 +01:00
OOMusicController.m The sound source object of the music currently playing has been exposed to JS, thus allowing for real-time volume control of music, as well as other properties like looping, position, etc. The function returning the sound source object is Sound.musicSoundSource(). 2016-10-31 20:37:51 +01:00
OONSOperation.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOOXZManager.h Add "installable" filter, make left/right arrow keys consistent 2014-09-26 21:40:26 +01:00
OOOXZManager.m Add update all option to OXP manager (#381) 2021-02-22 16:16:33 +01:00
OOOpenAL.h Fix OOOpenALController build issues under Mac OS X 2013-11-02 13:29:16 +01:00
OOOpenALController.h Fix OOOpenALController build issues under Mac OS X 2013-11-02 13:29:16 +01:00
OOOpenALController.m Free OpenAL controller object correctly if -nosound has been requested. 2016-11-05 22:28:45 +01:00
OOOpenGL.h Fix use of defined() in macros 2018-06-17 11:02:36 +02:00
OOOpenGL.m Remove errors when compiler complains about format strings so that Oolite will compile without having to manually hack GNUstep make files (#263) 2017-10-08 16:41:56 +02:00
OOOpenGLExtensionManager.h Fix typo 2016-12-23 21:12:58 +00:00
OOOpenGLExtensionManager.m Apply Debian patch to keep GCC5 happy 2015-09-06 11:11:06 +01:00
OOOpenGLMatrixManager.h Fix various bad prototypes 2017-06-06 12:29:29 +02:00
OOOpenGLMatrixManager.m Fix sundry warnings 2016-05-05 18:26:53 +02:00
OOOpenGLOnly.h Removed last occurrence of the unused OOLITE_SDL_MAC macro. 2015-09-06 17:17:37 +02:00
OOOpenGLStateManager.m Fixed issue on the mac with unused vars in deployment build 2014-06-29 22:03:27 +02:00
OOPListParsing.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOPListParsing.m Get other files to load from OXZ too, some cleanup 2013-10-27 12:49:15 +00:00
OOPlanetData.c regenerate planet vertices 2014-07-24 23:07:19 +01:00
OOPlanetData.h regenerate planet vertices 2014-07-24 23:07:19 +01:00
OOPlanetDrawable.h Sort out planet atmosphere renderings 2014-07-07 18:39:07 +01:00
OOPlanetDrawable.m Fix various floating point precision issues 2016-05-05 18:26:53 +02:00
OOPointMaths.h Fix various floating point precision issues in maths libraries 2016-05-05 18:12:23 +02:00
OOPolygonSprite.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOPolygonSprite.m Remove various unused macros 2013-07-06 23:38:11 +02:00
OOPriorityQueue.h Turn priority queue ad-hoc test into unit test 2016-05-29 15:29:21 +02:00
OOPriorityQueue.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOProbabilisticTextureManager.h Limiting star and nebula textures by galaxy (#337) 2019-05-25 15:16:15 +03:00
OOProbabilisticTextureManager.m Limiting star and nebula textures by galaxy (#337) 2019-05-25 15:16:15 +03:00
OOProbabilitySet.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOProbabilitySet.m Fix some memory issues 2013-06-30 14:41:53 +02:00
OOProfilingStopwatch.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOProfilingStopwatch.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOQuaternion.h Start using static info to build systems 2014-10-13 17:32:40 +01:00
OOQuaternion.m Fix various floating point precision issues in maths libraries 2016-05-05 18:12:23 +02:00
OORegExpMatcher.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OORegExpMatcher.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OORoleSet.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OORoleSet.m Typo cleanup 2013-11-24 19:52:23 +01:00
OOShipGroup.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOShipGroup.m Fix error in contract payment calculation (bug not in 1.77 release) 2013-02-28 18:33:04 +00:00
OOShipLibraryDescriptions.h The number of turrets on a ship, if they exist, is now shown on the Ship Library screen. 2020-07-16 13:07:40 +02:00
OOShipLibraryDescriptions.m Linux: Fix compiler warning 2020-09-01 15:50:50 +03:00
OOShipRegistry.h Adding "setShipInfoForKey" (#380) plus useful information to README for compiling on Linux 2021-02-20 18:32:02 +01:00
OOShipRegistry.m Added tsoj to contributors list. 2021-02-20 19:12:29 +01:00
OOSkyDrawable.h Add nebula colour settings, closes #13 2013-10-12 18:50:21 +01:00
OOSkyDrawable.m Fix various warnings in Xcode 5 2013-11-02 14:40:46 +01:00
OOSound.h Remove Core Audio sound implementation 2014-01-04 23:46:56 +01:00
OOSoundInternal.h Remove Core Audio sound implementation 2014-01-04 23:46:56 +01:00
OOSoundSource.h Added optional volume gain parameter to the playMusic function in OOJS Sound class. Gain is a float capped between 0.0 and 1.0 and is relative to the master volume. 2016-10-25 18:28:31 +02:00
OOSoundSource.m Added optional volume gain parameter to the playMusic function in OOJS Sound class. Gain is a float capped between 0.0 and 1.0 and is relative to the master volume. 2016-10-25 18:28:31 +02:00
OOSoundSourcePool.h Basic positional support for built-in sounds 2013-11-11 22:45:05 +00:00
OOSoundSourcePool.m Fix some valgrind errors 2014-08-21 18:27:41 +01:00
OOSpatialReference.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOSpatialReference.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOStringExpander.h Introducing the %G###### string expander. 2018-03-06 12:16:42 +02:00
OOStringExpander.m Better fix for use of defined() in macros 2018-06-17 12:44:04 +02:00
OOStringParsing.h Fix font alignment assumptions on F8 screen 2014-06-14 11:05:45 +01:00
OOStringParsing.m Fix various floating point precision issues 2016-05-05 18:26:53 +02:00
OOSystemDescriptionManager.h Allow "concealment" parameter in systeminfo 2015-08-08 22:07:42 +01:00
OOSystemDescriptionManager.m Fix various integer precision issues 2016-05-05 18:26:53 +02:00
OOTextureScaling.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOTextureScaling.m Apply Debian patch to keep GCC5 happy 2015-09-06 11:11:06 +01:00
OOTextureSprite.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOTextureSprite.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOTriangle.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOTrumble.h Eliminate a nasty global 2013-09-01 14:58:22 +02:00
OOTrumble.m Finally compiles again... 2014-08-24 16:19:07 +01:00
OOTypes.h Rather than silently failing, report error if a non-expected player.ship.chartHighlightMode is used. 2018-02-17 21:32:05 +01:00
OOVector.h Make ship.weaponPosition* return an array of vectors 2015-08-22 15:34:22 +01:00
OOVector.m Make ship.weaponPosition* return an array of vectors 2015-08-22 15:34:22 +01:00
OOVoxel.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOVoxel.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOWeakReference.h Fix several leaks of weakRefs 2013-07-06 12:20:59 +02:00
OOWeakReference.m Fix several leaks of weakRefs 2013-07-06 12:20:59 +02:00
OOWeakSet.h Cleaned up minor messes from r5225. 2012-08-24 17:33:50 +00:00
OOWeakSet.m Eliminated OOInteger and OOUInteger. 2012-08-29 17:28:01 +00:00
OOXMLExtensions.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OOXMLExtensions.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
Octree.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
Octree.m Remove errors when compiler complains about format strings so that Oolite will compile without having to manually hack GNUstep make files (#263) 2017-10-08 16:41:56 +02:00
OldSchoolPropertyListWriting.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
OldSchoolPropertyListWriting.m Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
ReleaseLockProxy.h @privatize all the things! Well, most of the things. 2012-08-24 16:45:00 +00:00
ReleaseLockProxy.m Committed unspeakable necromancy on the graveyard of the repository. 2009-08-29 23:09:22 +00:00
ResourceManager.h Adding support for equipment-overrides.plist 2019-05-26 14:47:14 +10:00
ResourceManager.m Adding support for equipment-overrides.plist 2019-05-26 14:47:14 +10:00
TextureStore.h Here goes another year. Happy 2013. The Reference Sheet and the Readme still need to have year references bumped. 2012-12-31 09:00:28 +00:00
TextureStore.m Better fix for use of defined() in macros 2018-06-17 12:44:04 +02:00
Universe.h JS access to the shipyard of a station (#328) 2019-04-12 22:27:40 +03:00
Universe.m Simplification in handling of system.info's air_color_mix_ratio key. 2020-07-24 19:45:34 +02:00
dummy.cpp Added Xcode project for new JS. Currently only builds x86_64 debug. 2010-12-17 15:08:35 +00:00
legacy_random.c Fix use of RNG functions to be hopefully consistent cross-platform 2013-12-12 19:52:43 +00:00
legacy_random.h Fix various bad prototypes 2017-06-06 12:29:29 +02:00