History of
src
@master
git clone https://git.catseye.tc/linapple/
-
Load bmp files and Master.dsk from "proper" dir
T. Joseph Carter
6 years ago
-
Extra safety to assets, fix dumb typo
T. Joseph Carter
6 years ago
-
Redo how assets are loaded/managed
T. Joseph Carter
6 years ago
-
Fix missing format string
T. Joseph Carter
6 years ago
-
Make all files use UNIX line-endings
T. Joseph Carter
6 years ago
-
NULL IS NOT 0!
T. Joseph Carter
6 years ago
-
SDL_GetBasePath, silence signed/unsigned compare
T. Joseph Carter
6 years ago
-
Let's actually rename the header everywhere
T. Joseph Carter
6 years ago
-
Move src/Resources.h -> inc/assets.h
T. Joseph Carter
6 years ago
-
Load assets (resources) from BasePath
T. Joseph Carter
6 years ago
-
Merge branch 'master' of https://github.com/linappleii/linapple
T. Joseph Carter
6 years ago
-
Add a shim for eventual porting to SDL2
T. Joseph Carter
6 years ago
-
Various formatting fixes and a few minor code updates
David Baucum
6 years ago
-
Fix some uninitialized variables
T. Joseph Carter
6 years ago
-
Merge branch 'ghedger' into merge
T. Joseph Carter
6 years ago
-
Merge branch 'catseye' into merge, modded README
T. Joseph Carter
6 years ago
-
Commented out conditional...
ghedger
(commit: T. Joseph Carter)
6 years ago
-
Re-added quantitized joystick support (via mouse/mousepad). This is critical for games like Sabotage, which will now work properly. Also, the joystick is far, far more prevalent in Apple ][ software than the mouse...
ghedger
(commit: T. Joseph Carter)
6 years ago
-
Honor close application event even in DiskChoose state.
ghedger
(commit: T. Joseph Carter)
6 years ago
-
Fixed bug that caused large directories several minutes to appear: use scandir with sorting instead of readdir followed by bubble sort; improve file size representation.
ghedger
(commit: T. Joseph Carter)
6 years ago
-
Fixed scanlines not showing up on TVEMU only, which uses CopyMixedSource() instead of CopySource() like the other video modes.
ghedger
(commit: T. Joseph Carter)
6 years ago
-
Add scanlines for certain video modes (F9 to cycle); change default window size to something more friendly to Apple dimensions (divisible by 280 and 192) and to prevent moire effects; renamed a commonly used global variable from to g_videomode. NOTE: There is a TON of cleanup, refactoring, and optimization that can take place in Video.cpp. It should be fast and heavy optimization is justified here as per Amdahls Law.
ghedger
(commit: T. Joseph Carter)
6 years ago
-
Remove SHIFT from modifiers for reset, such that reset is now accomplished with CTRL-F2 rather than CTRL-SHIFT-F2.
ghedger
(commit: T. Joseph Carter)
6 years ago
-
Fix smoothness issues with Apple II speaker sound; eliminate decoupling capacitor simulation, which was an early step toward debugging heavily distorted sound when mixed with Mockingboard output.
ghedger
(commit: T. Joseph Carter)
6 years ago
-
Added -autoboot command line option
Arlo Duff
(commit: T. Joseph Carter)
6 years ago
-
Configuration file is now loaded, even if the user specifies a disk image for FDD1
arlo
(commit: T. Joseph Carter)
6 years ago
-
Fixed bug which caused -f option not to work if the system was not booting from disk.
arlo
(commit: T. Joseph Carter)
6 years ago
-
Moved code to autoboot into its own function to avoid code duplication.
arlo
(commit: T. Joseph Carter)
6 years ago
-
Modified Makefile so that the /usr/local/bin script forwards command-line parameters to linapple
arlo
(commit: T. Joseph Carter)
6 years ago
-
Updated Applewin.cpp to process command-line arguments.
arlo
(commit: T. Joseph Carter)
6 years ago