Allanis
|
49c1bd5b4e
|
[Change] Removed dependancy of the spawn_timer on SDL_GetTicks().
|
2013-11-13 02:42:23 +00:00 |
|
Allanis
|
a42c21da4e
|
[Add] Pilot "jump" hook.
|
2013-11-12 00:42:31 +00:00 |
|
Allanis
|
5a87b2da77
|
[Change] MAJOR AI rehaul, split all the lua stuff into generic templates.
[Add] Bomber attack routines.
[Fix] Bug with AI forgetting about you if another enemy attacks.
|
2013-11-10 05:03:59 +00:00 |
|
Allanis
|
0d569ecc54
|
[Add] Improved ai.secondary to actually take ammo into account.
|
2013-11-09 05:49:03 +00:00 |
|
Allanis
|
9c2e35c472
|
[Add] pilot_getAmmo.
|
2013-11-09 00:23:57 +00:00 |
|
Allanis
|
e829e71347
|
[Change] Made ship_classFromString non-static.
|
2013-11-09 00:18:41 +00:00 |
|
Allanis
|
29ba80afba
|
[Change] control_rate is now defined as a float.
|
2013-11-09 00:02:06 +00:00 |
|
Allanis
|
7bf8d63e00
|
[Add] Commodity land mission checks.
|
2013-11-07 23:10:01 +00:00 |
|
Allanis
|
4b64b1c185
|
[Add] Allow for faction logo's to be displayed.
|
2013-11-05 23:50:09 +00:00 |
|
Allanis
|
4b5f11ae28
|
[Add] Documented specail effects.
|
2013-11-01 19:27:18 +00:00 |
|
Allanis
|
9c9a7e07ca
|
[Fix] Remove the outfit when you run out of ammo.
|
2013-10-30 21:50:44 +00:00 |
|
Allanis
|
18e4d9088c
|
[Fix] Silly mistake in image array scrolling.
|
2013-10-29 20:44:34 +00:00 |
|
Allanis
|
9699b0ed10
|
[Add] Players shipyard now follows same style as noraml shipyard.
|
2013-10-28 14:53:05 +00:00 |
|
Allanis
|
3877884730
|
[Fix] Image arrays going out of sync.
|
2013-10-28 14:33:05 +00:00 |
|
Allanis
|
ca292cf791
|
[Add] Use image array for shipyard and made toolkit_getList apply to image array.
|
2013-10-27 16:00:23 +00:00 |
|
Allanis
|
ea6df25b0c
|
[Change] outfit_getTech returns outfits instead of names.
|
2013-10-26 20:52:36 +01:00 |
|
Allanis
|
e955b58817
|
[Add] Significant inprovements to imageArray, including scrollwheel functionality.
|
2013-10-26 01:11:02 +01:00 |
|
Allanis
|
88c40143c2
|
[Add] Added image arrays to toolkit.
|
2013-10-25 01:51:23 +01:00 |
|
Allanis
|
3ffc858863
|
[Add] Documented Nebulae stuff.
|
2013-10-24 00:34:08 +01:00 |
|
Allanis
|
435be644cf
|
[Fix] Few corrections in documentation.
|
2013-10-22 18:54:30 +01:00 |
|
Allanis
|
6764a1c424
|
[Add] Documented Player.
|
2013-10-22 18:42:17 +01:00 |
|
Allanis
|
2533dd816f
|
[Add] Documented opengl stuff.
|
2013-10-22 18:29:07 +01:00 |
|
Allanis
|
3347a8b7cc
|
[Add] Documented outfits.
|
2013-10-21 22:38:11 +01:00 |
|
Allanis
|
8d6160244d
|
[Add] Documented menus.
|
2013-10-20 19:54:23 +01:00 |
|
Allanis
|
e70bfacdcd
|
[Add] Documented weapons. [Fix] Input dialogues.
|
2013-10-20 18:24:03 +01:00 |
|
Allanis
|
d4b945aca7
|
[Add] Documented glColour.
|
2013-10-20 17:43:46 +01:00 |
|
Allanis
|
8fa9b389b1
|
[Add] Documentation for fonts.
|
2013-10-19 23:14:06 +01:00 |
|
Allanis
|
93fd1eef4d
|
[Add] Player can abort hyperspaec jump sequence.
|
2013-10-15 23:38:49 +01:00 |
|
Allanis
|
2fdeecaefa
|
[Fix] NAV computer should always be green when in hyperspace mode.
|
2013-10-15 00:44:21 +01:00 |
|
Allanis
|
a3f791e52f
|
[Change] Tweaked fleet adding a little so it seems more natural.
|
2013-10-15 00:31:55 +01:00 |
|
Allanis
|
8198a2db77
|
[Add] Documentation for lfile.c
|
2013-10-12 18:33:55 +01:00 |
|
Allanis
|
673b83ea6a
|
[Add] More doxygen along with some slight code cleaup.
|
2013-10-11 23:02:39 +01:00 |
|
Allanis
|
833283add0
|
[Add] Documentation for random number generations.
|
2013-10-10 20:34:58 +01:00 |
|
Allanis
|
8feb19e20c
|
[Add] Pilots sort of start as landed.
|
2013-10-09 22:16:28 +01:00 |
|
Allanis
|
c2d4f39a72
|
[Add] Ships now have human readable class strings instead of numbers.
|
2013-10-08 19:34:48 +01:00 |
|
Allanis
|
b748f0f18e
|
[Change] Seperated dialogues from toolkit.
|
2013-10-05 18:38:40 +01:00 |
|
Allanis
|
898b44b29d
|
[Fix] Should compile in non-debug mode again.
|
2013-10-04 17:30:21 +01:00 |
|
Allanis
|
0231017e57
|
[Fix] Some long time snprintf mistakes.
|
2013-10-04 17:03:48 +01:00 |
|
Allanis
|
652d9352ad
|
[Add] Qtcreator project support for the IDE users of the world.
|
2013-10-04 16:34:34 +01:00 |
|
Allanis
|
69b05ae150
|
[Change] No point playing sound for entering hyperspace range when already jumping.
|
2013-10-04 01:36:52 +01:00 |
|
Allanis
|
89fd3509e9
|
[Add] OHHHHHH YEAAAAHHHHH!!! You can sell your ships now ladies!
|
2013-10-04 01:34:05 +01:00 |
|
Allanis
|
e2b8e738f5
|
[Add] Sanity check to spfx_add()
|
2013-10-04 01:08:53 +01:00 |
|
Allanis
|
4cac5ba5b2
|
[Add] Beam weapons require spfx and proper spfx usage.
|
2013-10-04 01:07:12 +01:00 |
|
Allanis
|
1177685e62
|
[Fix] Beam stops moving if enemy got destroyed.
|
2013-10-04 00:02:33 +01:00 |
|
Allanis
|
4340b8042c
|
[Change] Tweaked beam aggro chance somewhat.
|
2013-10-03 01:17:11 +01:00 |
|
Allanis
|
0ae6b8cecd
|
[Fix] Killed startup warning about missing 'turn' element on non-turret beams.
|
2013-10-03 01:15:08 +01:00 |
|
Allanis
|
566e96505f
|
[Add] Display sound driver on init plox.
|
2013-10-03 01:11:08 +01:00 |
|
Allanis
|
2cade50bc9
|
[Fix] Possible race condition and improved sound_exit correctness.
|
2013-10-03 01:08:38 +01:00 |
|
Allanis
|
62f7986459
|
[Change] Make the start of beam not be so abrupt.
|
2013-10-03 01:01:39 +01:00 |
|
Allanis
|
5bf8a0b689
|
[Add] Sound should be fully positional now.
|
2013-10-02 01:17:01 +01:00 |
|
Allanis
|
cc34292293
|
[Add] Actively ask for doublebuffering.
|
2013-10-01 22:26:51 +01:00 |
|
Allanis
|
ebdfaad9a7
|
[Add] Improved sound system considerably, not used properly yet.
|
2013-10-01 22:12:39 +01:00 |
|
Allanis
|
810e4afb28
|
[Fix] Just a few lame typos.
|
2013-10-01 00:13:03 +01:00 |
|
Allanis
|
6dd9de9835
|
[Fix] Some obscure bugs like not being able to shoot secondary weapons right away.
|
2013-09-30 22:43:33 +01:00 |
|
Allanis
|
090bcb96c8
|
[Add] You can now cancel beams as secondary weapon instead of having to hold shift.
|
2013-09-30 22:34:46 +01:00 |
|
Allanis
|
4d8b462359
|
[Add] First round to bring more control to beam weapons.
|
2013-09-30 22:29:53 +01:00 |
|
Allanis
|
70d4987a00
|
[Add] starting to add sound for beam weapons. Sound system could do with an overhaul tbh.
|
2013-09-29 21:25:59 +01:00 |
|
Allanis
|
1a03c08672
|
[Add] Documented joystick.c
|
2013-09-29 01:29:43 +01:00 |
|
Allanis
|
8516b33391
|
[Add] Beam weapons now render properly.
|
2013-09-25 20:45:14 +01:00 |
|
Allanis
|
f2144b1053
|
[Change] Fewer explosions with beam weapons.
|
2013-09-24 23:31:44 +01:00 |
|
Allanis
|
55bb07c560
|
[Add] More improvements for beam turrets, they also use energy properly now.
[Add] New outfit: Ragnorak beam.
|
2013-09-24 22:22:41 +01:00 |
|
Allanis
|
5832239b74
|
[Change] Render spfx in reverse order.
|
2013-09-24 21:35:24 +01:00 |
|
Allanis
|
71ab2d863f
|
[Add] Added outfit states and beam hit function. Also added compile option for clang.
|
2013-09-23 22:59:01 +01:00 |
|
Allanis
|
06ea30d96e
|
[Add] Beam weapons now use delay and duration.
|
2013-09-23 21:04:56 +01:00 |
|
Allanis
|
7030d97402
|
[Change] Some cleaning up and more documentation of outfit.*
|
2013-09-23 20:58:55 +01:00 |
|
Allanis
|
f0336e14af
|
[Change] Improved some of the shooting handling.
|
2013-09-23 20:28:12 +01:00 |
|
Allanis
|
81fd657540
|
[Add] Documented board.c
|
2013-09-22 16:24:33 +01:00 |
|
Allanis
|
4674fe7248
|
[Add] Documented faction.c
|
2013-09-22 16:07:44 +01:00 |
|
Allanis
|
2e444ff54b
|
[Change] Split beam/bolt loading logic.
|
2013-09-21 21:30:51 +01:00 |
|
Allanis
|
5557963d1f
|
[Change] Made outfit.h sexier.
|
2013-09-21 21:09:48 +01:00 |
|
Allanis
|
1ad17e0dae
|
[Fix]? F*ck collisions!! I'll fix it tomorrow. kbai.
|
2013-09-20 23:36:28 +01:00 |
|
Allanis
|
b8a4d4fe37
|
[Fix] LineSprite is almost working flawlessly.
|
2013-09-20 23:11:38 +01:00 |
|
Allanis
|
8bf7a67af7
|
[Add] Some more beam support stuff.
|
2013-09-19 22:35:06 +01:00 |
|
Allanis
|
c969041367
|
[Add] Making room for some beam weapons.
|
2013-09-19 22:15:18 +01:00 |
|
Allanis
|
9f8b1be682
|
[Add] Some untested collision detection routines.
|
2013-09-15 22:34:11 +01:00 |
|
Allanis
|
b31fda7ce8
|
[Add] Input dialogues can now be cancelled and return NULL.
|
2013-09-15 21:39:51 +01:00 |
|
Allanis
|
7f10a1e69e
|
[Add] Documented pack.*
|
2013-09-14 22:56:57 +01:00 |
|
Allanis
|
2cb22a8b7a
|
[Change] Some code quality improvements.
|
2013-09-14 01:02:01 +01:00 |
|
Allanis
|
e9985fc8ca
|
[Change] Improved accuracy of collision on explosions.
|
2013-09-12 16:10:36 +01:00 |
|
Allanis
|
b88bba7bdb
|
[Fix] Bug when exiting with rumble effect not cleared.
|
2013-09-12 15:36:01 +01:00 |
|
Allanis
|
687ed47839
|
[Fix] Segfault if not checking for player when displaying small_menu.
|
2013-09-12 15:34:10 +01:00 |
|
Allanis
|
584f56e2a0
|
[Change] Check for GL_ARB_fragment_program instead of GL_ARB_fragment_shader.
|
2013-09-12 15:32:06 +01:00 |
|
Allanis
|
7b77faa53e
|
[Fix] Fixed double free if an invalid faction was loaded.
|
2013-09-11 23:40:59 +01:00 |
|
Allanis
|
ef10443cda
|
[Add] Documented space.h
|
2013-09-10 02:24:14 +01:00 |
|
Allanis
|
b44fb505cd
|
[Add] Documented Pilot.h
|
2013-09-09 01:31:14 +01:00 |
|
Allanis
|
e1a43e2248
|
[Add] Documented ai.h.
|
2013-09-07 19:07:01 +01:00 |
|
Allanis
|
d1df9aeaae
|
[Add] Pilot death explosion sounds.
[Add] More documentation.
|
2013-09-06 19:45:24 +01:00 |
|
Allanis
|
aa58ab2ef1
|
Merge branch 'testing'
|
2013-09-06 16:45:36 +01:00 |
|
Allanis
|
2533439f1b
|
[Add] Audio noise when player enters jump-safe zone.
|
2013-09-06 16:45:01 +01:00 |
|
Allanis
|
a8fe667a34
|
Merge branch 'testing'
|
2013-09-06 16:38:09 +01:00 |
|
Allanis
|
fc3276464a
|
[Add] Targetting sounds implemented.
[Add] More doxygen.
|
2013-09-06 16:37:38 +01:00 |
|
Allanis
|
c7ce52127a
|
Merge branch 'testing'
|
2013-09-05 13:32:51 +01:00 |
|
Allanis
|
eae283417f
|
[Add] Partially documented pilot.c
|
2013-09-05 13:32:30 +01:00 |
|
Allanis
|
1c09245b6c
|
Merge branch 'testing'
|
2013-09-04 15:19:56 +01:00 |
|
Allanis
|
9178376c28
|
[Change] Split engine sounds and GUI sounds for player.
[Fix] Some issues in sound.c
[Add] More documentation.
|
2013-09-04 15:19:04 +01:00 |
|
Allanis
|
9faea8acaa
|
[Add] music.c is documented.
|
2013-09-03 19:50:58 +01:00 |
|
Allanis
|
ffdb20f50b
|
[Add] Fully doxygenized sound.c
|
2013-09-03 15:16:32 +01:00 |
|
Allanis
|
d3173f2949
|
[Add] player.c is now partially documented.
|
2013-09-02 17:08:51 +01:00 |
|
Allanis
|
ca4c910ec8
|
[Add] Preliminary doxygen support.
|
2013-08-31 14:19:36 +01:00 |
|
Allanis
|
de91ebd91f
|
[Fix] Bug concerning not being able to shoot seeker weapons.
|
2013-08-30 17:54:02 +01:00 |
|