Alistair John Strachan
|
facd625be9
Final batch of fixes. This is 2.81f.
|
16 years ago |
Alistair John Strachan
|
39fa58015e
Use the 8bit software renderer to generate screenshots; the new hardware renderers may not be useful sources for screenshots.
|
16 years ago |
Alistair John Strachan
|
05d6c606a2
Updated changelog for post 2.81f fixes.
|
16 years ago |
Alistair John Strachan
|
2d37c780de
Fix bug in audio's linear resampler (missing pair of brackets led to volume multiplier being ignored).
|
16 years ago |
Alistair John Strachan
|
eff5c0d3f8
Fix a bug with the new editor_space_toggles, disabling it when editing an overlay.
|
16 years ago |
Alistair John Strachan
|
c9b4b0666e
Cleanups to the GL renderers.
|
16 years ago |
Alistair John Strachan
|
7d9eab80d1
Rely on bash instead of plain sh while we are not strictly POSIX compliant.
|
16 years ago |
Alistair John Strachan
|
1c2370a556
Updated help file for 2.81f.
|
16 years ago |
Alistair John Strachan
|
1d55ece0cc
NOTE: MISMERGE: If you expect to build MZX versions between 2.81e and 2.81f there was a MISMERGE converting the old SVN repository, and this commit may be needed earlier.
|
16 years ago |
Alistair John Strachan
|
a8df84ff5c
Global robot bugfix, update changelog again. Refresh Debianization. Improve documentation of new editor config option.
|
16 years ago |
Alistair John Strachan
|
bf8430935c
Remove the lame menu, rejigg the F6 code, make the space behaviour configurable, update config.txt.
|
16 years ago |
Alistair John Strachan
|
ae53d9c1af
Fall back to SDL's own OpenGL library loading routines. Make many simplifications to the new GL renderers. On Windows, have OpenGL be linked against MZX, to fix weird bugs with fullscreen mode and ATi video drivers.
|
16 years ago |
Alistair John Strachan
|
fc513267c1
Update config.txt with the new opengl2 renderer; default to opengl1 for now. Fix a mouse warping bug introduced by Mr_Alert. Remove height_multiplier and associated configuration options (we have hardware scalers now). Also, revert Logi's customized opengl2 cursor and use one similar to normal.
|
16 years ago |
Alistair John Strachan
|
2f3423656e
Use a more stable GL library name on Linux.
|
16 years ago |
Alistair John Strachan
|
4962e6f9f2
Update changelog and fix a bug in package.sh in preparation for a 2.81f release.
|
16 years ago |
Alistair John Strachan
|
2c9dee6b7c
Refactor the win32 Makefile so that it can be used by mingw32 running on non-MSYS platforms (such as Linux). Effectively, the two platforms are now the same. Supports building with mingw32 on Linux.
|
16 years ago |
Alistair John Strachan
|
d8848e6d7a
Give utils its own build rules so that it can require fewer dependencies and build on more platforms.
|
16 years ago |
Alistair John Strachan
|
512a6a7779
Just always ensure that both MAX_PATH and PATH_MAX are defined, but don't explicitly overload them on any platform.
|
16 years ago |
Alistair John Strachan
|
b2dd97ce8f
Take a stab at fixing audio hangs and crashes; initialize later and add in some more lock debugging. Also, rename filelength->file_length because it clashes with symbols on other platforms when compiled in C mode.
|
16 years ago |
Alistair John Strachan
|
4375903ff3
Rewrite config.sh.
|
16 years ago |
Alistair John Strachan
|
cc4dc43456
Update build system to accommodate for a mix of C/C++ source code. Rename fsafeopen which is also C clean. Update package.sh to accommodate for the renames.
|
16 years ago |
Alistair John Strachan
|
538b8811eb
Make all MZX's headers C language safe (if used in C++ mode), emit C symbols (not C++ mangles) and rename programs that are already C themselves like txt2hlp.
|
16 years ago |
Alistair John Strachan
|
8e99149713
Move txt2hlp (the only remaining useful utility) from the top level into utils.
|
16 years ago |
Alistair John Strachan
|
04ce947221
Move some of the obsolete utilities out of the main src directory; remove killgbl completely, it isn't useful now.
|
16 years ago |
Alistair John Strachan
|
caf8d65cd9
Remove more non-ASCII characters from legacy sources and replace with escapes.
|
16 years ago |
Alistair John Strachan
|
e8670054cc
Fixes to OpenGL2 renderer.
|
16 years ago |
Alistair John Strachan
|
555bfbafae
Rework audio pthread initialization.
|
16 years ago |
Alistair John Strachan
|
0c7b2cbd06
Remove useless, non-portable, incompatibly licensed mmgr sources from tree.
|
16 years ago |
Alistair John Strachan
|
7cfe549b39
Updates to OpenGL2 renderer. Update config.txt again. Allow OpenGL and X11 to be disabled at config time with documented flags.
|
16 years ago |
Alistair John Strachan
|
a82d7e9f5f
Import LogiCow's OpenGL2 renderer, which uses the newly exported glsyms. Update config.txt.
|
16 years ago |