aboutsummaryrefslogtreecommitdiffstats
path: root/plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-24extend range to improve precision or prevent possible overflowk-m_schindler1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1782 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-23Update status description. Remember that the previous update needs ↵k-m_schindler1-0/+3
./configure to create the updated Makefile. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1780 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-23clear the SDL stuff (basically only SDL_GetTicks) from the pluginsk-m_schindler4-125/+23
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1779 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-21remove compilation of SDK/StrUtils.pas, which uses Intel assemblerk-m_schindler1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1755 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-15cosmeticsk-m_schindler2-14/+14
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1725 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-04-26fixing linux linker error (-r -shared) with SDL. Pass -k "-U _SDL_main" only ↵k-m_schindler1-2/+6
for macosx git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1701 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-04-21Trial to get rid of USDXStrUtils unit with Intel assembler code. Please review.k-m_schindler1-4/+19
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1691 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-04-19better version for make and install the pluginsk-m_schindler1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1684 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-04-19configure and make for pluginsk-m_schindler1-0/+155
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1682 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-04-18cosmeticsk-m_schindler1-81/+80
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1677 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-04-18Try to get rid of USDXStrUtils. Please test. Also lots of cosmeticsk-m_schindler1-38/+45
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1676 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-04-18rename StrUtils.pas to USDXStrUtils.pas; should finally be removed anyway. ↵k-m_schindler4-58/+59
Many text changes in comments git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1675 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-04-08adjust text to new situationk-m_schindler1-0/+5
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1659 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-03-23cosmeticsk-m_schindler5-350/+391
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1650 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-03-22stdcall; -> {$IFDEF MSWINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF}k-m_schindler1-4/+4
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1647 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-03-21party fix for linux:tobigun1-10/+21
- plugin-path from UPath used - calling convention must be cdecl for a non-windows os git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1646 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-03-21unused files of new party-mode removedtobigun2-382/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1645 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-03-21New plugin mode reverted (will be moved to a branch afterwards).tobigun3-53/+0
Party mode might work again (untested). This might break linux compatibility. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1641 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-02-15adjust text size in plugins. #69 on assembla can and will be closed now.k-m_schindler2-3/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1594 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-01-20Note about disabled pluginsk-m_schindler1-0/+4
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1575 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-11-26some small format editsk-m_schindler1-57/+55
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1529 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-11-04{$Mode Delphi} added for FPC compatibilitytobigun5-172/+188
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1501 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-11-04plugins updatetobigun5-19/+26
- OpenGL12 unit replaced with SDL gl unit - Windows timer replaced with SDL_GetTicks -> Windows unit removed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1500 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-11-04- switches.inc removed from ModiSDK.pas and StrUtils.pas as the plugins do ↵tobigun5-8/+294
not find it - FPC compatibility (Assembler mode set, Mode-delphi set, ...) - Plugin "Don't get worse" updated for USDX 1.1 compatibility - Other plugins need to be updated too. Perhaps include them to the main project later. Note that the party mode is disabled at the moment so plugins will not work. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1499 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-08-27build-environment moved from root to game-dirtobigun1-0/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1317 b956fd51-792f-4845-bead-9b4dfca2ff2c
2008-08-27Artwork/Game/Modis/Tools changed to lower casetobigun12-0/+1413
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1314 b956fd51-792f-4845-bead-9b4dfca2ff2c