Glenn Maynard
|
a37668e44e
|
Add TextureHints font metric.
By default, load fonts as 4-bit grayscale, 4-bit alpha (I4A4) maps.
This halves font texture memory usage.
|
2003-10-08 02:54:40 +00:00 |
|
Glenn Maynard
|
93653882ef
|
Use AdditionalTextureHints. Add "grayscale" hint.
|
2003-10-08 02:52:51 +00:00 |
|
Glenn Maynard
|
8dda57f5bc
|
add AdditionalTextureHints
|
2003-10-08 02:52:12 +00:00 |
|
Glenn Maynard
|
5dc94af3da
|
use iGrayscaleBits
|
2003-10-08 02:23:53 +00:00 |
|
Glenn Maynard
|
a73a86f63e
|
add iGrayscaleBits
|
2003-10-08 02:19:59 +00:00 |
|
Glenn Maynard
|
2c816714bb
|
add mySDL_Palettize
|
2003-10-08 01:46:00 +00:00 |
|
Glenn Maynard
|
5117e94742
|
Use the "unused" bit in SDL palettes for alpha.
|
2003-10-08 01:24:53 +00:00 |
|
Glenn Maynard
|
fba49abc0d
|
Define the "unused" bit in SDL surfaces.
|
2003-10-08 01:21:36 +00:00 |
|
Steve Checkoway
|
d5cc663bea
|
Remove unnecessary code. All archs can use print-screen or in the case of Apple keyboards, F13, to take a screen shot.
|
2003-10-08 00:34:10 +00:00 |
|
Andrew Livy
|
37ef50d849
|
Pop'n Music Update
- Theme
- Noteskin
You can now make the music wheel into a 'staircase'
|
2003-10-08 00:17:17 +00:00 |
|
Andrew Livy
|
276a051904
|
Barebones Pop'n Music Theme / Noteskin
|
2003-10-07 17:57:52 +00:00 |
|
Chris Danford
|
cf8c4043f3
|
remove decode movie MS
add menu item for movie texture color
add better presets for Radeon 7xxx
|
2003-10-07 08:18:28 +00:00 |
|
Steve Checkoway
|
8e3d6518dc
|
With any luck, this will give an error message if the user tries to install on OS X 10.1.x. I have no idea if the installer will even open and no way to test it. Worst case, installer still works for >= 10.2 and crashes for < 10.2. The same as before. Best case, it gives a message about not being compatible and then quits.
|
2003-10-07 07:47:31 +00:00 |
|
Steve Checkoway
|
4cafa2eb7d
|
cleanup
|
2003-10-07 07:04:34 +00:00 |
|
Steve Checkoway
|
d8710d3710
|
signed vs. unsigned fix
|
2003-10-07 06:39:16 +00:00 |
|
Chris Danford
|
b74f58d88b
|
optimize ActorFrame::Update
|
2003-10-07 06:00:33 +00:00 |
|
Chris Danford
|
8c3db31ba7
|
optimize InputFilter::Update
|
2003-10-07 05:59:58 +00:00 |
|
Chris Danford
|
8ac398d192
|
optimize Actor::BeginDraw
|
2003-10-07 04:26:14 +00:00 |
|
Glenn Maynard
|
efb6f4dcb1
|
Don't pretend the sound position is 0 when seeking past end of file.
|
2003-10-07 04:10:34 +00:00 |
|
Glenn Maynard
|
892ca27777
|
Change EOF seek behavior: reading after a seek past EOF returns EOF.
Minor Vorbis seek fix.
|
2003-10-07 04:03:22 +00:00 |
|
Glenn Maynard
|
c10fc4407a
|
Don't tween off stuff that isn't used.
|
2003-10-07 02:13:48 +00:00 |
|
Andrew Livy
|
5af28f3fb1
|
Added: Pop'n Music Gametype.
|
2003-10-07 00:01:32 +00:00 |
|
Andrew Livy
|
bd96d049ff
|
EZ2dancer Theme Update
|
2003-10-06 22:20:25 +00:00 |
|
Glenn Maynard
|
c744d0aabd
|
Lots of ADPCM bug fixes.
|
2003-10-06 08:02:52 +00:00 |
|
Chris Danford
|
2f09374c08
|
move some options to "Coin Options" group
|
2003-10-06 05:59:58 +00:00 |
|
Glenn Maynard
|
e2659ad6b1
|
MADLIB_rewind never fails.
Always rewind after a seek error.
|
2003-10-06 05:16:01 +00:00 |
|
Glenn Maynard
|
2a0c57ac40
|
Add --with-debug.
|
2003-10-06 05:02:59 +00:00 |
|
Glenn Maynard
|
a2da0828b1
|
fix SetPosition_toc EOF behavior
|
2003-10-06 05:02:03 +00:00 |
|
Glenn Maynard
|
05003d1bc9
|
fix SetPosition_hard EOF behavior
|
2003-10-06 05:00:19 +00:00 |
|
Glenn Maynard
|
71ae8a0848
|
fix SetPosition_Fast EOF behavior
|
2003-10-06 04:55:11 +00:00 |
|
Glenn Maynard
|
78ecec47c4
|
Write #FILE tag.
|
2003-10-06 04:31:44 +00:00 |
|
Glenn Maynard
|
c489642707
|
Fix movie flushing (fixes silly 1-frame videos). Fix memleak.
|
2003-10-06 02:58:04 +00:00 |
|
Glenn Maynard
|
e4d4888464
|
add assert
|
2003-10-06 00:41:53 +00:00 |
|
Glenn Maynard
|
5410988eb5
|
The GNU C++ library's random_shuffle doesn't always use rand();
it sometimes uses a nonportable generator, which isn't being seeded.
Sidestep and always use our own PRNG.
Cleanup.
|
2003-10-06 00:09:10 +00:00 |
|
Glenn Maynard
|
b3203b80b2
|
ScreenEvaluationOni Percent -> ScreenEvaluation Percent
|
2003-10-05 23:16:29 +00:00 |
|
Steve Checkoway
|
0990487454
|
update
|
2003-10-05 23:01:29 +00:00 |
|
Glenn Maynard
|
a943057db7
|
Set name before calling Load().
|
2003-10-05 23:00:26 +00:00 |
|
Glenn Maynard
|
5a21030ca8
|
add metrics
|
2003-10-05 22:59:04 +00:00 |
|
Glenn Maynard
|
323c106830
|
cleanup
|
2003-10-05 21:44:44 +00:00 |
|
Glenn Maynard
|
b8e22b7c8c
|
Cleanup. Don't load ScreenNameEntry background if we're not actually
going to enter a score.
|
2003-10-05 21:42:56 +00:00 |
|
Steve Checkoway
|
71d558f1ca
|
Add files, hopefully changed all references to group references.
|
2003-10-05 10:53:09 +00:00 |
|
Andrew Wong
|
c6c20332b5
|
remove inexistant files from project
|
2003-10-05 09:10:54 +00:00 |
|
Glenn Maynard
|
cc1ee0d314
|
use ScoreDisplayPercentage
|
2003-10-05 05:24:50 +00:00 |
|
Glenn Maynard
|
5238d81c6e
|
add ScoreDisplayPercentage
|
2003-10-05 05:24:12 +00:00 |
|
Glenn Maynard
|
d4e6a2f0fd
|
add m_bPercentageScoring
|
2003-10-05 05:18:48 +00:00 |
|
Glenn Maynard
|
4ed68a629f
|
Fix zero DP showing ".001%" with high decimal places
|
2003-10-05 04:45:06 +00:00 |
|
Glenn Maynard
|
719cb7c702
|
Use PercentageDisplay
|
2003-10-05 00:33:05 +00:00 |
|
Glenn Maynard
|
156a048174
|
Add metrics.
|
2003-10-05 00:32:34 +00:00 |
|
Glenn Maynard
|
14a24f6f64
|
Support eval-style percents
|
2003-10-05 00:30:55 +00:00 |
|
Glenn Maynard
|
5be698590c
|
add ScoreDisplayPercentage
|
2003-10-04 09:14:25 +00:00 |
|