History of
src
@master
git clone https://git.catseye.tc/linapple/
-
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
-
Diff reduction + fix .gitignore
T. Joseph Carter
6 years ago
-
Diff reduction
T. Joseph Carter
6 years ago
-
Dup header after merge
T. Joseph Carter
6 years ago
-
Merge branch 'master' into catseye
T. Joseph Carter
6 years ago
-
Merge branch 'master' into ghedger
T. Joseph Carter
6 years ago
-
Merge remote-tracking branch 'blinkdog/master'
T. Joseph Carter
6 years ago
-
Incorporate 2b version changes
T. Joseph Carter
6 years ago
-
Change the sense of the define, so that it can be defined in make.
Chris Pressey
6 years ago
-
Style consistency.
Chris Pressey
6 years ago
-
First pass at making "the registry" (linapple.conf) read-only.
Chris Pressey
6 years ago