Commit Graph
24904 Commits
Author SHA1 Message Date
Steve Checkoway a0dfa4d06a Do this in metrics instead. 2007-02-19 04:25:07 +00:00
Steve Checkoway 8f18ee731d Stacked screens do not have a PrevScreen, they get popped. Fixes dialog box popping up after pressing escape at ScreenTextEntry. 2007-02-19 03:36:51 +00:00
Steve Checkoway 68420be177 Wide character. 2007-02-19 03:35:36 +00:00
Steve Checkoway bbbe762ee7 Update sm icon. 2007-02-19 01:18:55 +00:00
Eric Gustafson 965b81f5f8 Something is torturing my binary commits, and i'm determiend to find out what it is. 2007-02-19 01:18:36 +00:00
Eric Gustafson 81d15d4a0a Source files for the new logo material. Spell-corrected (ADVANGED _> ADVANCED) 2007-02-19 01:04:04 +00:00
Eric Gustafson 539ddc7411 Re-do in binary mode 2007-02-19 00:58:20 +00:00
Eric Gustafson 3fe7d42385 Font for new SM logo and others... 2007-02-18 21:31:54 +00:00
AJ Kelly d169005d60 ScreenSelectCharacter attack frame (font change+ psd) 2007-02-18 21:29:15 +00:00
Eric Gustafson 92acd840ec Source files for the new logo material. Spell-corrected (ADVANGED _> ADVANCED) 2007-02-18 21:26:10 +00:00
AJ Kelly 8fd882fdfc psd versions of newly committed banners 2007-02-18 21:20:57 +00:00
AJ Kelly 38ce967061 less clutter, font change 2007-02-18 21:19:21 +00:00
Eric Gustafson f354498c24 New installer graphics featuring the new logo. This is my first attempt. Feel free to touch them up. 2007-02-18 21:19:15 +00:00
AJ Kelly 80fce5b026 replace questionable-looking graphic 2007-02-18 21:11:32 +00:00
AJ Kelly 8ba4cb1203 changing to match new program icon 2007-02-18 20:43:53 +00:00
AJ Kelly 2c235e14de More sizes and formats added, including Windows XP formats (RGBA) 2007-02-18 20:41:56 +00:00
Eric Gustafson 6e0db9adea New StepMania icon created from our newly-adopted logo by PlagueFox. The death of the dancing man draws nigh! 2007-02-18 18:06:01 +00:00
Steve Checkoway 0e7eed7637 Style. 2007-02-18 11:15:31 +00:00
Glenn Maynard 34b29827d0 Prefer to let OpenGL assign attribute locations, as in
http://developer.download.nvidia.com/opengl/glsl/glsl_release_notes.pdf
"Vertex Attribute Aliasing"
2007-02-18 10:37:06 +00:00
Glenn Maynard 2da126ba59 glGetAttribLocationARB 2007-02-18 10:33:04 +00:00
Steve Checkoway cef0c5ea30 Header cleanup. 2007-02-18 10:19:31 +00:00
Chris Danford adc293946c roulette in metrics, not code 2007-02-18 09:20:44 +00:00
Steve Checkoway dc56558137 Sort extension list. 2007-02-18 07:30:58 +00:00
Steve Checkoway ede9c95a5e Simplify. 2007-02-18 07:12:24 +00:00
Glenn Maynard b67e19b09d print the extension string more intelligently. I'm tired of a two-page long line in every info.txt. 2007-02-17 14:14:44 +00:00
Steve Checkoway 0bc8d2c9bb This is ridiculous. I've cleaned up over a thousand lines of this code and I'm tired of it. I'd enumerate our code guidelines again, but the last n times had no effect. 2007-02-17 13:45:11 +00:00
Steve Checkoway 76040c2280 Simplify. 2007-02-17 13:20:14 +00:00
Steve Checkoway bf585ff477 This isn't calling the base ctor (that has already happened before RoomWheelData's ctor is called), this is creating a new WheelItemBaseData and then throwing it away. 2007-02-17 13:14:28 +00:00
Steve Checkoway 515bb3b263 Style to match the rest of the code. 2007-02-17 13:03:59 +00:00
Steve Checkoway bcbb72cfe0 MakeItem returns a MusicWheelItem*. 2007-02-17 13:03:27 +00:00
Steve Checkoway 5e8cead0f1 Crop life bar images. 2007-02-17 10:50:42 +00:00
Steve Checkoway 708f35f4b4 Pull this out of the header. It is not intended to be used by anything else. 2007-02-17 09:37:40 +00:00
Steve Checkoway be0b69ceb4 Missing quotes. 2007-02-17 08:52:17 +00:00
Glenn Maynard c06c35e1cb bindings 2007-02-17 06:02:58 +00:00
Glenn Maynard 396e9ff168 don't use Font in lua 2007-02-16 21:57:51 +00:00
Chris Danford 96444bd95f add missing (accidentally deleted?) 2007-02-16 11:36:28 +00:00
Chris Danford 252cb50316 warn on a font missing textures 2007-02-16 11:34:29 +00:00
Steve Checkoway ba031ed6f8 Hush. 2007-02-16 10:21:53 +00:00
Chris Danford 1461696e26 LoadFont -> Def.BPMDisplay 2007-02-16 09:34:34 +00:00
Steve Checkoway c3ac86cbc8 Use LoadFont 2007-02-16 09:23:20 +00:00
Glenn Maynard ae45448ade use File in Lua; use Font in XML, for compatibility. Only XML's paths
need manual lookups.
2007-02-16 07:55:59 +00:00
Glenn Maynard 0bb594d32f use LoadFont 2007-02-16 07:52:05 +00:00
Glenn Maynard 5448e98615 use LoadFont 2007-02-16 07:46:43 +00:00
Glenn Maynard 2158dc6c23 add LoadFont 2007-02-16 07:41:09 +00:00
Steve Checkoway 92fd82b630 RString no longer allows NULL. (I have no idea how it took me so long to catch this.) 2007-02-16 07:28:43 +00:00
Chris Danford 46ca7f526a explicitly LoadAllCommands. The "load commands in SetXY" hack isn't working well now that more and more Actors are being moved into Lua. That hack should be removed eventually in favor of explicit command loading. 2007-02-16 07:09:04 +00:00
Chris Danford b53362bc95 add !sType.empty() assert 2007-02-16 07:07:40 +00:00
Glenn Maynard 74838465c3 fix "Font" attribute 2007-02-16 06:34:46 +00:00
Glenn Maynard 7e1df89ffc simplify 2007-02-16 03:37:49 +00:00
Glenn Maynard 0db3211c34 simplify SystemMessage 2007-02-16 02:25:24 +00:00