aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/game/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removed lua testpluginwhiteshark02010-01-111-65/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2070 b956fd51-792f-4845-bead-9b4dfca2ff2c
* adds working teamduel lua pluginwhiteshark02009-12-092-2/+234
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2010 b956fd51-792f-4845-bead-9b4dfca2ff2c
* complemented temporary hook descriptionwhiteshark02009-12-091-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2009 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fix an error message when singscreen is left in party mode before a frame ↵whiteshark02009-05-231-0/+1
| | | | | | was drawn git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1776 b956fd51-792f-4845-bead-9b4dfca2ff2c
* reimplemented party mode blindwhiteshark02009-05-231-0/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1775 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added missing local declarationwhiteshark02009-05-221-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1758 b956fd51-792f-4845-bead-9b4dfca2ff2c
* new game mode: 5000pointswhiteshark02009-05-221-0/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1757 b956fd51-792f-4845-bead-9b4dfca2ff2c
* old lua test stuff by hawkear removed or commentedwhiteshark02009-05-042-0/+67
| | | | | | | | | | | | | new function: Party.SetWinner sets winner of current round new unit ULuaUtils w/ some functions that are or may become useful moved Lua_ClearStack and Lua_ToBinInt to ULuaUtils added first hooks (have a look at hooks.txt in game/plugins until documentation is finished) lua module for TextGl written and finished lua testfile (game/scripts/main.lua) ported to new interface, see game/plugins/LuaTest.usdx git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1709 b956fd51-792f-4845-bead-9b4dfca2ff2c
* duel party mode plugin addedwhiteshark02009-05-021-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1707 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Display.AbortScreenChange added (used in ScreenSing and ScreenPartyOptions)whiteshark02009-05-021-0/+0
| | | | | | | some minor fixes in UParty, ULuaParty and ULuaUsdx adapting of UScreenPartyNewRound, UScreenPartyPlayer and UScreenPartyOption nearly finished git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1705 b956fd51-792f-4845-bead-9b4dfca2ff2c
* lua plugin interface implementedwhiteshark02009-04-171-0/+0
it offers some basic environment to the loaded plugins see ./game/plugins/PluginDescription.odt for further explantation. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1674 b956fd51-792f-4845-bead-9b4dfca2ff2c