Commit Graph

  • c9ccac8a88 Adding a .travis.yml file to use the travis-ci.org Rémy Léone 2014-06-12 20:31:50 +02:00
  • a9deb919d2 update Xcode project to include ActorMultiVertex Dan Guzek 2014-06-10 01:08:21 -04:00
  • d0373f1ed6 Merge pull request #183 from sigatrev/judgment-message-tracks Colby Klein 2014-06-09 00:56:55 -07:00
  • 86e8f5d2a0 update URL to github address freem 2014-06-06 15:24:59 -05:00
  • 1c8bf79094 Merge pull request #185 from dguzek/master AJ Kelly 2014-06-01 20:45:29 -05:00
  • 7d13a9963b allow button messages in SSM's SelectMenu Dan Guzek 2014-06-01 21:28:17 -04:00
  • 8fc5ae2cd4 fix GAMESTATE:SetCurrentSteps sigatrev 2014-06-01 19:23:56 -05:00
  • a436e04310 fix judgment message param Tracks for holds sigatrev 2014-06-01 19:22:24 -05:00
  • 6ea05fa0c8 Merge pull request #165 from kyzentun/ranking_exposure AJ Kelly 2014-05-13 15:23:46 -05:00
  • 6db1199db5 Added PROFILE:GetHighScoreListIfExists for limiting memory footprint on searches. Added PROFILE:GetAllUsedHighScoreNames to provide a non-brute force way for obtaining a list of names. Added HighScoreList:GetHighestScoreOfName so the C++ side could do the iteration. Added HighScoreList:GetRankOfName for the same reason. Kyzentun 2014-05-13 13:34:38 -06:00
  • c8476738f5 Exposed GAMESTATE:StoreRankingName and Profile:SetLastUsedHighScoreName to Lua. StoreRankingName no longer forces uppercase. Kyzentun 2014-05-12 22:01:22 -06:00
  • 80c741f175 Merge pull request #164 from kyzentun/get_metric_group AJ Kelly 2014-05-08 14:41:15 -05:00
  • c544beaba0 Documentation for THEME:GetMetric/StringNamesInGroup. Kyzentun 2014-05-08 04:05:21 -06:00
  • afc235e17b Added THEME:GetMetricNamesInGroup and THEME:GetStringNamesInGroup. Kyzentun 2014-05-08 03:59:08 -06:00
  • 2b9982f505 Added Mmod compensation to ArrowEffects::GetYOffset. Kyzentun 2014-05-08 03:07:02 -06:00
  • 595811ee1c Merge pull request #162 from teleshoes/fix_ffmpeg Colby Klein 2014-05-07 23:32:39 -07:00
  • 62630f7960 Revert "FFMpeg: Fix uninitialized AVFrame, which led to crashes with recent version of libav and ffmpeg" Elliot Wolk 2014-05-07 22:51:39 -04:00
  • e4f1905839 Merge pull request #161 from sigatrev/judgmentmessage AJ Kelly 2014-05-06 18:37:31 -05:00
  • 11ee34c1c8 oops sigatrev 2014-05-06 18:01:19 -05:00
  • d608953da7 added "Tracks" param to judgment message sigatrev 2014-05-06 17:56:51 -05:00
  • 612a3d1f73 Merge pull request #156 from sigatrev/Player/Notefield Colby Klein 2014-05-05 19:51:22 -07:00
  • bfbbd27485 Stop player from updating NoteField twice sigatrev 2014-05-05 18:18:05 -05:00
  • 6eae1c01e4 Had wrong documentation for SongOptions:Haste. Kyzentun 2014-05-05 14:25:44 -06:00
  • ec3e76277c Added interface for controlling the behavior of the hasts system. Added support for negative haste. Moves haste rate calculations to UpdateHasteRate. GetHasteRate now just returns the calculated value. Added FLOAT_NO_SPEED_INTERFACE and FLOAT_TABLE_INTERFACE macros to OptionsBinding.h Kyzentun 2014-05-05 14:16:08 -06:00
  • 7fffebd85f Merge pull request #153 from kyzentun/documentation_additions Colby Klein 2014-05-04 11:18:00 -07:00
  • b10c04c7f3 Added documentation for a few undocumented API functions. Kyzentun 2014-05-04 11:49:35 -06:00
  • 2f593bad3d Merge pull request #151 from kyzentun/player_options_fix Colby Klein 2014-05-03 20:54:58 -07:00
  • 782a66502e Accidentally left OptionsBinding.h out of previous commit. Kyzentun 2014-05-03 19:36:59 -06:00
  • 0dfb131291 Created SongOptions Lua interface with a similar design to the PlayerOptions interface. Moved enums that were inside SongOptions out and made them Lua accessible. Removed sAutosyncType and associated things from AdjustSync.cpp because it was unused. Added DefaultNilArgs and FArgGTEZero to LuaBinding as helpers. Moved INTERFACE defines from PlayerOptions.cpp to OptionsBinding.h. Kyzentun 2014-05-03 19:27:32 -06:00
  • 198536b73f Merge pull request #150 from kyzentun/player_options_fix Colby Klein 2014-05-03 00:51:34 -07:00
  • 74aac66940 Merge pull request #149 from sigatrev/NoteField-Board AJ Kelly 2014-05-03 00:47:42 -05:00
  • b6b840187d Made PlayerState:GetCurrentPlayerOptions safe to use. Added Docs/Themerdocs/modslevel.txt to explain what ModsLevel should be used by a theme using the new PlayerOptions interface. Kyzentun 2014-05-02 21:25:59 -06:00
  • 24f87d2e57 Fixed stack acciddent bug in PlayerOptions lua functions. Added skew and tilt mods to PlayerOptions::GetMods and FromOneModString for when the perspective isn't one of the old ones. Kyzentun 2014-05-02 16:45:49 -06:00
  • 0c62e5fb9e Allow NoteField Board to be an AutoActor sigatrev 2014-05-02 17:01:38 -05:00
  • 2d9db97905 Merge pull request #148 from kyzentun/player_options_fix AJ Kelly 2014-05-02 02:51:41 -05:00
  • b5d1cb8161 Updated ModsGroup enum in docs. Kyzentun 2014-05-01 23:46:17 -06:00
  • c44a11ae40 Added FailType enum to docs. Kyzentun 2014-05-01 23:41:55 -06:00
  • 421a9be57b Ripped out existing PlayerOptions Lua interface and replaced it wholesale. Removed PrefsManager's DefaultFailType enum. Moved PlayerOptions::FailType enum to GameConstantsAndTypes and made it Lua accessible. Changed ModsLevel enum to include ModsLevel_Current to make accessing that ModsLevel easier to access. Rearranged ModsGroup appropriately. Added non-const Get functions to ModsGroup. Removed PlayerOptions.m_bSetTiltOrSkew because it had no reason to exist. Moved 200.0f to the const CMOD_DEFAULT because it was being used in more than one place. Kyzentun 2014-05-01 23:23:20 -06:00
  • 3f62d82ad7 Merge pull request #140 from sigatrev/style-methods Colby Klein 2014-05-01 22:12:10 -07:00
  • 37c04f4979 Merge pull request #145 from kyzentun/return_all_children Colby Klein 2014-05-01 22:12:03 -07:00
  • 1e469e25a3 Merge pull request #146 from sigatrev/LoadFunctions Colby Klein 2014-05-01 22:11:51 -07:00
  • 476f26189d Merge pull request #147 from sigatrev/noteskin-get-metric Colby Klein 2014-05-01 22:11:41 -07:00
  • 8d5a22a2e1 added NOTESKIN:GetMetric() method sigatrev 2014-05-01 19:03:38 -05:00
  • f1fc291989 run profile's CustomLoadFunction when changing theme or assigning a local profile to a player sigatrev 2014-04-30 21:30:30 -05:00
  • 7997e4685d Updated docs for GetChild and GetChildren. Kyzentun 2014-04-30 17:05:07 -06:00
  • 587aa38854 Modified ActorFrame:GetChildren and GetChild to return a table in cases where multiple children have the same name. This table acts as a pass through layer for function calls so that old code should be unaffected. Kyzentun 2014-04-29 15:08:34 -06:00
  • 7f3d22e92f Merge pull request #144 from bucko909/master Colby Klein 2014-04-28 23:56:17 -07:00
  • 71a499481f Properly handle Linux event device button numbers David Buckley 2014-04-27 17:19:31 +01:00
  • 6b17fb043d Merge pull request #142 from kyzentun/unavailable_fix Colby Klein 2014-04-27 02:20:17 -07:00
  • e201484930 Updated unavailable_functions to not call an unavailable function. Kyzentun 2014-04-26 23:46:37 -06:00
  • 3a4760af50 added methods to Style sigatrev 2014-04-25 19:39:11 -05:00
  • bea5f1cef9 Merge pull request #135 from sigatrev/song-options-fail Colby Klein 2014-04-24 05:07:32 -07:00
  • 31713ac253 Merge pull request #136 from sigatrev/Autoplay-Roll-Combo Colby Klein 2014-04-24 05:06:35 -07:00
  • ee87494252 Merge pull request #137 from sigatrev/TickHolds Colby Klein 2014-04-24 05:06:20 -07:00
  • 2c53f4f427 Merge pull request #138 from sigatrev/Net-fixes Colby Klein 2014-04-23 22:47:34 -07:00
  • 9da1ae3248 remove FinishStage from Net screens sigatrev 2014-04-23 22:47:47 -05:00
  • c4f7aab9a1 Attempted fix of Tick Holds sigatrev 2014-04-23 21:45:37 -05:00
  • 5e517e1de1 fix for AutoPlay increase combo with "RollBodyIncreasesCombo" sigatrev 2014-04-23 16:10:15 -05:00
  • 94053c2dfe fix SongOptions fail type to not change fail type preference sigatrev 2014-04-23 15:52:26 -05:00
  • b6570936f8 Merge pull request #123 from sigatrev/double-broadcast Colby Klein 2014-04-23 04:16:42 -07:00
  • 4c14cf2f0d Merge pull request #124 from sigatrev/early-judgments Colby Klein 2014-04-21 22:08:31 -07:00
  • a3b38117b5 make early judgments broadcast when judgment is triggered sigatrev 2014-04-20 14:27:43 -05:00
  • 7e5b651f1a removed SetCurrentSteps double-broadcast sigatrev 2014-04-20 11:26:15 -05:00
  • c18723c23c Merge pull request #122 from sigatrev/stopmusic AJ Kelly 2014-04-19 16:38:46 -05:00
  • 55a5551058 added StopMusic method sigatrev 2014-04-18 18:59:57 -05:00
  • d5109a9ea9 Merge pull request #121 from lthls/master Colby Klein 2014-04-16 11:16:33 -07:00
  • 44fede6c1e Fix building on older versions on FFMpeg Vincent Laviron 2014-04-16 15:12:23 +02:00
  • 039df4da64 Merge pull request #120 from sigatrev/gameplay Colby Klein 2014-04-15 15:51:05 -07:00
  • 80050c9968 Merge pull request #119 from sigatrev/fix-spaces Colby Klein 2014-04-15 15:50:28 -07:00
  • 25ddd69208 added GetHasteRate method, made GiveUpSeconds a metric sigatrev 2014-04-15 12:27:54 -05:00
  • 99ba67acc7 spaces to tabs sigatrev 2014-04-15 12:09:03 -05:00
  • f1adf16dc5 Merge pull request #118 from sigatrev/master Colby Klein 2014-04-14 20:28:30 -07:00
  • 2f9b8cda12 added AMV themer docs sigatrev 2014-04-14 22:06:02 -05:00
  • 012b263ea1 lua docs for AMV sigatrev 2014-04-14 21:53:56 -05:00
  • e675f54d17 Merge pull request #117 from sigatrev/ActorMultiVector Colby Klein 2014-04-14 19:34:18 -07:00
  • 70c5209e76 added ActorMultiVertex sigatrev 2014-04-14 21:29:19 -05:00
  • 0263b11fc5 Merge pull request #74 from dguzek/ActorScroller-bLoop Colby Klein 2014-04-14 18:49:00 -07:00
  • 509f725d7e Merge pull request #96 from kyzentun/UnloadProfile_optimization Colby Klein 2014-04-08 15:57:41 -07:00
  • 2ac10de46b Merge pull request #112 from lthls/master Colby Klein 2014-04-03 13:07:36 -07:00
  • 84903fce25 FFMpeg: Fix uninitialized AVFrame, which led to crashes with recent version of libav and ffmpeg Vincent Laviron 2014-04-03 17:28:13 +02:00
  • 914ad876ae Merge pull request #110 from sigatrev/Save/LoadProfile Colby Klein 2014-04-02 17:12:28 -07:00
  • c881a6b0d2 Merge pull request #111 from sigatrev/StartTransitioningScreen AJ Kelly 2014-04-02 18:36:11 -05:00
  • b8e4cdddec StartTransitioningScreen sigatrev 2014-04-02 18:35:23 -05:00
  • 47531119e1 luadocs sigatrev 2014-04-02 18:20:44 -05:00
  • d059118935 Save/LoadProfiles sigatrev 2014-04-02 18:09:21 -05:00
  • 9738ba9b20 Move JSON to separate project (2011) Jason Felds 2014-03-21 21:22:25 -04:00
  • 0b1de9ba87 Correct my mistake from 83df0ad3d6. Jason Felds 2014-03-21 21:11:19 -04:00
  • 37f6b99571 Merge pull request #95 from wolfman2000/wolf-libraries Jason Felds 2014-03-16 19:20:00 -04:00
  • 493695fd53 Merge pull request #91 from root670/master AJ Kelly 2014-03-16 14:28:46 -06:00
  • 6298a0b950 Merge pull request #94 from sigatrev/MissedHold Colby Klein 2014-03-16 13:20:12 -07:00
  • b84c683d2e Merge pull request #70 from sigatrev/RageTimer Colby Klein 2014-03-16 13:18:34 -07:00
  • 9912c51e88 Move LUA to separate project (2011) Jason Felds 2014-03-16 14:03:02 -04:00
  • c578ac69d4 Move GLEW to separate project (2011) Jason Felds 2014-03-16 12:59:27 -04:00
  • 343511f4c3 HNS_Missed sigatrev 2014-03-16 11:36:40 -05:00
  • f4eca5cc78 Move PNG to separate project (2011) Jason Felds 2014-03-16 12:04:01 -04:00
  • 70f7d18b1b Move PCRE to separate project (2011) Jason Felds 2014-03-16 11:40:49 -04:00
  • 485df21ba1 Merge pull request #89 from SandonV/wip-unicode-chat-fix AJ Kelly 2014-03-14 16:03:34 -06:00
  • 5c588087f0 Fixed indention. Fixed revert. Sandon Van Ness 2014-03-14 12:24:42 -07:00
  • cc58f43567 Switching to double style shouldn't join the other player. It isn't necessary for input, the engine ScreenSelectMusic doesn't do it, and it forces a theme with custom SSM and style changing to unjoin the player that wasn't really joined. Kyzentun 2014-03-13 20:14:21 -06:00
  • 0f412935bd Merge pull request #90 from parashep/uninstall-silent AJ Kelly 2014-03-12 15:10:06 -06:00