cim
e7470f3de9
Merge pull request #68 from kanthoney/master
...
Remove reference to .relative_gitmodules from README.txt
2013-12-05 12:36:37 -08:00
cim
7e83f253a6
Start introducing the HUD in the tutorial
...
New features: player.ship.{show,hide}HUDSelector(selector) to selectively disable HUD entries.
with_dial entry for legends to tie legends to the visibility of particular HUD selectors.
2013-12-04 22:57:39 +00:00
cim
067dd3a222
Add "return" option from load commander screen if entered from start menu
2013-12-04 20:28:38 +00:00
cim
2be33a0eef
Start on tutorial set up
...
Add third parameter to PS.setMultiFunctionText (bool reflow). If true, automatically reflows text to keep within width limits. (Should we default this to on? That's probably the more common case.)
2013-12-03 23:28:16 +00:00
Kevin Anthoney
9e3b074bc1
Use clamp function in a more sensible way
2013-12-03 18:37:38 +00:00
Kevin Anthoney
befc0dad20
Use clamp function
2013-12-03 18:37:38 +00:00
Kevin Anthoney
3ca35ca5a9
hangover from submodules thing
2013-12-03 18:37:38 +00:00
Kevin Anthoney
ebcdbca0fb
Get joystick nonlinear parameters from user defaults
2013-12-03 18:37:38 +00:00
Kevin Anthoney
5d93530a90
return STICK_AXISUNASSIGNED instead of 0 for unassigned axes
2013-12-03 18:37:38 +00:00
Kevin Anthoney
4a015459c8
Fix bug with unassigned axis, and add configurable deadzone option
2013-12-03 18:37:38 +00:00
Kevin Anthoney
a1993755b3
nonlinear joystick patch
2013-12-03 18:37:38 +00:00
Kevin Anthoney
b601ead1a0
.gitmodules
2013-12-03 18:37:38 +00:00
cim
c8cc203ff5
Stop double-clicks outside selectable rows activating something
2013-12-03 18:26:42 +00:00
cim
6e33205d6f
Fix colour of return to menu
2013-12-03 18:04:33 +00:00
cim
d27d211575
Improve mouse support on new game page, add return to menu option
2013-12-03 18:01:01 +00:00
cim
9052fc604e
Clear mouse when entering intro screen
2013-12-03 16:57:54 +00:00
cim
774f421455
Add starting save file and some initial framework for the tutorial
2013-12-03 13:33:17 +00:00
cim
74659d6966
Mouse support for New Commander screen
2013-12-03 12:34:25 +00:00
cim
0c8259f804
Mouse support on start screen
2013-12-03 12:00:02 +00:00
cim
5e165fc3a2
Fix lighting problems with -load option, without F7 bug
2013-12-03 11:08:44 +00:00
cim
0621052bd0
Sounds for selection, fix enter-persistence bug
2013-12-02 22:57:35 +00:00
cim
e041b5e349
Use correct constants for number keys
2013-12-02 21:15:31 +00:00
Jens Ayton
8bdbb43cc1
[Mac] Copy scenario files
2013-12-02 21:54:17 +01:00
Jens Ayton
0cd4252fa5
Fix some type mismatches
2013-12-02 21:54:17 +01:00
cim
8b9bb60a21
Make start options selectable with arrow keys
2013-12-02 20:50:56 +00:00
cim
328a261696
Reword options, add exit option
2013-12-02 20:09:03 +00:00
cim
59fc255fb5
Fix some more bugs around strict mode and reloading
...
Cleanup some in-game menus now strict mode accessed through scenarios
2013-12-01 22:21:11 +00:00
cim
977cc031e5
Fix some issues with exiting strict mode
2013-12-01 22:05:52 +00:00
cim
edfd011ecb
Add the scenarios, fix some bugs
...
Still some more bugs to fix
2013-12-01 21:57:07 +00:00
cim
6fbcf75363
Scenario loading screen
...
(unfinished: scenarios not yet present)
2013-12-01 18:29:08 +00:00
cim
4dc16316af
Adjust start screen to allow for more options than load y/n
2013-12-01 14:32:06 +00:00
cim
91ff0c6647
Fix witchspace entry error for assassins
2013-12-01 12:36:32 +00:00
Jens Ayton
1ba485275d
Fix some comment errors
2013-12-01 10:40:36 +01:00
Jens Ayton
5291a65c90
[Mac] Add some profiler flags
2013-12-01 10:24:55 +01:00
cim
207a0d25cd
Use a better RNG when expanding descriptions for JS
...
Since JS expansions don't get to set a seed value first, I don't think that this can have compatibility implications. NonJS expansions (and JS expansions which don't use expandDescription() or expandMissionText() continue to use the old form)
2013-11-30 16:35:34 +00:00
Kevin Anthoney
5438bfa6ff
Merge remote-tracking branch 'upstream/master'
2013-11-30 15:15:50 +00:00
cim
96f39f3463
Fix some warnings
2013-11-29 21:44:45 +00:00
cim
3fd5ad89b1
Adjust combat odds calculation for bigger fights
2013-11-29 21:06:29 +00:00
cim
b9c5d331f2
Update contributors list for recent patches
2013-11-29 18:49:08 +00:00
cim
694268c95f
Fix typo causing errors in comms sending
2013-11-29 18:46:45 +00:00
cim
c1c28ae749
Adjust comms messages to distinguish attack messages a bit
2013-11-28 21:54:00 +00:00
cim
1dd51a6adf
Correctly unset wormhole record in ship AIs
2013-11-28 21:00:51 +00:00
cim
281c76205c
Flasher frequency can be == 0
2013-11-27 21:19:31 +00:00
cim
5c882d6c36
Some more properties for flashers
...
.active , .color , .fraction , .frequency , .phase - all r/w
2013-11-27 20:36:30 +00:00
Jens Ayton
940e5a936a
[Mac] Add JS exhaust and flasher to Xcode project
2013-11-27 16:00:08 +01:00
cim
fb53a45ff2
JS interfaces to exhausts, flashers - closes #43
...
ship.exhausts
ship.flashers
Exhausts and flashers both have r/w .size property and .remove() method
Flashers might get some more properties later for colour/phase/etc.
2013-11-26 23:00:36 +00:00
Kevin Anthoney
0e9ad9fce7
Add instructions to use make -f Makefile to README.txt for GNU make.
2013-11-26 19:07:19 +00:00
Kevin Anthoney
6b44551b73
Remove reference to .relative_gitmodules from README.txt
2013-11-26 12:27:21 +00:00
cim
90ad6c5025
Merge pull request #67 from kanthoney/cim-keyboard
...
Fix for opposing keyboard movements
2013-11-25 14:05:49 -08:00
Jens Ayton
f599581feb
Typo cleanup
2013-11-24 19:52:23 +01:00