Commit Graph

395 Commits

Author SHA1 Message Date
Don Honerbrink
b3f5b89b04 Adding lua scripts 2015-12-11 16:17:23 -06:00
emb
a1c5b78dd2 Fixing lua stack variables in lua script 2015-11-28 08:07:14 -06:00
emb
c924f3cc04 Fixed inverted height/width, chaging lua callbacks from ints to pointers. 2015-11-28 07:52:59 -06:00
emb
1666359218 Support user input (partially) 2015-11-26 22:05:16 -06:00
emb
c84c02f55d Fixed tweening. 2015-11-25 21:12:24 -06:00
Don Honerbrink
5c0a748927 Animations should now be updating the components ComponentInfo. 2015-11-25 17:54:22 +00:00
emb
7fa6c6209f Adding animations library (incomplete) 2015-11-25 07:08:02 -06:00
emb
9a4212907c LuaImage::LoadType support 2015-11-22 22:40:01 -06:00
emb
edbc1afa56 Fixed table pushing for LuaCollection::getItemAt(). Cleaned up configuration loading. 2015-11-22 22:05:08 -06:00
emb
45ffcb148c Collection loading and deletion support (in a thread). 2015-11-21 10:49:38 -06:00
emb
34e59adb1d Changed lua monitoring calls. Support for threading. 2015-11-20 22:49:56 -06:00
emb
d1b8fcb0d9 Adding state machine code to repository. 2015-11-18 23:06:40 -06:00
emb
c7ed391e87 Adding event callback handling. Crash with animations exists (must stop animation too) 2015-11-18 23:06:02 -06:00
emb
48e27d8d8c Support animations for all attributes (with masks) 2015-11-17 22:11:10 -06:00
emb
2621fb7c5f Support for image animations. 2015-11-17 21:57:52 -06:00
emb
4e7b696730 Added LUA log comments APIs 2015-11-17 21:15:56 -06:00
Don Honerbrink
4f9a5376e1 Creating LuaLog header 2015-11-17 22:14:05 +00:00
emb
a10fb44e63 Adding lua image support. 2015-11-17 07:02:31 -06:00
emb
acd63979b7 Adding misted LuaDisplay.cpp 2015-11-11 22:57:56 -06:00
emb
b027730a60 Adding new lua namespaces. 2015-11-11 22:57:36 -06:00
emb
f30fe6cc7e Smoother tween transitions 2015-11-09 23:59:08 -06:00
emb
9ca9d022c0 Concepting out animations 2015-11-09 23:42:39 -06:00
emb
afc59c22fd Removing most of legacy functionality 2015-10-31 23:21:52 -05:00
emb
b8b93e0bed Starting lua branch 2015-10-30 22:44:56 -05:00
emb
ba7a5ebfb9 Reverted ITEM_COLLECTION_NAME, yet again, caused bugs when preloading. 2015-10-28 22:52:44 -05:00
emb
2d188fd2b2 Support for checking for new keypresses. Fix playlist updating bug. 2015-10-27 22:42:15 -05:00
emb
6ff4acbd30 Added selectedOffset tag to support preloading and rendering of items not selected 2015-10-23 23:00:30 -05:00
emb
a5ef2bdcbc ReloadableText support for collectionName, collectionSize, and collectionIndex 2015-10-22 22:04:28 -05:00
emb
c19669e381 Suport new mame xml format (changed "game" to "machine"). 2015-10-22 20:55:32 -05:00
emb
8f2f1d5839 Random button press now sends notification to all components. 2015-10-21 21:53:36 -05:00
emb
cdba6f5df7 Playlist save support 2015-10-21 21:29:39 -05:00
emb
d1a45e650e Fixed another ScrollinList copy constructor issue (selecting wrong item) 2015-10-21 20:56:13 -05:00
emb
1770efb200 Moved favorites to playlists folder 2015-10-21 20:39:36 -05:00
emb
ba5b3ffff7 Fixed multiwheel crash (bug from copy constructor). 2015-10-21 20:29:36 -05:00
emb
1c67c485c3 Fix %ITEM_FILENAME% replacement for launcher. 2015-10-20 21:13:01 -05:00
emb
4d4acca35f Added media.system_artwork path parameter support to settings.conf. 2015-10-19 22:05:30 -05:00
emb
1785c008a1 MLaunching merged romset support 2015-10-19 21:59:40 -05:00
emb
c5c8499500 Sorting for playlists. 2015-10-19 21:48:20 -05:00
emb
248f1993a0 Save support for favorites.txt. Misc bug fixes. Not fully tested. 2015-08-07 17:28:53 -05:00
Don Honerbrink
b940534e48 Adding button to remove from playlists (does not yet save favorites.txt yet) 2015-08-07 11:31:05 -05:00
Don Honerbrink
0ff46605eb Adding button to add to playlists (does not yet save favorites.txt yet) 2015-08-07 11:27:12 -05:00
Don Honerbrink
24d4b37cf7 Adding button to add to playlists (does not yet save favorites.txt yet) 2015-08-07 11:21:04 -05:00
Don Honerbrink
bf1286653a Add key to randomly highlight a game 2015-08-06 16:19:13 -05:00
Don Honerbrink
e438ccfc2e Merged in phulshof/retrofe/develop (pull request #18)
Changed titleshot to screentitle in the MAMEd themes that used it.
2015-08-06 15:48:00 -05:00
Don Honerbrink
bea64006c9 Supporting reloadable text tag 2015-08-06 14:15:46 -05:00
Don Honerbrink
a778d36aa1 Fixed scrolling speed for playlist toggling 2015-08-06 13:30:13 -05:00
Don Honerbrink
a1821475a9 Merge with playlists 2015-08-06 13:26:52 -05:00
Don Honerbrink
8fdc7ece64 Supporting favorites 2015-08-06 13:17:40 -05:00
Don Honerbrink
3fc64ed01d Set viewInfo when allocating tweens 2015-08-06 09:18:04 -05:00
emb
c20ac31fea Scrolling now works. ReloadableImages are not always updating properly from component states. 2015-08-05 10:44:27 -05:00