cim
01bb1e1b81
Fix typo in assassin AI
...
(and same typo in a currently unused method)
2014-01-22 18:05:07 +00:00
cim
d5f99b6e84
Remove collision check optimisation
...
It doesn't seem to help game speed much, and it gives odd results at times (going all the way back to buoy repair stations and commie transports, in fact)
2014-01-21 22:35:33 +00:00
cim
20dff539a5
More extra logging for the cache problems
2014-01-21 18:20:19 +00:00
cim
e514f43dca
Add some comms message points (and test messages) for witchspace entry
2014-01-20 20:03:05 +00:00
cim
a6e18a02c4
Add more cache logging temporarily.
2014-01-20 20:03:05 +00:00
AnotherCommander
3b95ebbd34
Updated year visible on screen to 2014 on title screen and Windows installer.
2014-01-20 17:21:16 +01:00
cim
c272d8952d
Ships can be set to have available_to_all equipment barred
...
script_info = { "oolite-barred-equipment" = ("EQ_KEY1","EQ_KEY2",...); };
2014-01-19 11:48:35 +00:00
cim
678abb6569
Display "restarting" notice when OXZ manager is applying changes
2014-01-18 16:45:38 +00:00
AnotherCommander
554517faf6
Switch ownership of watermark from HeadUpDisplay to Universe. This way it can be displayed at all times, as it is meant to be.
2014-01-18 16:06:56 +01:00
Jens Ayton
03b13bb114
Fix invalid logging of NSUIntegers
2014-01-18 11:56:29 +01:00
Jens Ayton
29150762a3
Correct signed/unsigned arithmetic confusion
2014-01-18 11:56:10 +01:00
cim
ed7a8db979
Merge branch 'master' into oxz-installer
...
Conflicts:
src/Core/Entities/PlayerEntityControls.m
src/Core/ResourceManager.m
src/Core/Universe.m
2014-01-17 21:59:26 +00:00
cim
c5a91aa8f2
Docking ships don't release their escorts until later
2014-01-17 21:50:35 +00:00
AnotherCommander
925a4035c2
Reverted previous commit and re-applied it the way cim intended it to be.
2014-01-17 14:14:00 +01:00
cim
0b97d57603
Guard against phase differences in refresh rates
2014-01-16 21:16:13 +00:00
cim
6b7f934440
Fix mouse controls on shipyard screen
2014-01-16 21:13:15 +00:00
cim
0abc4c5b21
Fix bug with failed download handling
2014-01-16 20:52:15 +00:00
cim
e53dff467a
Fix left/right keys in install/remove settings
2014-01-16 20:46:37 +00:00
cim
c626a955e1
A bit more in-manager documentation
2014-01-15 20:57:36 +00:00
cim
8e0438631d
Fix list scroll bugs, better sorting of lists, other UI fixes
2014-01-14 22:45:31 +00:00
cim
a3b05abf76
Turn off debug logging, sort the installation list
2014-01-14 19:45:51 +00:00
AnotherCommander
22da020473
Fix two bugs, one regarding equipment with requires_cargo_space set when fully loaded with cargo and one about misreporting available cargo space when fully loaded and with equipment requiring cargo space present.
2014-01-14 19:11:50 +01:00
cim
fe4192029e
Finish off basic interface, a bit of cleanup
2014-01-13 18:27:43 +00:00
cim
5483a170cc
Colour-code install menu by installability
2014-01-12 22:52:40 +00:00
cim
a7b8f83c68
OXZ removal, make install-reported version accurate
2014-01-12 13:19:02 +00:00
Jens Ayton
7f5e17be82
Staticize a local constant
2014-01-12 12:47:51 +01:00
cim
8d3ef6e4ab
PlanetTextureGenerator also needs to use initWithPath
2014-01-11 18:11:26 +00:00
cim
b18a45f281
Allow installation of managed OXZs, adjust a few other bits
2014-01-11 17:44:32 +00:00
cim
7e0b3819b8
Merge pull request #75 from OoliteProject/planet-improvements
...
Planet improvements
2014-01-11 06:42:43 -08:00
cim
77e8ceb8b7
Try to work around bugs in pthread library on Windows
2014-01-10 21:31:09 +00:00
cim
262384bfe9
Some work on installer interface.
2014-01-09 23:09:17 +00:00
cim
9587469435
Fix probably theoretical bug
2014-01-09 20:35:11 +00:00
Jens Ayton
b5dc768102
Remove various unused things
2014-01-09 18:11:26 +01:00
Jens Ayton
d083add6d8
Unbreak Mac build
2014-01-09 18:07:48 +01:00
cim
add4528195
Add a missing _pendingOpsLock pair to the Async manager
...
Also, since we're hitting the bug anyway, re-enable planet preloading - it might make it easier to see what's going on
2014-01-08 22:19:29 +00:00
cim
d11b61bde1
Add GUI for downloading manifests file
2014-01-07 21:58:56 +00:00
Jens Ayton
0bc1ab81d4
Fix hypothetical leaks in audio failure cases
2014-01-07 01:13:42 +01:00
Jens Ayton
d23a023da8
Remove an unused instance variable
2014-01-07 01:13:42 +01:00
AnotherCommander
3890930ba3
Espeak builds fix: Spoken messages now follow master volume settings.
2014-01-06 10:35:33 +01:00
cim
a355327f91
Tidy up GNUstep cache folder selection
...
Select a sensible location for downloaded OXZs but don't do anything with it yet.
2014-01-05 21:25:18 +00:00
Jens Ayton
9d3e8b4740
Forward declare a method for gcc
2014-01-05 22:22:28 +01:00
cim
a70cd31b71
Fix hard-coded cache path
2014-01-05 21:13:11 +00:00
cim
a29849d9a2
GNUstep doesn't have a working NSURLDownload so use NSURLConnection instead
2014-01-05 20:37:23 +00:00
cim
f7d4d12c46
More work on the OXZ manager downloading the index.
...
- Make cache manager compile on GNUStep (was pickier about location of new public method)
- Prefix manifests cache file now it's in a shared folder
- Compatibility with missing protocol definition
Still doesn't download the file, though...
2014-01-05 17:33:47 +00:00
Jens Ayton
95897c3880
Use a real cache path for OXZ manager download
2014-01-05 18:12:10 +01:00
Jens Ayton
2648bdd4e7
Xcode project update; format string fix
2014-01-05 17:56:00 +01:00
cim
b50b3a9687
For testing, download a test manifests.plist file
...
Currently only works synchronously, which is not very useful.
2014-01-05 15:56:02 +00:00
cim
36178204f3
Start on OXZ manager.
...
Doesn't work at all...
2014-01-05 14:17:55 +00:00
cim
eb97e5b83e
Regenerate planet texture if detail level changed
2014-01-05 13:32:30 +00:00
Jens Ayton
3fcd4f996e
Bump binary resources and tests/
2014-01-05 13:09:56 +01:00