Commit History
@master
git clone https://git.catseye.tc/linapple/
-
First bug fixed!
T. Joseph Carter
6 years ago
-
Merge branch 'ghedger' into merge
T. Joseph Carter
6 years ago
-
Merge pull request #6 from iKarith/merge
David Baucum
(commit: GitHub)
6 years ago
-
Merge branch 'catseye' into merge, modded README
T. Joseph Carter
6 years ago
-
Merge pull request #5 from iKarith/catseye
Chris Pressey
(commit: GitHub)
6 years ago
-
Merge pull request #3 from iKarith/merge
David Baucum
(commit: GitHub)
6 years ago
-
Merge pull request #2 from iKarith/master
David Baucum
(commit: GitHub)
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
-
Opted for 840x576 window size as it represents less of a deviation from the original 800x600, yet still eliminates moire effects.
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
-
Updated Readme.md file to reflect these changes.
Arlo Duff
(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
-
Added Readme.md to document the changes added by this fork.
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
-
Merge pull request #1 from iKarith/ghedger
Greg Hedger
(commit: GitHub)
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