summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* make -console start console lua plugin (nw) Miodrag Milanovic2016-11-301-0/+5
* srcclean (nw) Vas Crabb2016-11-272-4/+4
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-245-5/+5
* datmenu.cpp: fixed the mouse hover state drawing. (nw) dankan18902016-11-231-6/+7
* a bit of prep for making selected index private (nw) Vas Crabb2016-11-236-32/+37
* encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-238-125/+150
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-2364-213/+235
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-192-3/+3
* luaengine: oops (nw) cracyc2016-11-172-4/+2
* more xmlfile cleanup (nw) Vas Crabb2016-11-172-13/+14
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-173-54/+54
* luaengine: use initializers (nw) cracyc2016-11-151-16/+12
* luaengine: hide stuff that shouldn't be touched directly in registry (nw) cracyc2016-11-141-26/+26
* luaengine: don't copy ui options (nw) cracyc2016-11-131-1/+1
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-3/+3
* Revert "Use true/false if type used is bool (nw)" Miodrag Milanovic2016-11-121-1/+1
* Use true/false if type used is bool (nw) Miodrag Milanovic2016-11-111-1/+1
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-3/+3
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-112-3/+3
* ability to show custom menu using LUA [headkaze] Miodrag Milanovic2016-11-083-0/+26
* Fix a bug in parsing the software name option that prevented the loading of s... AJR2016-11-071-1/+3
* update sol2 (nw) cracyc2016-11-071-5/+2
* resurected sqlite3 and lsqlite3 (nw) Miodrag Milanovic2016-11-071-0/+2
* Exit on Ctrl-C in console without crashing (nw) Miodrag Milanovic2016-11-071-2/+7
* plugins/console: add lua console [Carl] cracyc2016-11-066-188/+78
* Removing SOL_CHECK_ARGUMENTS till we figure all consequences (nw) Miodrag Milanovic2016-11-062-2/+2
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-066-11/+11
* Updated sol2, made lua console not crash for nil data (nw) Miodrag Milanovic2016-11-061-0/+2
* Added lua-linenoise by Carls request (nw) Miodrag Milanovic2016-11-041-0/+2
* Made console accept LUA (nw) Miodrag Milanovic2016-11-043-63/+13
* data/data_hiscore: parse more (nw) cracyc2016-11-032-6/+0
* hiscore.dat: Updates [Leezer] cracyc2016-11-031-8/+13
* removed non-operational lua console code (nw) Miodrag Milanovic2016-11-033-212/+0
* small cleanup (nw) Miodrag Milanovic2016-11-031-9/+0
* VS2015 compile fix (nw) Miodrag Milanovic2016-11-031-0/+4
* luaengine: bugfixes (nw) cracyc2016-11-022-3/+21
* luaengine: safer (nw) cracyc2016-11-025-9/+9
* luaengine: add basic table return support (nw) cracyc2016-11-023-49/+47
* luaengine: use templated accessor for call_plugin (nw) cracyc2016-11-028-59/+89
* luaengine: convert to sol2 [Carl] cracyc2016-11-024-2473/+1341
* selgame/soft: passing an empty string uses the current game name for infos so... cracyc2016-10-262-2/+2
* srcclean (nw) Vas Crabb2016-10-234-19/+19
* Improvements to rgb_t (nw) AJR2016-10-2218-67/+67
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-226-18/+18
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2260-563/+563
* added new types, fixing lua part (nw) Miodrag Milanovic2016-10-221-0/+22
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-2226-182/+182
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Lock out ioport_fields independently of natural keyboard state (nw) AJR2016-10-203-20/+6
* MT 03045: source.ini must now be in the source subfolder. Robbbert2016-10-191-6/+2