Commit graph

10 commits

Author SHA1 Message Date
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