Commit graph

116 commits

Author SHA1 Message Date
Dominic Szablewski
05e9c2d3a1
Merge pull request #134 from lordfeck/UseSdl2ConfigIncludePath
Use "sdl.h" include and sdl-config include path in makefile.
2024-11-09 17:45:23 +01:00
lordfeck
76f77f6271 conditionally set cflags 2024-11-09 16:34:46 +00:00
Mark Brown
799d2d6bb1 Use "sdl.h" include and sdl-config include path in build. 2024-11-05 14:06:42 +00:00
Dominic Szablewski
a372b51f59
Merge pull request #127 from BJNFNE/fix-invalid-typo
fix typo for invalid in weapon.c
2024-07-07 01:05:51 -07:00
Benjamin Funke
6453641e25 fix typo for invalid in weapon.c 2024-07-06 12:21:04 +02:00
Dominic Szablewski
a342af737e Fix SHIP_FLYING attribute applied too generously; close #96 2024-05-13 10:54:18 +02:00
Dominic Szablewski
0dae020303 Load music and intro movie from the platform's asset path 2024-05-12 21:52:34 +02:00
Dominic Szablewski
b63b296f11
Merge pull request #121 from spykyvenator/master
More menu keybinds
2024-03-02 23:13:59 +01:00
spykyvenator
5df422e705 remove: unneeded extra keyactions 2024-03-02 14:19:54 +01:00
spykyvenator
e916dfbb0c add: hall of fame nav 2024-03-01 12:03:38 +01:00
spykyvenator
04008d76b9 add: multiple menu keybinds 2024-03-01 12:00:26 +01:00
Dominic Szablewski
90702ce171
Merge pull request #103 from LuKP17/draw-internal-rescue
Ship drawn when rescued in internal view
2023-11-18 08:20:39 +01:00
LuKP17
50f4bb6b0b Ship drawn when rescued in internal view 2023-11-11 12:33:50 +01:00
Dominic Szablewski
a5a3af7269
Merge pull request #102 from LuKP17/highscores-menu-layout
Highscores layout fits lower resolutions
2023-11-05 14:39:03 +01:00
LuKP17
970595c643 Highscores layout fits lower resolutions 2023-11-04 22:30:05 +01:00
Dominic Szablewski
776837edb0 Remove solved 'ideas for improvements' 2023-11-04 20:42:36 +01:00
Dominic Szablewski
7a36bc06ea
Merge pull request #100 from LuKP17/options-highscores-menu
View highscores in options menu
2023-11-04 20:36:44 +01:00
Dominic Szablewski
4a80e0b260
Merge pull request #101 from LuKP17/options-internal-camera-roll
Option to lessen internal camera roll
2023-11-04 19:36:54 +01:00
LuKP17
d22448aa66 Option to lessen internal camera roll 2023-11-04 15:40:50 +01:00
LuKP17
eae0a5cc59 View highscores in options menu 2023-11-01 11:45:37 +01:00
Dominic Szablewski
278bf12bfc
Merge pull request #98 from LuKP17/pilots-logo-draw-index
Correct pilots logo models drawn in main menu
2023-10-29 17:57:53 +01:00
LuKP17
e0c94d473c
Correct pilots logo models drawn in main menu 2023-10-28 19:31:08 +02:00
Dominic Szablewski
9e33288a37 Point out that analog sticks are not bound by default 2023-09-24 19:08:03 +02:00
Dominic Szablewski
58c84c8a3c Fix detection for resuce droid on jump start; close #84 2023-09-24 15:21:06 +02:00
Dominic Szablewski
6451b70356 Fix close to ground physics being frame rate dependent: use proper 30fps frame time 2023-09-24 15:20:04 +02:00
Dominic Szablewski
6431599c40 Fix close to ground physics being frame rate dependent; close #83 2023-09-24 14:05:48 +02:00
Dominic Szablewski
718a348109 Fix ebolt effect on AI not being frame rate dependent 2023-09-24 14:04:29 +02:00
Dominic Szablewski
339f130b94 Fix ebolt thrust effect on player being frame rate dependent 2023-09-24 14:02:32 +02:00
Dominic Szablewski
f9f7b15263
Merge pull request #82 from johnflan/master
Fix issue with Makefile on MacOS with unsupported uname -o flag
2023-09-17 11:33:00 +02:00
John Flanagan
c509bdf7dc Fix issue with Makefile on MacOS where uname -o is called causing make to error out 2023-09-16 23:20:27 +01:00
Dominic Szablewski
a9d2548236
Merge pull request #78 from enigma9o7/README-OGL-GLX
Mention OpenGL version and GLX option
2023-09-12 20:38:34 +02:00
enigma9o7
a2ff2a60d1
Mention OpenGL version and GLX option
Update the main README to mention that sdl uses OGL2.x and Sokol uses OGL3.3 , and how to build for GLX.
2023-09-12 11:20:09 -07:00
Dominic Szablewski
e915913f6c
Merge pull request #73 from jantlo/issue_59_reset_exhaust_plume_states
reseting the ship exhaust plumes when going back to main menu.
2023-09-09 13:00:40 +02:00
Juan Lopez
83a0992081 reseting the ship exhaust plumes when going back to main menu. 2023-09-08 23:15:20 +02:00
Dominic Szablewski
a6784cc19f
Merge pull request #72 from gh-fork-dump/cmake-fixups
CMake build fixes/improvements
2023-09-07 20:02:25 +02:00
Stephen Gregoratto
aeafcc92c2 Update Readme with new build options. 2023-09-07 18:38:23 +10:00
Stephen Gregoratto
e6238b97fc CMake build fixes/improvements
- Add options for PATH_(ASSETS/USERDATA).
- Introduce the concept of a "dev" build, which sets the assets/userdata
  path to the source directory.
- Error early for in-tree builds to avoid clobbering the Makefile.
- Enhance GLVND detection to allow use on FreeBSD.
- Only link Sokol-specific libraries on Linux if building for Unix.
- Fix GLES2 support not being picked up.
2023-09-07 18:22:01 +10:00
Dominic Szablewski
0594285013 Whitespace: change line endings to LF everywhere 2023-09-04 17:34:29 +02:00
Dominic Szablewski
a829166082 typo; remove cd command from wasm build instruction 2023-09-04 17:09:16 +02:00
Dominic Szablewski
650572bdd2 Use float abs to calculate bounding radius 2023-09-04 16:53:01 +02:00
Dominic Szablewski
de13e2af82 Fix sokol build on linux 2023-09-04 16:48:53 +02:00
Dominic Szablewski
b23efa3a52 Fix case of defines 2023-09-04 16:36:58 +02:00
Dominic Szablewski
64b67fc3a2 Move build instructions back to readme 2023-09-04 16:35:45 +02:00
Dominic Szablewski
64a492f992 Add src/libs/ as additional include dir as it is now specified as system headers 2023-09-04 16:30:42 +02:00
Dominic Szablewski
3b97df8f0a Mention Makefile build; formatting 2023-09-04 16:27:42 +02:00
Dominic Szablewski
8670d6bb54 Merge branch 'cmake' 2023-09-04 15:50:11 +02:00
Dominic Szablewski
701e2d55e6 Fix 8 byte alignment in temp allocator; close #68 2023-09-04 13:58:43 +02:00
Stephen Gregoratto
b7c4c9bff3 Add a CMake build guide 2023-09-04 01:12:09 +10:00
Stephen Gregoratto
65d9494cfb Add CMakeSettings.json for easier Visual Studio building 2023-09-04 01:12:08 +10:00
Stephen Gregoratto
a9b9e35266 Add vcpkg.json 2023-09-04 01:12:08 +10:00