Commit graph

42 commits

Author SHA1 Message Date
Leon Styhre
ec8a49623a Added initial localization support 2024-06-29 21:24:28 +02:00
Leon Styhre
e91512a519 (Android) Added initial touch overlay support 2024-01-13 16:14:46 +01:00
Leon Styhre
e12ac8f9da Updated the .gitignore file with an Android-specific build file 2024-01-03 17:17:35 +01:00
Leon Styhre
882f7de518 Small change to the .gitignore file 2023-12-16 12:55:40 +01:00
Leon Styhre
361bf832e1 Changed the application name from EmulationStation Desktop Edition to ES-DE 2023-12-16 12:30:13 +01:00
Leon Styhre
a4f5c82203 Small change to the .gitignore file 2023-12-11 18:33:05 +01:00
Leon Styhre
3ae7bc6b5b (Android) Updated the game launching logic 2023-12-07 18:51:09 +01:00
Leon Styhre
6995196435 Updated the .gitignore file 2023-12-07 17:54:51 +01:00
Leon Styhre
8c25702fa4 Updated the .gitignore file 2023-12-07 17:19:30 +01:00
Leon Styhre
330f2a44de Added filtering of Jom build files to the .gitignore files 2023-08-11 18:24:23 +02:00
Leon Styhre
6bf8c5af46 Added Windows support for the PDF viewer 2023-06-22 21:15:35 +02:00
Leon Styhre
2e293e6264 Added es-pdf-convert to the .gitignore file 2023-06-21 23:06:09 +02:00
Leon Styhre
3a38af6e66 (Windows) Excluded some NanoSVG MSVC build files from Git. 2022-10-04 19:13:10 +02:00
Leon Styhre
c38b5bd2d3 Added some Emscripten build files to .gitignore 2022-01-13 21:34:26 +01:00
Leon Styhre
886b99d071 Added some .gitignore rules for rlottie on Windows. 2022-01-07 18:37:22 +01:00
Leon Styhre
a88a6dcd78 (Linux) Added a script to generate an AppImage. 2021-11-25 19:28:49 +01:00
Leon Styhre
83bf80196e Added callgrind output files to the .gitignore configuration. 2021-11-17 21:17:14 +01:00
Sophia Hadash
5a994b345d remove .gitignore entry for art-src 2021-09-27 00:36:21 +02:00
Sophia Hadash
9957b488ac merge switch theme into es-de 2021-09-27 00:36:21 +02:00
Leon Styhre
7b01f3f800 Changed the patch/diff file type to the correct extension in .gitignore 2021-07-12 00:01:38 +02:00
Leon Styhre
122b9b2374 Patch/diff files are now ignored by Git. 2021-07-11 16:17:35 +02:00
Leon Styhre
d1bee1c256 Cleanup of the .gitignore file. 2021-01-23 21:07:13 +01:00
Leon Styhre
190933fbaf Added application core dumps to the .gitignore file. 2021-01-23 20:53:14 +01:00
Leon Styhre
776554c80b (Windows) The NSIS installer now works when building with MSVC. 2020-12-29 17:44:00 +01:00
Leon Styhre
9ec3f19482 (Windows) Added support for the MSVC compiler. 2020-12-28 23:23:01 +01:00
Leon Styhre
896a6d2216 Updated .gitignore to exclude profiling data. 2020-10-11 09:55:53 +02:00
Leon Styhre
6fa4333499 (macOS) Several updates to the .dmg package generator setup. 2020-08-21 21:58:12 +02:00
Leon Styhre
7f31c1bbb4 Added .dmg package generator setup for macOS.
Also cleaned up and updated the CMakeLists.txt files and moved the non-source files to a separate assets directory.
2020-08-19 22:30:10 +02:00
Leon Styhre
04d4658fc9 Updated the CMakeLists.txt files to be able to generate an NSIS installer for Windows.
Also some updates to the documentation and information files.
2020-07-07 21:33:33 +02:00
Leon Styhre
76aa239855 Initial update to make the application build and run on Windows.
Much more work will be needed to get the Windows port working properly.
2020-07-03 20:23:51 +02:00
Leon Styhre
fb4c5708b7 Made pugixml an external dependency and fixed the cmake/cpack installation and package creation.
As pugixml seems to be well supported nowadays and seems to ship with most distributions it's pretty pointless to keep bundling it with EmulationStation.
2020-06-24 17:38:41 +02:00
Leon Styhre
37dd9874f2 Added pugixml as subtree and updated .gitignore files 2020-05-15 17:14:43 +02:00
Carlos Rodríguez
6cd813ae67 feature: Added marquee, image and video to gridView. Ignore .vscode files 2020-01-25 22:17:47 -05:00
Jacob Mullins
565b519693 Fixed a quirk in the Clion PR
@Koerty accidentally excluded all .cmake files instead of the specific files that Clion generated, and was getting in my way of developing a new feature... So, I fixed it.
2018-03-25 12:33:23 -04:00
Koerty
715ac69445 Add automatically generated Clion files to gitignore 2018-03-23 10:54:46 +01:00
Alex Jones
0ab75f8996 Add eclipse files to .gitignore 2016-08-03 19:09:59 +01:00
Aloshi
582914b4ec Putting all our eggs in the CMake basket. 2013-05-27 14:26:30 -05:00
Bim Overbohm
1d9cee83a5 Improve CMake file and FindOpenGLES script
CMake should now add proper library files and paths to the build files.
FindOpenGLES.cmake should now hopefully find GLES on Raspberry Pi.
2013-05-16 12:04:02 +02:00
Bim Overbohm
1f91fe6cdf Fix compile errors on Ubuntu
Set the GCC compiler flags properly. Add missing include.
2013-05-15 09:40:16 +02:00
James Le Cuirot
f102a33bda Make use of implicit makefile rules and GCC's makefile generation so that header changes trigger rebuilds. Refactor common elements into Makefile.common. 2012-10-28 19:51:27 +00:00
Aloshi
42a39c52e6 Added InputManager; GuiComponents can register themselves to receive input events.
Added text rendering to Renderer, which uses SDL_ttf. Using LinLibertine_R.ttf font (GPL).
A lot more - soon I should have the "skeleton" done.
2012-07-19 20:08:29 -05:00
Aloshi
c0e9683f45 Initial commit 2012-07-18 14:28:26 -07:00