Commit Graph
100 Commits
Author SHA1 Message Date
Kyzentun Keeslala 25dd2bbef9 Added a step to RageFileManager::GetDirlisting to ignore OS X special files. 2015-12-27 07:44:58 -07:00
Kyzentun Keeslala 55bd774a4c Added copy constructor to LocalizedString so that a LocalizedString created by copying another does not crash in the destructor. 2015-12-27 06:45:49 -07:00
Kyzentun e099b3e266 Merge pull request #973 from dguzek/FailHelpText
fix _fallback's DefaultFailType help text
2015-12-25 19:48:28 -07:00
Kyzentun Keeslala 4e0fa012c1 Added SetLife and ChangeLife lua functions to Player. Updated changelog. 2015-12-16 15:08:36 -07:00
Kyzentun 536be1f64c Merge pull request #959 from parashep/master
Unrestrict pop'n judgment levels
2015-12-13 18:16:45 -07:00
Kyzentun Keeslala db06b4c1a3 Call ArrowEffects::Update on ScreenEdit during play mode so that Tornado and other stuff will work. 2015-12-11 00:02:31 -07:00
Kyzentun Keeslala a35fa1416e Changed DrawBeatBar to check the M-mod so that smaller beat bars are drawn when M-mods are used in edit mode. Updated changelog. 2015-12-04 00:28:22 -07:00
Kyzentun Keeslala 9739fd417c Cast GetUnit to unsigned int in SpeedSegment::ToString to avoid crashing in ssprintf. 2015-11-18 20:07:49 -07:00
Kyzentun Keeslala 23d6c06f49 Do not force full bg brightness on beginner-only songs. 2015-11-10 01:08:16 -07:00
Kyzentun Keeslala 65c84ef7dc Moved lua music logic to a separate function so that ScreenSelectMusic can use lua for the various kinds of sample music. 2015-11-08 22:58:10 -07:00
Kyzentun Keeslala d496f8145c Noteskin name in PlayerOptions needs to be compared case-insensitive when comparing PlayerOptions structures. The old code that used != probably relied on RString::operator!= misbehaving. 2015-11-05 21:56:43 -07:00
Kyzentun Keeslala 37b1030dd4 Only warn that the banner wasn't cached if the banner cache pref isn't set to off. 2015-11-01 12:04:32 -07:00
Kyzentun Keeslala 108b29733f Put French in credits instead of français to match other entries. 2015-10-30 00:55:52 -06:00
Kyzentun Keeslala a9372d97e7 Added Arvaneth and Prcuvu to the credits. Updated changelog. 2015-10-30 00:43:40 -06:00
Kyzentun 963400c20c Merge pull request #911 from Arvaneth/master
mistress fr.ini
2015-10-30 00:36:21 -06:00
Kyzentun Keeslala 937ce349ce Updated changelog. 2015-10-27 17:39:30 -06:00
Kyzentun Keeslala bd3da6a46d Added GetMainTitle to Song to bypass ShowNativeLanguage pref. 2015-10-26 13:38:23 -06:00
Kyzentun Keeslala da2db95365 Changed NotesLoaderBMS to not crash when trying to set StepsTypeStr for an unrecognized StepsType. Removed ConfOption for ShowSelectGroup from ScreenOptionsMasterPrefs because the preference does not exist. 2015-10-23 20:42:49 -06:00
Kyzentun Keeslala 264ba550b7 Changed stage stats assert on ScreenEvaluation to give a more informative message and avoid crashing. 2015-10-22 18:12:37 -06:00
Kyzentun Keeslala 189cf77cab Changed PlayCommandNoRecurse to check whether the command is nil before running it, so that a command metric set to a nil function isn't an error. Removed TextBannerHighScores::AfterSetCommand metric from _fallback because it pointed to a function that does not exist. 2015-10-22 12:24:04 -06:00
Kyzentun Keeslala add09bef07 Added metrics for ScreenMiniMenuTimingDataChangeInformation that dbk2 found were missing. Changed ASSERT in AddNewScreenTop to ASSERT_M. 2015-10-22 00:04:13 -06:00
Kyzentun 799eeaff6d Merge pull request #888 from Wallacoloo/armv7
Fix armv7 build errors
2015-10-21 01:39:14 -06:00
Kyzentun Keeslala a816de735a If the fallback for a noteskin doesn't exist, remove it from the list of noteskins to prevent crashing when someone tries to use it. 2015-10-20 22:57:07 -06:00
Kyzentun Keeslala de9ae9048b Use set_mult_attrs_with_diffuse on RollingNumbers on eval in default even though it won't have any effect until 5.1. 2015-10-18 16:27:03 -06:00
Kyzentun Keeslala 9f40c6d044 Added mult_attrs_with_diffuse to BitmapText. Added some convenience macros to LuaBinding for generic get/set functions. Updated changelog. 2015-10-18 14:09:08 -06:00
Kyzentun abfff53c2b Merge pull request #875 from zardoru/bms-stuff
Make sure kb7 is the appropiate steps type.
2015-10-16 00:27:52 -06:00
Kyzentun Keeslala c9e7ad8b76 Fixed bug in ActorMultiVertex::DrawPrimitives that converted RageColor channels to uint8 when applying the diffuse to verts, which made any channel not 1 into 0. 2015-10-12 02:18:15 -06:00
Kyzentun Keeslala 337297f4b6 Changed blank music file check in Song::LoadFromSongDir to allow a blank music file if the song uses keysounds. The intent is to prevent bms files from triggering the condition, so they don't have to hit the song folder every time during loading. 2015-10-11 13:54:13 -06:00
Kyzentun Keeslala 66edc2d233 Changed Edit Mode to not add the global offset to the Current Second field. Updated changelog. 2015-10-10 01:06:32 -06:00
Kyzentun Keeslala 7a26044934 Changed DirectInput mouse input to use an if statement instead of a while loop to avoid input lockup. 2015-10-09 23:54:35 -06:00
Kyzentun dca80f91ae Merge pull request #846 from dguzek/MaxRegenComboAfterMiss
reinstate MaxRegenComboAfterMiss Preference
2015-10-07 15:44:59 -06:00
Kyzentun ba8d31bfbd Merge pull request #847 from dguzek/AttacksArentHandicaps
fix logic for attacks in gameplay disqualifying
2015-10-07 15:44:50 -06:00
Kyzentun Keeslala 772096151f Made ActorFrame:SetDrawByZPosition return self to lua so function chaining works with it. 2015-10-07 15:44:23 -06:00
Kyzentun 8df4931ea3 Merge pull request #838 from stepmania/revert-203-FixScaleToClipped
Revert "Rewrote Sprite::ScaleToClipped and CropTo to actually work."
2015-10-06 00:54:40 -06:00
Kyzentun 42b3a88516 Revert "Rewrote Sprite::ScaleToClipped and CropTo to actually work." 2015-10-06 00:53:22 -06:00
Kyzentun 66c4f8f411 Merge pull request #828 from mattmccutchen/submit/global-offset-and-rate
Fix interaction between global offset and music rate.
2015-10-04 18:30:30 -06:00
Kyzentun 8e7b4ee7ee Merge pull request #203 from kyzentun/FixScaleToClipped
Rewrote Sprite::ScaleToClipped and CropTo to actually work.
2015-10-03 21:31:45 -06:00
Kyzentun Keeslala 2d64694f14 Changed Song and ScreenEdit to not save a .sm file when split timing is used. 2015-10-02 16:26:59 -06:00
Kyzentun Keeslala 751caba360 Why did I use >= originally? That makes no sense. 2015-10-02 03:09:05 -06:00
Kyzentun Keeslala a10c0c4f01 Added set_use_effect_clock_for_texcoords to Sprite. Updated changelog. 2015-09-21 20:42:56 -06:00
Kyzentun bb99481363 Merge pull request #772 from waiei/fix_hold/0609
fix draw hold body inactive texture bug
2015-09-18 18:35:32 -06:00
Kyzentun Keeslala 493751c6d2 Changed WheelBase::SetItemPosition to make it send the item index and num items args to the transform function. 2015-09-10 21:39:39 -06:00
Kyzentun Keeslala e1eceda031 Moved AxisFix to GamePreferences so that the preference exists on all platforms and doesn't cause a crash on the Advanced Input Options screen on OS X. Preference does nothing on OS X for now. 2015-09-06 14:10:26 -06:00
Kyzentun Keeslala 92f449c8bf Updated changelog. 2015-09-03 15:15:00 -06:00
Kyzentun Keeslala f182a04780 Fixed pausing on ScreenGameplay by making GameState have a pause variable and not force the song position forward if the game is paused. Implementing a working pause button that the player can press is left as an exercise for the reader. 2015-09-03 14:39:57 -06:00
Kyzentun Keeslala 60b69ab6b6 Respliced kanji font images to be more square and under 4096 in each dimension. 2015-09-03 13:01:02 -06:00
Kyzentun Keeslala b08c60b5dd Respliced kanji font images to be more square and under 4096 in each dimension. 2015-09-03 12:59:59 -06:00
Kyzentun Keeslala 0bb382f689 Hide mines that have been avoided so that TNS_AvoidMine isn't spammed every frame. 2015-09-02 21:34:32 -06:00
Kyzentun Keeslala 06c63364b1 Added check to ScreenEditMenu to force the master player number to Player 1 because edit mode depends on that heavily. 2015-08-29 18:48:44 -06:00
Kyzentun 410a33187a Merge pull request #751 from Wallacoloo/follow-symlink
Follow symbolic links when searching for executable directory
2015-08-27 20:30:09 -06:00
Kyzentun 1881a0d871 Merge pull request #754 from zardoru/bms-stuff
Additional BMS layouts for different styles.
2015-08-24 22:33:09 -06:00
Kyzentun 2a1d694e14 Merge pull request #749 from wolfman2000/wolf-win32-minimaid
Have Windows build with Minimaid on by default.
2015-08-20 14:52:22 -06:00
Kyzentun Keeslala fbeb76ef65 Default theme should have Allow Extra Stage in ScreenAdvancedOptions. 2015-08-20 10:52:52 -06:00
Kyzentun d7dc24837e Merge pull request #748 from wolfy852/patch-2
Change RandomBGEndsAtLastBeat metric to true by default
2015-08-19 21:01:11 -06:00
Kyzentun bb838fdc4d Merge pull request #736 from hanubeki/techno-hold
Fix hold bottomcap when NoteDisplay is zoomed out.
2015-08-02 11:15:28 -06:00
Kyzentun Keeslala fc3b5eed67 Set processer to CPU_X86 if it's not 64 bit on linux. 2015-07-22 09:39:46 -06:00
Kyzentun Keeslala fa7e042da9 Changed GetActualRadarValues to start with a current row of -1 so that certain stuff is initialized right. 2015-07-18 23:17:01 -06:00
Kyzentun Keeslala a888506b32 Expose the optional argument for ResolvePath to lua and add it to ResolveRelativePath. 2015-07-16 17:54:48 -06:00
Kyzentun Keeslala ffc0c0ecb2 Changed CRYPTMAN to use lua_pushlstring for its hashes and uuids because they have embedded zeros. 2015-07-16 16:12:46 -06:00
Kyzentun Keeslala e81ebfb5c5 Added AnimationFinished command to Sprite for when the animation starts over. 2015-07-15 01:35:30 -06:00
Kyzentun Keeslala d7411e6cdb Fixed Actor:bezier function in 02 Actor.lua. Documented Actor:bezier and Actor:tween properly. 2015-07-13 14:07:38 -06:00
Kyzentun Keeslala d7bd2d60f0 Don't show the warning on ScreenMapControllers if the dismiss time is too short to read it. 2015-07-11 21:14:01 -06:00
Kyzentun Keeslala dc25e2cc1b Fixed bug in LogDisplay that made it put actors at non-integer indices and not work if the screen height was not a multiple of the line height. 2015-07-11 20:18:27 -06:00
Kyzentun Keeslala 155b185307 Fixed crash in edit mode caused by chart mods not revalidating the ATIs of the notedata. Edit mode still doesn't play attacks perfectly right. 2015-07-11 00:43:37 -06:00
Kyzentun bfc0d1cb61 Merge pull request #717 from wolfy852/patch-1
Have lead-in image appear even with a negative BGAnimation beat
2015-07-09 17:51:13 -06:00
Kyzentun 619d9dbc91 Merge pull request #695 from kyzentun/bezier_lua
Added lua interface for using bezier curves.  Merging for the documentation of bezier sake.
2015-07-09 17:48:01 -06:00
Kyzentun Keeslala f2ff693c63 Change bonus area on evaluation to scale the radar bars down if the radar value is greater than 1. 2015-07-09 16:25:06 -06:00
Kyzentun Keeslala 3ba6eb055e Added doc for keymaps format. 2015-07-09 14:10:20 -06:00
Kyzentun Keeslala d2090081a1 Doing what I should have done a long time ago. 2015-07-09 13:18:51 -06:00
Kyzentun Keeslala f6d369372f Changed HOOKS singleton to register itself with lua correctly so that it can be used by lua. 2015-07-08 15:39:00 -06:00
Kyzentun Keeslala a8e22c3e81 RandomBGEndsAtLastBeat metric. 2015-07-03 19:02:44 -06:00
Kyzentun Keeslala 70abcb8377 Didn't mean to make the default RandomBGChangeMeasures be 1. 2015-07-02 11:58:33 -06:00
Kyzentun Keeslala f1f1bd5ca6 Added theme metrics for controlling random bg behavior. 2015-07-02 11:51:59 -06:00
Kyzentun Keeslala 398fb8872f Fixed grammar in AttractSoundFrequency text. 2015-06-26 22:59:06 -06:00
Kyzentun c4efb39541 Merge pull request #701 from TheFireRed/patch-3
Update es.ini
2015-06-26 09:48:20 -06:00
Kyzentun d2d5261b18 Merge pull request #702 from TheFireRed/patch-4
Update es.ini
2015-06-26 09:48:03 -06:00
Kyzentun Keeslala 9bf045f596 Don't set the first_playable choice on ScreenSelectMaster if it is -1. 2015-06-25 09:22:22 -06:00
Kyzentun Keeslala 87d0687457 Added lua interface for using bezier curves. 2015-06-22 21:08:55 -06:00
Kyzentun ab8217d8f9 Merge pull request #693 from kr4kp0t/master
Fixed input function on ScreenOverscanConfig
2015-06-22 16:12:44 -06:00
Kyzentun Keeslala ac3ecfd034 Added RayZa to translation credits. 2015-06-20 10:57:25 -06:00
Kyzentun Keeslala a7ffdc1062 Merge branch 'master' of https://github.com/rayza/stepmania 2015-06-20 10:54:33 -06:00
Kyzentun Keeslala 7440f116b6 Update version number to 5.0.9. 2015-06-19 16:21:29 -06:00
Kyzentun Keeslala eb87ca4530 Screenshot crash fix from Yaniel: apparently libpng expects you to tell it what it will end up with instead of what you are giving it 2015-06-19 13:58:55 -06:00
Kyzentun Keeslala e91a858ddd Make RageTexture::GetTextureCoordRect wrap instead of seg fault when given an out of range frame. 2015-06-18 23:30:24 -06:00
Kyzentun Keeslala 4078010ebd Change RunScriptFile to report errors through the error reporting system instead of just dialogs so that errors show when reloading scripts in game. 2015-06-16 16:51:06 -06:00
Kyzentun Keeslala 220e4c13b6 Forgot to make this a local. 2015-06-14 08:59:24 -06:00
Kyzentun Keeslala c78950aaeb Changed timing and life difficulty text to position value after label. Changed all AllowRepeatingInput metrics in _fallback to true. 2015-06-14 08:55:42 -06:00
Kyzentun Keeslala 829e861192 ActorUtil lua functions now check whether the actor has a name, which is required. 2015-06-11 19:36:25 -06:00
Kyzentun Keeslala 5f50a8ea26 Added get_music_file_length and RageSound:get_length lua functions. Updated changelog. 2015-06-10 14:41:28 -06:00
Kyzentun Keeslala ed109a6006 Added hanubeki's translation of waiei's comment. 2015-06-10 08:46:39 -06:00
Kyzentun Keeslala 8b7370ee10 AMV SetVertsFromSplinesInternal had a fencepost error that made it not put a vert at the end of the spline. 2015-06-08 10:07:17 -06:00
Kyzentun Keeslala 771e24d1ca Added kludge to shift tex coords for bottom cap by one pixel to get rid of seam. power_of_two rewritten to use math instead of a while loop. 2015-06-07 18:27:35 -06:00
Kyzentun Keeslala 1dca128f79 Added logic to prevent crashing on an invalid initial screen. Added HARDCODED error screen in _fallback for displaying and explaining the error when a theme has an invalid initial screen. 2015-06-06 20:43:39 -06:00
Kyzentun Keeslala e6dc4307b5 Exposed update_centering lua function. Added ScreenOverscanConfig. Added case to RageDisplay_D3D so that BLEND_SUBTRACT doesn't crash. Updated changelog. 2015-06-05 08:48:58 -06:00
Kyzentun Keeslala 87349e6723 Changed SampleHistory to initialize m_fToSample using the same logic that moves it forward after a sample is added. 2015-06-03 19:51:45 -06:00
Kyzentun Keeslala f423af397a Removed superfluous assignments from Actor bounce/bob logic. 2015-06-03 17:15:26 -06:00
Kyzentun Keeslala 0a3a555cab Exposed RageFile Flush function to Lua. Updated changelog. 2015-06-03 16:41:10 -06:00
Kyzentun Keeslala f133272807 Removed pixel coordinate rounding from bounce and bob effects because it causes jumping when a slow move is combined with a slow bounce or bob. 2015-06-03 15:49:00 -06:00
Kyzentun Keeslala 963a204fb0 Fixed the cmake method used to generate the date and time strings. 2015-06-03 10:31:31 -06:00
Kyzentun 34a36663d4 Merge pull request #663 from jchyip/patch-1
Update README.md to fix broken link to CMake
2015-06-02 09:32:36 -06:00