Commit Graph

1166 Commits

Author SHA1 Message Date
Steve cafe45bbd5 Don't show health over capital ship. 2016-04-27 09:49:56 +01:00
Steve 9276b9e887 Added links to develop and master branches. 2016-04-26 22:44:00 +01:00
Steve 1ee41e0993 Missile launching tweaks. Slight delay before start chasing. 2016-04-26 22:43:25 +01:00
Steve dcb0cf8450 Tweaks for message boxes. 2016-04-26 16:51:03 +01:00
Steve 06610583fe Change #? in names to #1, etc. when loading. For use with message boxes. 2016-04-26 16:35:01 +01:00
Steve 0229a2dae7 Don't draw message speaker indicators for player. 2016-04-26 13:47:06 +01:00
Steve e196752efa Draw and blink a white rectangle around the message box speaker. 2016-04-26 13:22:31 +01:00
Steve 4fb7d90584 Use "isEliminateAll" objective type. 2016-04-26 10:55:30 +01:00
Steve 262eefec6e Don't make fighters appear onscreen when being spawned during epic battles. 2016-04-26 10:52:47 +01:00
Steve a0170c74c0 3rd Donesta mission. 2016-04-26 10:44:01 +01:00
Steve e83d794e1e Debugging info. 2016-04-26 10:43:51 +01:00
Steve 0bb7ce2591 Added EF_FRIENDLY_HEALTH_BAR. 2016-04-26 10:43:43 +01:00
Steve c5cc733957 Clear resetTimeDelta after resetting. 2016-04-26 10:43:16 +01:00
Steve 1475cab9d5 Added license info (CC-0, CC-BY) for sound and music. 2016-04-26 08:52:21 +01:00
Steve 6998fc9087 Using makefile from akien-mga, to support DESTDIR variable, and configurable install paths:
https://github.com/stephenjsweeney/tbftss/pull/14
2016-04-26 08:27:12 +01:00
Steve d3e2da1821 Use 12-hour clock 2016-04-26 08:17:05 +01:00
Steve f4fc43b017 Don't load trophies with an id that leads with an underscore for now. 2016-04-26 08:16:52 +01:00
Steve d4ddde9be4 Slightly darkened unearned trophy. 2016-04-26 08:16:26 +01:00
Steve f0868c7a29 Reset delta time when ending a transition. 2016-04-26 08:16:15 +01:00
Steve 3b8001d265 Compile flags updates 2016-04-25 17:26:49 +01:00
Steve 8fcc09821c Added new trophies. 2016-04-25 17:22:40 +01:00
Steve bdfbe345c7 Short description length reduced to 32 characters. 2016-04-25 17:22:12 +01:00
Steve d7a96dbfbd Show trophy alert at end of mission (not during, as the banner can obstruct the play area). 2016-04-25 17:21:42 +01:00
Steve b7746b9622 Count battle stats as well as game stats when awarding stats trophies. 2016-04-25 17:20:35 +01:00
Steve c02c374910 Award stats trophies at the end of a mission / challenge. 2016-04-25 17:20:08 +01:00
Steve b44794f19b Show trophies menu option on Challenges and Galactic Map screen. 2016-04-25 17:18:46 +01:00
Steve 29620620c8 Don't show health bars. 2016-04-25 16:25:10 +01:00
Steve 2cb6206ea9 Capital ship component name bug fix. 2016-04-25 16:24:58 +01:00
Steve 9dd027b825 Tell missiles to turn more sharply when close to their target. 2016-04-25 11:20:54 +01:00
Steve 1913c844be i18n updates. 2016-04-25 09:56:36 +01:00
Steve 4402e81a8b Start of Rothan mission 5. 2016-04-25 09:55:58 +01:00
Steve 0d3b8e3a54 Hide objective numbers. 2016-04-25 09:55:46 +01:00
Steve 2571fa0e6c Required missions fix. 2016-04-25 09:55:16 +01:00
Steve f0b5fcab9c Added -Werror=maybe-uninitialized 2016-04-25 09:52:08 +01:00
Steve f55d01d6dc Epic battle fixes. Don't show health bar if EF_NO_HEALTH_BAR flag is set. 2016-04-25 09:50:57 +01:00
Steve bea1b531e1 Added EF_NO_HEALTH_BAR to avoid showing health for certain entities. 2016-04-25 09:50:25 +01:00
Steve 2732fe13ba Reverted broken makefile (creates incorrect icon dirs and fails to install) 2016-04-25 07:45:34 +01:00
Steve 304995f88b Reverted broken makefile (creates broken icon directories and fails). 2016-04-25 07:44:09 +01:00
Steve b732d6c08b Trophy updates. 2016-04-25 07:35:15 +01:00
Steve 64b0928e0f Merge branch 'master' into develop 2016-04-24 19:07:00 +01:00
Stephen J Sweeney d63524702b Merge pull request #14 from akien-mga/pr-destdir
Add support for DESTDIR variable
2016-04-24 19:03:54 +01:00
Steve 5d6ddb25b9 Fixed -O2 compile options (ignoring unused result) 2016-04-24 19:02:36 +01:00
Steve fa9386d545 i18n updates. 2016-04-24 18:12:27 +01:00
Steve a702ac5aa2 Screenshots and CHANGELOG updates. 2016-04-24 18:11:29 +01:00
Steve 90e4cebc1a Moved to game directory. 2016-04-24 18:11:18 +01:00
Steve 134acf7a3d Trophy integration updates. 2016-04-24 18:11:02 +01:00
Steve 3ce51feb9c Various trophy tweaks. 2016-04-24 13:00:27 +01:00
Rémi Verschelde 20272d69fb Add support for external linking flags 2016-04-24 13:48:43 +02:00
Rémi Verschelde a6b6e73622 Add support for DESTDIR variable
This allows (among others) packagers to install the files in a temporary
folder to generate a RPM or DEB file. The DESTDIR variable is a well
established convention for this.

This commit also adds the possibility to override the installation PREFIX,
BIN_DIR and DATA_DIR (as some distros would prefer /usr/games for the binary
and /usr/share/games/tbftss for the data).
2016-04-24 13:47:41 +02:00
Steve f68e7f9b0d v0.7 2016-04-24 10:50:40 +01:00