Commit graph

  • 5de337a347 Only load GL library once master Timotej Lazar 2022-12-31 17:35:53 +01:00
  • 2375dff9d7 Add a Makefile Timotej Lazar 2022-12-30 17:42:05 +01:00
  • 57d34548e2 Clean up build options Timotej Lazar 2022-12-27 22:02:46 +01:00
  • f37c28cb52 Replace AVP_BUILD_TYPE with AVP_WEB option Timotej Lazar 2022-12-27 21:56:28 +01:00
  • 8c2eda69a5 Bump cmake version Timotej Lazar 2022-12-27 21:46:07 +01:00
  • ae83459948 Only build with GLES when requested Timotej Lazar 2022-12-27 21:45:05 +01:00
  • e6d811f120 Prefer building with SDL2 Timotej Lazar 2022-12-27 21:10:01 +01:00
  • 3f92377c67 Use pkg-config to find libraries Timotej Lazar 2022-12-27 21:00:06 +01:00
  • a753ae7172 Fix license field for Guix package Timotej Lazar 2022-12-27 20:17:44 +01:00
  • e75de60cc1 Add a package definition for Guix Timotej Lazar 2022-06-13 15:54:08 +02:00
  • ab595ad4a7 cmake: add install target Timotej Lazar 2022-06-13 13:01:23 +02:00
  • 8c548fe270 Update LICENSE and README Timotej Lazar 2022-06-12 18:38:52 +02:00
  • 1e38669119 Replace max macro with std::max in C++ code Timotej Lazar 2022-06-12 16:53:06 +02:00
  • 0aa9a623f3 cmake: don’t look for avresample Timotej Lazar 2022-06-12 16:42:28 +02:00
  • 27800ea9eb Bink: replace AVFrame.channel_layout with .channels Timotej Lazar 2022-06-12 16:23:24 +02:00
  • 0fd40ff481 Implement music in menus Timotej Lazar 2020-11-08 20:03:53 +01:00
  • 5b9a0e939c Bink: remove redundant audio info from binkMovie Timotej Lazar 2020-06-03 12:55:41 +02:00
  • cb72993765 Bink: reorder and rename binkMovie fields Timotej Lazar 2020-06-03 12:54:38 +02:00
  • 975c2cfdb9 Bink: add a queue for video frames Timotej Lazar 2020-06-03 11:53:29 +02:00
  • b9e2075c7e Bink: minor reorder in AL init Timotej Lazar 2020-05-31 13:51:44 +02:00
  • 2515a50a52 Bink: remove useless memset Timotej Lazar 2020-05-31 13:20:36 +02:00
  • 2793d4f39b Bink: s/ReadFrame/ReadPacket Timotej Lazar 2020-05-31 13:02:27 +02:00
  • 1fa524ff67 Bink: simplify AL buffer reclamation code Timotej Lazar 2020-05-31 12:37:55 +02:00
  • 2bc7bac0f3 Bink: move format-independent AL initialization to BinkStartMovie Timotej Lazar 2020-05-31 12:34:18 +02:00
  • ea39a84273 Bink: fix audio sample conversion Timotej Lazar 2020-05-31 10:54:52 +02:00
  • 1f5fc9343a Bink: free sws context when destroying a movie Timotej Lazar 2020-05-28 16:34:09 +02:00
  • e6a01e2379 Bink: clean up headers and formatting Timotej Lazar 2020-05-28 16:04:01 +02:00
  • 3c3b436cc1 Replace deprecated ffmpeg functions and types Timotej Lazar 2020-05-22 01:34:17 +02:00
  • 628a27b38b Remove deprecated ffmpeg initialization Timotej Lazar 2020-05-21 23:45:05 +02:00
  • c4409487fd Const correct (most) strings Timotej Lazar 2020-04-22 02:36:36 +02:00
  • 8ddbab1cc2 Include bink.h where needed Timotej Lazar 2020-04-23 01:25:22 +02:00
  • e43f651bbc Enable SDL2 code Timotej Lazar 2020-04-19 00:35:38 +02:00
  • 6d53d0b217 Remove stub definition for WaterFallBase Timotej Lazar 2020-05-21 21:03:45 +02:00
  • 7830584796 Include the --debug option in help text Timotej Lazar 2020-04-22 05:38:22 +02:00
  • e2af28bdca Remove extraneous parens from ifs Timotej Lazar 2020-04-23 16:07:25 +02:00
  • c195987770 Use strcat instead of strncat for a constant string Timotej Lazar 2020-04-22 03:26:21 +02:00
  • 49d9cf6d7f Fix format conversion specifiers for pointers Timotej Lazar 2020-04-21 20:28:22 +02:00
  • e7564e9f9d Fix single-player menu initializer Timotej Lazar 2020-04-23 17:09:30 +02:00
  • 26ea21551e Don’t discard const when copying a pointer Timotej Lazar 2020-04-23 00:42:42 +02:00
  • b87daf8d02 Compare return value of strncmp to 0, not NULL Timotej Lazar 2020-04-22 02:43:23 +02:00
  • e5ce2cb250 Don’t return a value from void function Timotej Lazar 2020-04-18 23:31:03 +02:00
  • d57a0621de Add missing field initializers to damage profile definitions Timotej Lazar 2020-04-23 03:11:29 +02:00
  • f5978aef79 Remove accidental semicolon Timotej Lazar 2020-04-23 03:56:02 +02:00
  • df6ea6eef6 Fix an off-by-one in ScanHModelForDecals Timotej Lazar 2020-04-21 20:49:56 +02:00
  • ecfbee98c5 Fix an off-by-one error in key config menu Timotej Lazar 2020-04-18 22:41:32 +02:00
  • 152e6d7f26 Fix crash in DrawMainMenusBackdrop Timotej Lazar 2020-04-18 21:56:33 +02:00
  • 805bc3e30e updated README neuromancer 2018-02-18 18:56:46 -03:00
  • 310cf0da7c merged support for playing bink cutscenes and added 1366x768 resolution gaa-cifasis 2018-02-18 18:48:51 -03:00
  • 7aea1acf44 added libav to cmake gaa-cifasis 2018-02-18 18:30:27 -03:00
  • 5673c1665a Import icculus.org release (2017-05-05) Steven Fuller 2017-05-05 12:00:00 +02:00
  • 0de664d0a8 Import icculus.org release (2015-02-14) Steven Fuller 2015-02-14 12:00:00 +01:00
  • 22475d6d94 Import icculus.org release (2014-12-25) Steven Fuller 2014-12-25 12:00:00 +01:00
  • 819e239f23 Switched openal-config with pkg-config openal. Steven Fuller 2009-11-21 17:17:58 -08:00
  • 100970c8d7 Removed obsolete SI-era OpenAL initialization. Steven Fuller 2009-11-21 16:03:57 -08:00
  • accc5bbd8d Trying out using alpha test to emulate color keying. Steven Fuller 2008-10-05 23:51:04 -07:00
  • e69698d11e Added the missing support for static on the televisions. Steven Fuller 2008-10-05 21:43:28 -07:00
  • 55ddb88c8e Removed D3DOverlayColourControl. Steven Fuller 2008-10-05 19:31:26 -07:00
  • ebfc59249e Fixed graphics issues with the alien sense vision mode. Steven Fuller 2008-10-05 19:16:11 -07:00
  • f9f50d1fb0 CFLAGS tweaks. Steven Fuller 2008-10-05 19:15:48 -07:00
  • 4b5f7e00b6 Adjusted the polygon offset to a more reasonable value. Steven Fuller 2008-09-28 23:38:42 -07:00
  • 4f2d3fe2c3 Tweaked polygon offset usage. Steven Fuller 2008-09-28 23:21:45 -07:00
  • 0d6d5e545a Changed rhw into w as that was how it was used. Also fixed a few warnings. Steven Fuller 2008-09-28 21:37:59 -07:00
  • c11821b898 Try not being so lame with the sound initialization. Steven Fuller 2008-06-09 00:12:33 -07:00
  • fc69f56b9a Fixed input not working when coming out of a game. Steven Fuller 2008-06-08 23:44:02 -07:00
  • 6efffab0c5 OpenAL WIP. Steven Fuller 2008-05-23 00:19:45 -07:00
  • 243e6d8f55 OpenAL WIP. Steven Fuller 2008-05-22 21:04:28 -07:00
  • c6dec0e4d9 OpenAL WIP. Steven Fuller 2008-05-20 01:00:47 -07:00
  • 68a0572d13 OpenAL WIP. Steven Fuller 2008-05-19 01:44:35 -07:00
  • 2e7aec7855 Removed SupportFPMathsFunctions and SupportFPSquareRoot macros. Steven Fuller 2008-05-18 22:38:12 -07:00
  • d655ca3f04 Removed an unused variable. Steven Fuller 2008-05-18 22:05:49 -07:00
  • a176617318 Fixed a few warnings. Steven Fuller 2008-05-18 21:56:24 -07:00
  • c948a59391 Removed Watcom Compiler support. Steven Fuller 2008-05-18 21:32:34 -07:00
  • 02db356511 Removed more unused code. Steven Fuller 2008-05-18 21:31:00 -07:00
  • 2a737d91fc Removed unused file. Steven Fuller 2008-05-18 20:56:38 -07:00
  • 40fa3975bf Fixed prototype. Steven Fuller 2008-05-18 05:25:08 -07:00
  • 25260a55dc Fixed an undefined value assert. Steven Fuller 2008-05-18 05:13:51 -07:00
  • adbf5e440d Switched to the C version of TranslatePoint. Steven Fuller 2008-05-18 05:11:38 -07:00
  • 2d2faf1247 Worked around a crash during level reloads. Steven Fuller 2008-05-18 05:08:17 -07:00
  • 5d730a8930 Removed redundant prototype that accidently got left in. Steven Fuller 2008-05-18 03:07:37 -07:00
  • 0cab37ee8b Got the Windows WIP branch to build in Linux. Steven Fuller 2008-05-18 02:33:57 -07:00
  • 7213d91585 Windows WIP. Steven Fuller 2008-05-18 01:43:58 -07:00
  • 2fee7a06b4 Windows WIP. Steven Fuller 2008-05-18 00:28:13 -07:00
  • 98a746b5c4 Windows WIP. Steven Fuller 2008-05-10 01:23:26 -07:00
  • 56b6d2078a Removed trailing '/' from temp starting paths. Steven Fuller 2008-05-09 03:20:33 -07:00
  • e9788e390d Windows WIP. Steven Fuller 2008-05-09 02:11:36 -07:00
  • c51b91cfe7 Windows WIP. unknown 2008-05-06 22:57:13 -07:00
  • 5d3725f9d9 Removed a lot of tool code. Steven Fuller 2008-05-04 20:47:08 -07:00
  • 9b449609fa Removed SupportWindows95 and platform_pc macros. Steven Fuller 2008-05-04 15:17:55 -07:00
  • 361c131932 Removed most references to PSX, Saturn and E3 Demo. Steven Fuller 2008-05-04 13:51:57 -07:00
  • 332acfbf8b Removed another old menu header. Steven Fuller 2008-05-04 04:17:26 -07:00
  • 76403986b1 Removed unused image and font code. Steven Fuller 2008-05-04 02:51:54 -07:00
  • a64e100838 Removed the old menu systems. Steven Fuller 2008-05-04 01:47:55 -07:00
  • b80766326b Removed macros that were not being used in the game code. Steven Fuller 2008-05-04 00:02:57 -07:00
  • efc3e22969 Removed SupportHHStuff. Steven Fuller 2008-05-03 23:19:27 -07:00
  • ead7859059 Removed DAVEW. Steven Fuller 2008-05-03 22:49:05 -07:00
  • e3070e7088 Removed UseOldChunkLoader. Steven Fuller 2008-05-03 22:18:51 -07:00
  • d5c94a666b More cruft removal. Steven Fuller 2008-05-03 21:44:18 -07:00
  • e41ad4ac5c Removed unused map hud code. Steven Fuller 2008-05-03 21:23:19 -07:00
  • 8767d06b18 Fixed gcc 4.2.3 compile issue. Steven Fuller 2008-04-27 21:22:12 -07:00
  • c3cc5eb878 Made sin/cos tables const. Steven Fuller 2008-04-27 01:45:21 -07:00