Commit graph

37 commits

Author SHA1 Message Date
Dimitris Panokostas
7826590d7f Updated gitignore file 2020-05-26 01:31:09 +02:00
Dimitris Panokostas
55bbb49642 updated gitignore 2020-05-26 00:55:28 +02:00
Dimitris Panokostas
dfdf600999 Ignore VisualGDB settings files 2020-02-04 16:14:14 +01:00
bspinner
a57736e2cd Amiberry GUI on Android comes up (#563)
* Uses C++14 standard lib instead of GNU

GNU lead to compilation errors.

* Removes variables

Those are in the main Android.mk now and relative.

* Creates header file for amiberry_filesys for reuse in other files

* Adds prefix_with_application_directory_path for Android support

* Uses path prefixer to fix some crashes on Android

* Adds pattern for Android Studio (jetbrains) working file

* Removes unused compiler directive LIBMPEG2_PATH from Makefile

* Fixes startup behavior for Android

We are using the applications directory as our working directory now,
because SDCARD access will be limited in the future of Android.
Coming with that, we're also relying on `start_path_data` being
set correctly at startup instead of working around it during
loading of settings.

* Workaround for crash during startup

* Workaround for another crash during startup on Android

* Adds new code file scp.cpp to Android build

* Adds orig files to gitignore

* Fixes behaviour of prefix_with_application_directory_path

* Enables redirection of logs to Android's logcat

* Fixes misspelled compiler directive
2019-12-23 10:43:35 +01:00
Dimitris Panokostas
8c545c2264 Ignore .user files 2019-12-11 23:02:09 +01:00
Horace And The Spider
537781e6d3 WHDLoad and AutoBooter Update (#430)
* Bugfix for 2nd controller selection

* ignore netbeans project

* Add experimental `-autocd=` loading of files (.cue works very well - .iso should also)

* CD Autoloading adapted to include .uae file check and hostconf controller options

* Beginning of Booter Panel implentation

* Booter Panel development .. start on XML reading for picked LHA file

* New WHDLoad booter, included updated boot-data.zip, plus new hostprefs FIXED_HEIGHT= option and bugfixes for XML reading, and symlink ROM scan. Plus updated XML

* Upload of .RTB files that need to accompany the Symlinked Kickstarts, for WHDLoad compatibility.
2019-02-13 10:46:32 +01:00
HoraceAndTheSpider
749902d259 gitignore update for apple time machine file 2018-03-25 12:09:29 +01:00
bspinner
aec7211fc8 Cleaned and extended gitignore (#242) 2018-02-11 14:19:21 +01:00
bspinner
d1c3f3ff16 WIP: Odroid fix (#223)
* Adds binaries and rom.key to gitignore

* Adds HAVE_NEON to Makefile for xu4

* Makes project compilable again

* Adds -DMALI_GPU and makes it startable on xu4 again
2018-02-01 23:06:24 +01:00
Dimitris Panokostas
2e9dd52819 Updated Makefile to detect changes in header files 2018-01-20 14:57:36 +01:00
Dimitris Panokostas
ce5525b475 Fixed identation 2017-12-13 14:39:43 +01:00
Dimitris Panokostas
75c82513b5 Updated VisualGDB solution for SDL1 target 2017-12-05 12:38:45 +01:00
Dimitris Panokostas
cebfc8f823 Merged SDL1 and SDL2 projects 2017-12-04 15:49:40 +01:00
Dimitris Panokostas
d816708787 Added include paths and pre-processor defines for VSLinux solution 2017-03-31 22:26:57 +02:00
Dimitris Panokostas
cdf1b26254 Cleanup: Removed unneeded defines 2017-03-31 18:09:51 +02:00
Dimitris Panokostas
9511db2bfd Renamed executable for Dev branch 2017-03-31 13:41:49 +02:00
Dimitris Panokostas
19ca049026 Updated VSLinux solution 2017-03-30 23:37:18 +02:00
Dimitris Panokostas
a50967d334 Fixed RenderLogicalSize
Different handling if screen is Picasso or not
2017-02-22 22:25:55 +01:00
Dimitris Panokostas
15a10b0070 GUI and input improvements 2017-02-22 11:31:52 +01:00
Dimitris Panokostas
ecd66f59c2 Added different scaling methods based on screenmode
- All Picasso modes and the menu use linear scaling, all other modes
(PAL/NTSC) use nearest neighbor. #47
- Code cleanup
2017-02-02 22:27:51 +01:00
Dimitris Panokostas
b16497b184 Fixed libguichan deployment options in VisualGDB
Fixed output filename
No need to deploy lib when cross-compiling
2017-01-28 00:32:40 +01:00
Dimitris Panokostas
fc064bc5a9 Added guisan project in VisualGDB
Added guisan project in solution for VisualGDB
2017-01-28 00:24:06 +01:00
Dimitris Panokostas
b06d5a6569 Renamed executable 2017-01-25 12:28:59 +01:00
Dimitris Panokostas
c1cd00a0c0 updated gitignore 2017-01-23 20:41:10 +01:00
Dimitris Panokostas
15bd6bfea3 Updated files to fix compilation warnings and errors 2017-01-23 20:35:38 +01:00
Dimitris Panokostas
de966aacd3 Updated Makefile
Removed obsolete flags
2017-01-22 23:36:26 +01:00
Dimitris Panokostas
e5c5eddda6 Code cleanup
Removed unneeded code
2017-01-21 23:56:00 +01:00
Dimitris Panokostas
73aba3a086 Added settings for Remote Debugging 2017-01-21 15:46:11 +01:00
Dimitris Panokostas
1ce5d0cae3 Changed RGB format to 16-bit 2017-01-21 15:22:14 +01:00
Dimitris Panokostas
18dec53cd8 Updated .gitignore 2017-01-18 00:50:14 +01:00
Dimitris Panokostas
6557728cd2 Added some debugging code 2016-12-04 13:44:15 +01:00
Dimitris Panokostas
7b96cdf6ed Makefile corrections and improvements
Removed obsolete parts, simplified and optimized (e.g. use neon_helper
on Pi 1 also).
2016-12-04 11:35:59 +01:00
Dimitris Panokostas
634da5a8b9 Excluded unneeded files from project 2016-12-03 12:03:29 +01:00
Dimitris Panokostas
e04baa16e2 Fixed merge conflicts 2016-12-03 12:01:10 +01:00
Dimitris Panokostas
57ec68459e Added more files in gitignore 2016-12-03 11:57:22 +01:00
Dimitris Panokostas
6e084710dc Added missing files and VS solution 2016-12-03 11:51:25 +01:00
Chips-fr
596194820e Put some conf and all .o files in gitignore 2016-01-10 10:16:52 +01:00