Commit History

Author SHA1 Message Date
  Alistair John Strachan ebf5f295fe Update nds, psp and wii ports. 11 years ago
  Alistair John Strachan 34184c9296 Eliminate creeping C99 feature use. 11 years ago
  AliceLR a592e27855 Added menu for robot debugger, moved boyer-moore search algorithm to util.c 12 years ago
  Alice 869d133f7d Fixed several file manager chdir-removal bugs, and a bug in split_path_filename. 13 years ago
  Alice 397ea5592e The file selector now returns absolute paths and never permanently chdirs. 13 years ago
  Alice 9cc746bdea Backups to directories now attempt to create the directories. 13 years ago
  Alice 44c54d9088 Config startup_file is now cleanly split into a directory and a file. No attempt will be made to load a directory path with no file as a world anymore. 13 years ago
  Alistair John Strachan 26229edba7 Improve EGL support on Mesa/X11. 13 years ago
  Alistair John Strachan f1fde2300f PSP build fix. 14 years ago
  Alistair John Strachan 52cbd2754c Support for FREAD'ing directories. 14 years ago
  Alistair John Strachan 8e8c592924 Fix issue with RANDOM breaking for large ranges. 15 years ago
  Alistair John Strachan 5e6e10bffd AmigaOS build fix. 15 years ago
  Alistair John Strachan 241dfda489 MSVC warning fixes. Some risk of regression but I've reviewed these pretty thoroughly. 15 years ago
  Alistair John Strachan cae1be37ec Have mzxruns from CONFIG_EDITOR=1 builds still load minimal resources, and no longer fail on missing (non-essential) resources. 15 years ago
  Alistair John Strachan 6c36e56c7d Format string checking on NDS. 15 years ago
  Alistair John Strachan 69c1763b9b Remove local rename() impl, the NDS toolchain got fixed. 15 years ago
  Alistair John Strachan 2767574d05 dsmzx2 import with some minor changes. 15 years ago
  Alistair John Strachan 77e08c32a3 Many more const/rodata fixes. There should now be only the bare minimum global data set writable. Hopefully even these variables can diminish over time. 15 years ago
  Alistair John Strachan 910e0c91a2 Minor tweak to port.txt, install platform_matrix.html, and have mzx_ascii.chr and mzx_blank.chr loaded only if building editor support. 15 years ago
  Alistair John Strachan 6529d14679 Fix any whines from GCC's -pedantic flag and enable it globally for all C/C++. 15 years ago
  Alistair John Strachan 4c535f18a0 Optimize GL symbol loading on all platforms and enable by default. Also switch DSO loading to same method used by network layer for consistency and simplicity. 15 years ago
  Alistair John Strachan 9dd156bafc Add SMZX modes 1, 2 and 3 shaders, and remove the fallback code. 15 years ago
  Alistair John Strachan dfb8718a74 Allow fixed and programmable GL renderers to be enabled/disabled independently. 15 years ago
  Alistair John Strachan d679d6471f Use MZX resources to load shaders; fixes major bug where shader would be loaded relative to current directory. Also cache source so that files are not reloaded every time the window is resized. 15 years ago
  Alistair John Strachan ae27a49e5c More Android port work. 15 years ago
  Alistair John Strachan 1df60496a8 Remove all struct/enum/union typedef wrappers and re-80col all affected code. 15 years ago
  Alistair John Strachan d9c206ca48 Port network code to AmigaOS and enable PNG screenshot support. 15 years ago
  Alistair John Strachan af8395232e Optimize out some unnecessarily emitted symbols from pruned configurations. 15 years ago
  Alistair John Strachan c08d384751 Fix the stack protector warnings on win32, and fix the MSVC build. 15 years ago
  Alistair John Strachan 72a6fe72ef Start using network modularly in MZX itself. Stop building standalone updater. 15 years ago