Commit Graph
100 Commits
Author SHA1 Message Date
Charles Lohr 670b8d71b5 Allow groupless courses. We really shouldn't crash when comming upon one, Instead just make the color that of the course. 2005-06-04 23:25:56 +00:00
Charles Lohr 3974fa9a21 Prevent cryptic error when failing with a course that doesn't have a group name. 2005-06-04 23:20:47 +00:00
Charles Lohr bf27a8e940 Try to add LUA for connecting to server. 2005-06-02 05:30:11 +00:00
Charles Lohr 5b3007b21b Modification: Follow previous commit in reasoning. This is a bit more questionable. If this causes issues please discuss On-list 2005-06-01 02:48:06 +00:00
Charles Lohr 80e06f5dfa Modify: All redirects for noteskins should be named their exact name. Currently there is a fairly large problem of the noteskin manager finding many different noteskins and complaining. In reality, I think a mid-range solution would be to remove the wildcard and fix our noteskins. 2005-06-01 02:43:21 +00:00
Charles Lohr e379632297 Update VC6 project 2005-06-01 02:39:21 +00:00
Charles Lohr c13cddc4cb Add: Win32 MIDI Support (Hopefully I didn't screw up adding this to these project files) 2005-05-25 22:00:29 +00:00
Charles Lohr 8e74fab0c1 Add: Win32 MIDI Support 2005-05-25 21:58:56 +00:00
Charles Lohr 3dd72a3609 Fix: Remove non-existant fail type 2005-05-22 07:51:49 +00:00
Charles Lohr 582340d4e7 Change: Let text width's be set independant to box size, this will make it more asthetically pleasing and prevent it from breaking totally when people mess around with bitmaptext 2005-05-22 06:12:37 +00:00
Charles Lohr e9dd669be3 Change: Let text width's be set independant to box size, this will make it more asthetically pleasing and prevent it from breaking totally when people mess around with bitmaptext 2005-05-22 06:05:35 +00:00
Charles Lohr 3d716abadf Fix: Network scoring (this time I am actually using the enumerations instead of arbitrary numbers) 2005-05-22 05:44:56 +00:00
Charles Lohr 9754852418 Fix compile for VC6 2005-05-16 18:07:01 +00:00
Charles Lohr 20f69eabed Add: Mac users should be able to use '\\' since insert doesn't exist for them. 2005-05-13 00:23:25 +00:00
Charles Lohr 784953b85d Fix: Judgements for default theme. 2005-05-13 00:22:36 +00:00
Charles Lohr 6cd0dcc3bc Allow for a slightly smarter and more secure way for users to log onto SMOnline. 2005-05-08 04:42:33 +00:00
Charles Lohr e4941be52d Oops... Forgot about if the color changes as the first character. 2005-05-05 21:09:09 +00:00
Charles Lohr 0f1f6da88e Update (added functions) 2005-05-05 20:24:03 +00:00
Charles Lohr 4970c0ce60 Modifications for ColorBitmapText: Actually make it possible to accurately limit lines.
This should conclude my heavy modifications, please feel free to edit it now.
2005-05-05 20:09:21 +00:00
Charles Lohr 11f9384528 Change: Move Colored Text into it's own class.
Note: At a later time, it may make sense to put my text parsing system over the old one.
2005-05-05 19:47:04 +00:00
Charles Lohr 6f9b5a6e9c Revert. I will probally revert further/manually undo some changes. 2005-05-05 04:57:16 +00:00
Charles Lohr a0f5d08be9 update 2005-05-04 22:32:22 +00:00
Charles Lohr 36a4c88949 Cleanup, don't move stuff in and out of temporary bitmap texts. This also fixes colors taking up space in chat problem. 2005-05-04 22:27:13 +00:00
Charles Lohr 7f69da7a00 Add: allow limiting of restricting # of lines to display. Also, fix colors for restricted lines. 2005-05-04 22:26:21 +00:00
Charles Lohr 7bcaee4562 Add: missing text redir 2005-05-04 17:41:40 +00:00
Charles Lohr 085cd71337 Add: missing metric 2005-05-04 17:40:23 +00:00
Charles Lohr ea606ed4a4 Modify metrics to reflect code. 2005-05-04 05:35:06 +00:00
Charles Lohr 9a92b7222f Cleanup, we should not have two text boxes and be moving stuff around between them in order to limit the number of lines 2005-05-04 05:34:28 +00:00
Charles Lohr aad70a48ac Bump versions. 2005-05-04 05:17:15 +00:00
Charles Lohr 8e0a1e7e89 Unneeded; everything falls back to screenwithmenuelements. 2005-05-04 03:49:56 +00:00
Charles Lohr ba8e6e4405 Remove: Unessiary (use fallbacks) 2005-05-04 03:19:59 +00:00
Charles Lohr e2d7214f2f Use fallback system to decrease overall redir files. 2005-05-04 00:26:43 +00:00
Charles Lohr fbc817eae5 Change: Help text was not very useful. 2005-05-03 23:49:09 +00:00
Charles Lohr a3c684cd9c Make the document match reality. 2005-05-03 18:49:10 +00:00
Charles Lohr 2d74d8e689 fix incongruity regarding SMOnline packets 2005-05-03 18:30:51 +00:00
Charles Lohr 210de11116 Sync to general copy of ezsockets (and yes, we will use this) 2005-05-03 14:27:08 +00:00
Charles Lohr 167b7e53b4 Clarify. 2005-05-03 13:44:08 +00:00
Charles Lohr e0d5bf3a3a Temporary fix. We don't actually need these, but it still warns. (Will remove later) 2005-05-03 05:01:12 +00:00
Charles Lohr 348c6f6f5a FEATURE: Allow BitmapTexts to on-the-fly change color mid-text depending on the text
This feature can be used by enabling the coloration by using the .SetDynamicColor( true )
function.  Once this is done, the syntax for color changing is: |c0RRGGBB where RR = red
in hex, GG = green in hex and BB = blue in hex.  |c0 is the token to note the
beginning of a text change.  This was discussed on the StepMania development
list.
2005-05-03 03:37:52 +00:00
Charles Lohr 3b84c9024b Fix: Don't let BitmapText spill outside it's wrap area. Is this a good way to do it? anyone have a better idea? 2005-04-19 02:14:43 +00:00
Charles Lohr 814878efba Fix: Don't let BitmapText spill outside it's wrap area. 2005-04-19 02:13:07 +00:00
Charles Lohr 064fc27c7c Fix: Groups in options shouldn't be themed. 2005-04-11 05:00:31 +00:00
Charles Lohr 22fb7678f7 Fix metrics for non 4:3 screens. 2005-04-08 21:34:22 +00:00
Charles Lohr 0d653e0b98 Modify: The code looks better here. 2005-04-05 18:24:15 +00:00
Charles Lohr 433f06efdc Fix: Character selection 2005-04-05 18:18:12 +00:00
Charles Lohr 18b96ab1c1 Standardize diffuse and make Autogen Icon work when going from non-autogen to autogen song. 2005-04-05 17:47:22 +00:00
Charles Lohr 634b35c5e1 AllowRepeatingInput Metrics. 2005-04-05 17:14:08 +00:00
Charles Lohr 2fdaf9c72f Fix: missing "Class" for ScreenPackages and Fallback for ScreenAttract 2005-04-04 20:39:56 +00:00
Charles Lohr afd53cfc5e Add: Support for shifting non-standard letters.
Maybe we should have a function for this since it's in two places.
2005-04-03 01:52:53 +00:00
Charles Lohr dc0f7d909a Change: make Shift key actually shift manual keyboard inputted chars. 2005-04-02 20:18:01 +00:00
Charles Lohr b2133352f8 Hide icons that are not in use. Is this what we should be doing or is there some special LUA thing that I didn't notice? 2005-04-02 18:33:00 +00:00
Charles Lohr cbfdbad757 Change order of OpenGroup/SelectSection. This seems to help with forcedletter selections. 2005-04-02 18:31:49 +00:00
Charles Lohr 10614a067b Fix: Don't let song wheel go flying when you enter options.
Fix: Update high grades on song wheel based on difficulty.
2005-04-02 17:27:44 +00:00
Charles Lohr 3f3e06aa6b Feature: Allow reverse screenmessage lookups.
This is particularly useful if you want to be able to add a feature to a screen.
It allows for a very fast and easy way to find what screenmessage you are
looking for. Just SystemMessage it out.
2005-04-02 17:26:33 +00:00
Charles Lohr 0c3973395a Change: Don't be stupid and put an overbearing scoreboard on screen when a player is playing both sides. 2005-04-02 17:07:28 +00:00
Charles Lohr 9fbabc9860 Grammar fix: Please enter _your_ password 2005-04-02 16:30:52 +00:00
Charles Lohr d75b6686fe Spell successful right. 2005-04-02 16:29:29 +00:00
Charles Lohr 3251fa2e28 Add: ability to let user use the text entry screen old-style. 2005-03-31 22:47:21 +00:00
Charles Lohr fbb611cf24 Workaround: let P2 use P1's menu buttons for changing P2's own difficulty, but only when P1 isn't around. 2005-03-31 21:01:11 +00:00
Charles Lohr 47300d65c2 Fix: return grade? 2005-03-31 17:26:25 +00:00
Charles Lohr f6ccc8f695 Fix: Don't double-load the icon row 2005-03-28 21:48:30 +00:00
Charles Lohr a88ed42764 Fix: forgotten == 2005-03-28 19:26:14 +00:00
Charles Lohr 4443fd2f0d Oops. Didn't mean to commit this (so I'm reverting it). 2005-03-28 09:08:34 +00:00
Charles Lohr a0344938fc Fix: Installer (we don't use unlocks.dat anymore) 2005-03-28 08:51:56 +00:00
Charles Lohr 32e0d0a104 Fix metrics warnings. 2005-03-28 08:40:30 +00:00
Charles Lohr db6afce80d Fix: SMOnline Login fellback to the wrong place. 2005-03-28 08:29:39 +00:00
Charles Lohr 53945b76e1 Add: Colin for text entry. 2005-03-28 08:05:14 +00:00
Charles Lohr 8c5909ebe9 Modify AutoScreenMessage to keep map of all non-standard ScreenMessages.
This has a lot of advantages over the old ways.  Some of the initial ones are that
you can log a list of all screenmessages and their respective number and another
is that it would be fairly easy to add a reverse lookup, so you could get the name
of a ScreenMessage for log use by getting the ScreenMessage number.
2005-03-28 08:01:36 +00:00
Charles Lohr 39e9962e41 Fix: Don't crash on null validate callback 2005-03-26 22:59:13 +00:00
Charles Lohr 1adfcab82a Fix: Maximum length for text input 2005-03-26 19:55:22 +00:00
Charles Lohr 424b831b9a Fix: change operand order to utilize VC 6 hack 2005-03-25 22:46:12 +00:00
Charles Lohr 31e2930ff7 I guess we should be checking to see if we're on linux && we're not on darwin. 2005-03-15 20:57:14 +00:00
Charles Lohr a86e74b606 We need to know what platform we are running on, otherwise stepmania starts pressing buttons without consulting me. 2005-03-15 16:57:30 +00:00
Charles Lohr b36f6a6f04 VC6 cleanup. Remove .GetValue() "fixes" by overloading binary operators. 2005-03-14 20:26:50 +00:00
Charles Lohr d90e526018 VC6 .GetValue() addition. 2005-03-14 03:16:43 +00:00
Charles Lohr 755277cef5 Update: for room selection code 2005-03-14 00:27:13 +00:00
Charles Lohr 1e4fb95215 Added .GetValue() for VC6/7 compile. Maybe we should figure out a way around this for VC6/7 so it doesn't look so bad in code? 2005-03-14 00:18:07 +00:00
Charles Lohr e8729a82d0 VC6 doesn't seem to want to accept default parameter value for templated functions like this. Poor solution: just put in the default in the actual function call. 2005-03-14 00:07:56 +00:00
Charles Lohr 29a481a5f7 Fix? The lights didn't always trigger where they should have (it was occasionally forgetting to blink a light). This seems to fix it. 2005-03-12 07:47:14 +00:00
Charles Lohr 10027b1291 Fix: Updated preferred information based on song selected. 2005-03-12 07:37:39 +00:00
Charles Lohr 74c023a93b Slight restructure, it's best to make sure we know where all of the elements are and where they're going. 2005-03-11 22:59:57 +00:00
Charles Lohr 2567f5992b Fix: We need to enable option lines for hardcoded screens for all players. 2005-03-10 18:03:19 +00:00
Charles Lohr 5ba2976694 Fix: ProfileOptions (Navigation was not correct and all text was hidden) 2005-03-10 17:59:01 +00:00
Charles Lohr 0495b83ecf Fix: VC6 compile. Maybe we should try to figure out a clean way of doing this in VC6 insted of having these nasty GetValue()'s everywhere. 2005-03-10 16:55:11 +00:00
Charles Lohr 711c17a8bf Fix: Marvelous timing in menus. Note: We didn't notice this bug because if we don't edit it, it will remain at 2.
ALSO
Fix: Don't crash when kicked from SMOnline room screen
2005-02-13 07:30:32 +00:00
Charles Lohr e274d0f569 Fix: Marvelous timing in menus. Note: We didn't notice this bug because if we don't edit it, it will remain at 2. 2005-02-13 07:27:25 +00:00
Charles Lohr 0051938177 We really shouldn't crash on systems this command is not fully supported on. Windows 9x will always respond with a 1. 2005-02-12 05:32:35 +00:00
Charles Lohr 462e471648 "Fix" Crash on unended hold notes. 2005-02-12 05:30:30 +00:00
Charles Lohr c99043b7f2 Fix: Kick functionality. 2005-02-09 05:17:56 +00:00
Charles Lohr da14dc2f55 Clarification and fix for two player login. 2005-02-09 05:00:55 +00:00
Charles Lohr 2d566a0c33 We shouldn't crash here, right? and... let's not crash if we still have hold tails. 2005-02-07 18:55:09 +00:00
Charles Lohr d1ea8c554e More classes 2005-02-05 17:21:51 +00:00
Charles Lohr ab6fd1d237 Fix: My horrible spelling. 2005-02-03 00:54:06 +00:00
Charles Lohr 065fd5bb35 Fixed: My bad spelling 2005-02-02 21:35:13 +00:00
Charles Lohr b7ecf3776e We need to know the name of the display before we cache metrics for it. 2005-02-02 06:10:55 +00:00
Charles Lohr 3f7e1f46d7 This should be "Finish" not "Stop" 2005-02-02 05:31:54 +00:00
Charles Lohr 1b5634fb9c Fix: Problems with when the wheel is on a sort without the requested song. 2005-02-02 05:30:07 +00:00
Charles Lohr 78d507c962 Remove: Unneeded assert? 2005-02-02 04:53:52 +00:00
Charles Lohr fbce850d92 Readd: Numpad support 2005-02-02 04:47:31 +00:00
Charles Lohr 9bfa5de649 Fix: Another screen's class 2005-02-02 00:37:21 +00:00