|
From: Yoda-JM <yo...@us...> - 2010-05-30 11:11:41
|
commit d3d2634a2581e1732bfebaaf9fc5f0344d1a2c76
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun May 30 13:11:14 2010 +0200
Fixed compilation error
commit 6fc0a38608954259145f5a3eef66639f7e062e56
Merge: 04c09a279de7be78393b151a1b20b7ed7588453b aacf6c3a47530f202eccafa50e1e53471e2d5c3b
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun May 30 13:01:32 2010 +0200
Merged and solved conflict from master
commit aacf6c3a47530f202eccafa50e1e53471e2d5c3b
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat May 29 12:52:14 2010 +0200
Updated French translation
commit 997c3cf373fedb83264c3fdc09fe0e3f66d28870
Author: Tapio Vierros <tap...@gm...>
Date: Fri May 28 23:02:21 2010 +0300
Disable kiddy mode for guitar as it is not implemented
and breaks bass/other guitar tracks.
commit 8d55d56ae84197f1969916ac431b2fa4032a3aba
Author: Tapio Vierros <tap...@gm...>
Date: Fri May 28 21:36:07 2010 +0300
Fix: Don't assume all lone tracks as guitar.
commit 1d59260c92007887853dc91643327c9f9745f08d
Author: Felix Bertram <fl...@be...>
Date: Wed May 26 21:33:19 2010 -0700
Kiddy mode
- removed flag from config
- increased timing window for kids
- now enabled via kick drum; will need to change in the future
commit 35bbdc9316808aa84750f007b0f4fbcaafaea342
Author: Felix Bertram <fl...@be...>
Date: Mon May 24 21:28:06 2010 -0700
Added kids mode
In this mode the Easy difficulty uses kids rules.
Feature enabled by setting game/kids_mode in config file.
commit 3566fec4c29042cebb6112ee283d4c7cfcaf037e
Author: Lasse Karkkainen <tro...@tr...>
Date: Mon May 24 06:15:01 2010 +0300
Comment the code better.
commit cabb4759685fdf63a5f1652925af740eaa910be5
Author: Lasse Karkkainen <tro...@tr...>
Date: Sat May 22 21:05:25 2010 +0300
Another struct vs. class problem.
commit 8165e44251009ddff766a304272c3cb24bbcd54b
Author: Lasse Karkkainen <tro...@tr...>
Date: Sat May 22 20:45:17 2010 +0300
Add a missing const that for some reason had gone undetected by other compilers (detected by clang++).
commit be4c165aeeb2740b0f1cccada27b5a24db5c3750
Author: Lasse Karkkainen <tro...@tr...>
Date: Sat May 22 20:16:33 2010 +0300
Fix clang++ compile error (ambiguous overload of boost::thread) and warnings (struct vs. class). Compilation still broken due to OpenCV bugs (in the library, not Performous) and I didn't manage to link the C++ standard library correctly yet.
commit fd341f0340f2cfcf2b8708ee7f9d278abf886f94
Author: Lasse Karkkainen <tro...@tr...>
Date: Sat May 22 20:14:04 2010 +0300
Update TODO with bugs that I don't have time to investigate right now.
commit e108090f38deabfecc1ba9deef67d55f1ac43585
Author: Tapio Vierros <tap...@gm...>
Date: Sat May 22 20:04:07 2010 +0300
Move OpenCV includes to webcam.cc
commit 46ab1e1857b32282793a6dce1459f2acaa70133f
Author: Felix Bertram <fl...@be...>
Date: Fri May 21 22:00:46 2010 -0700
display song section next to progress bar
commit dc2cb48f05fe2e17c10389b3edf20ace69c43c32
Author: Felix Bertram <fl...@be...>
Date: Fri May 21 20:13:49 2010 -0700
Cleanup for song sections
commit eca9c401fa7b6140692e7291c2765d84d8f7f7e0
Author: Miguel Sánchez de León Peque <msd...@gm...>
Date: Thu May 20 17:22:41 2010 +0200
Spanish translation updated.
commit 1e38a29a1cbe2f2b03b1da70c5ffe17a3ca948c9
Author: Tapio Vierros <tap...@gm...>
Date: Thu May 20 16:27:06 2010 +0300
Localize popup texts (and some others) + update FI translation.
commit 1fa9df0237d4d992acefcf13c9380fa73c01862c
Author: Tapio Vierros <tap...@gm...>
Date: Wed May 19 12:32:03 2010 +0300
Handle GL_TEXTURE_MAX_ANISOTROPY_EXT as a potential trouble maker.
commit 6d98e46fd37c8897b7f88b366de8ab524a10a627
Author: Tapio Vierros <tap...@gm...>
Date: Wed May 19 12:12:24 2010 +0300
Attempt to be MSVC friendly.
commit 5557d7d2d57c900ea81306f7603e6d527d24b176
Author: Felix Bertram <fl...@be...>
Date: Tue May 18 22:09:37 2010 -0700
RockBand song sections
* parse song sections from MIDI file
* populate vector of song sections
* jump forward/backward to next song section
commit f0056823956481883d2aacedbe9074ed729a5d63
Author: Xaldyz <xa...@us...>
Date: Tue May 18 22:39:36 2010 +0200
Fixed uint8_t using boost libraries
commit ef74a3721333bf49ddf4985a8db0cfc5c26c0ed1
Author: Vincent Le Ligeour <yo...@us...>
Date: Mon May 17 23:49:35 2010 +0200
Removed compile warning
commit b1c421f660380e32c50f5fc18dd3847c36fd3a89
Author: Vincent Le Ligeour <yo...@us...>
Date: Mon May 17 23:29:50 2010 +0200
Moved i18n specific code out of main.cc
commit 4024ea60adccf2ef75f9080cf617c0dc0f405f36
Author: Tapio Vierros <tap...@gm...>
Date: Mon May 17 22:41:50 2010 +0300
Moved all #ifdef USE_OPENCV stuff inside webcam files (prettier screen_sing).
If you have trouble compiling with OpenCV disabled
(should be no trouble), fix things in webcam.hh/.cc
commit fb78665efb6d15b2f58b212afb37f155f0d1a764
Author: Tapio Vierros <tap...@gm...>
Date: Mon May 17 22:01:08 2010 +0300
Fix solo accuracy counter, more testing needed.
commit 9b8cf0450f8b50ec272f73c0264e8949c29d3fdd
Merge: 4dd2b5953f02c10526995a44a0ada2e79c69781a 90a25ca950f957e09004b45f6d43c18c32bd8084
Author: Tapio Vierros <tap...@gm...>
Date: Mon May 17 19:55:43 2010 +0300
Merge branch 'instrumentgraph'
commit 90a25ca950f957e09004b45f6d43c18c32bd8084
Author: Tapio Vierros <tap...@gm...>
Date: Mon May 17 19:45:21 2010 +0300
Bigger (and dedicated) font for popups (better quality).
commit 1282f4c1da8f1d222a552b4c4ce822bac03185a5
Author: Tapio Vierros <tap...@gm...>
Date: Mon May 17 17:50:00 2010 +0300
Move & rearrange stuff in *Graphs.
commit 2fb45e893745d6917ee0601d256966ad76535590
Author: Tapio Vierros <tap...@gm...>
Date: Mon May 17 16:38:24 2010 +0300
Improvements to countdown thingy.
* Handled in InstrumentGraph.
* Works in dance mode too.
* Works when joining mid-game too.
commit 4dd2b5953f02c10526995a44a0ada2e79c69781a
Author: Felix Bertram <fl...@be...>
Date: Sun May 16 22:26:09 2010 -0700
Fix Hi-Hat, decode song sections
commit 7f84b2564cbb30139934671342314c0b265b9ee2
Merge: 77edaf5cfec85b522c753172490210c178f28eee 085b849f444709fa0c3ccba90b82ec4e9932e689
Author: Tapio Vierros <tap...@gm...>
Date: Sun May 16 19:28:41 2010 +0300
Merge branch 'master' into instrumentgraph
Conflicts:
game/dancegraph.hh
game/guitargraph.cc
game/guitargraph.hh
commit 085b849f444709fa0c3ccba90b82ec4e9932e689
Author: Tapio Vierros <tap...@gm...>
Date: Wed May 12 21:03:30 2010 +0300
Fix crash when trying to enable pre-disabled webcam.
commit ae34964527610b8007ad0743244ff43a8599348f
Author: Xaldyz <xa...@us...>
Date: Wed May 12 19:18:46 2010 +0200
Fixed linking problem when library OpenCV not set
commit 4aaebcb3cd0365fe2308ac96022f4a77e2a52f71
Author: Tapio Vierros <tap...@gm...>
Date: Wed May 12 17:17:16 2010 +0300
Some mingw32 build tweaks.
commit 1c34970719f359b35a3b0acb8cfe9b957cd45a13
Author: Tapio Vierros <tap...@gm...>
Date: Wed May 12 12:44:04 2010 +0300
Dance arrow size is determined by number of arrows.
commit 86b176060de04577bbfe1d27eaef8c9103c509c3
Author: Felix Bertram <fl...@be...>
Date: Tue May 11 22:17:30 2010 -0700
More MIDI Drum notes
added some more MIDI drum notes to accommodate most real-life mappings
might need some more tweaking and testing with other gear.
commit 42828c6feb68201d5222edf79038e9314b8caec8
Author: Felix Bertram <fl...@be...>
Date: Tue May 11 22:16:22 2010 -0700
image type detection
The image type detection from the file extension was broken,
the extension was not properly converted to lower case.
commit 81486be5fedcde4efe88b973e4d4cfcedc125e00
Author: Ville Immonen <imm...@gm...>
Date: Tue May 11 23:48:09 2010 +0300
Missing include added to webcam.hh.
commit 1867afe0c66c1a3a9fc4ac250291c8d556af69ea
Merge: c0e27ca4d9869a7e01549231420f8d7b001e641d c4a4ccf83e08b2a3ff73b2fce3c23dd512cda22e
Author: Tapio Vierros <tap...@gm...>
Date: Tue May 11 22:46:50 2010 +0300
Merge branch 'opencv'
commit c0e27ca4d9869a7e01549231420f8d7b001e641d
Author: Tapio Vierros <tap...@gm...>
Date: Tue May 11 14:02:11 2010 +0300
Add some OpenGL error checking to video_driver and surface.
commit 5dccd03d02471c3304c79d9f667db069244515e2
Author: Tapio Vierros <tap...@gm...>
Date: Tue May 11 13:30:06 2010 +0300
Add some SDL_GL_SetAttribute error indication.
commit c4a4ccf83e08b2a3ff73b2fce3c23dd512cda22e
Author: Tapio Vierros <tap...@gm...>
Date: Tue May 11 12:45:35 2010 +0300
Output compilation status of optional features with version info.
commit 60e11471abb9b0732299134590de9315a69e7312
Author: Tapio Vierros <tap...@gm...>
Date: Mon May 10 19:40:43 2010 +0300
Fix a texture wrapping bug in instrument icons.
commit 51420a701ab10727adfae93c56a817f0056cfe98
Author: Tapio Vierros <tap...@gm...>
Date: Mon May 10 15:44:02 2010 +0300
Some OpenCV CMake tweaks.
commit 7c43188229e352f1d57f5c31a4e89c7a2c2ca5b9
Author: Tapio Vierros <tap...@gm...>
Date: Mon May 10 15:03:27 2010 +0300
Webcam tweaks.
* Fix colors.
* Higher framerate limit.
* Allow regular video to display if webcam is disabled during gameplay.
commit 20d97b7c8222752ea8128258c2efad19d54d0779
Author: Tapio Vierros <tap...@gm...>
Date: Sun May 9 23:33:06 2010 +0300
Fix crash when trying to join NULL thread in ~Webcam.
commit ca00c323c43e578cd5553f5ca0bc1545494a6907
Author: Tapio Vierros <tap...@gm...>
Date: Sun May 9 23:24:47 2010 +0300
Threaded webcam - much better framerate.
commit 3d4d8058f480f6813bcafbdb28ec115fa52425ba
Author: Tapio Vierros <tap...@gm...>
Date: Sun May 9 21:48:42 2010 +0300
Make OpenCV (and thus webcam support) optional (in style of MIDI drum support).
commit 9866cca05a8ec52bc1e85c0850122700e923cf1b
Author: Tapio Vierros <tap...@gm...>
Date: Sun May 9 21:24:56 2010 +0300
Webcam can be disabled from config or toggled during gameplay.
commit e1a820aafc163ffebd132e6b0e0d2aee48ea6870
Author: Tapio Vierros <tap...@gm...>
Date: Sun May 9 20:53:37 2010 +0300
Refactor webcam class.
commit 2d8f567cf8546e28b14b287b79bc14e5d863fd97
Author: Tapio Vierros <tap...@gm...>
Date: Sun May 9 20:24:40 2010 +0300
Better FindOpenCV.cmake
commit 9552dbc7a104e7110cce99f4ff8757180fbe28f8
Author: Tapio Vierros <tap...@gm...>
Date: Sun May 9 18:06:07 2010 +0300
Crude webcam background through OpenCV.
* OpenCV CMake script is very much broken.
* Colors are b0rked (probably wrong component order).
* Webcam video framerate is very slow to keep overall fps playable.
commit 96105ecf1e013efc974617fab3dd146584ecff63
Author: Xaldyz <xa...@us...>
Date: Sat May 8 00:14:02 2010 +0200
Fixed Gettext recognition under Windows
commit 4eb77bb33e33ff4138aef10b6668caeeab0f6a1b
Author: Felix Bertram <fl...@be...>
Date: Thu May 6 22:06:43 2010 -0700
FoFiX songs often come with album art that has a PNG extension
but is actually in JPEG format. This fix catches the exception
thrown by the PNG loader and then tries to reload the picture
as JPEG. This is not pretty - but recoding the artwork is also
not an option.
commit af4abf0bd98da5d3c3f49bfce4e912879d656192
Author: Felix Bertram <fl...@be...>
Date: Wed May 5 21:35:25 2010 -0700
Fixes to MIDI drums
* modified drum mapping (Alesis DM5, RockBand 2 songs)
* accept note-on events on all channels
* interpret note-on with velocity 0 as note-off
* set event::pressed
commit 1c0db79304738b221a99958e3bb1120a7ddee5f4
Author: Ville Immonen <imm...@gm...>
Date: Mon Apr 26 20:06:34 2010 +0300
Added new controller mapping to comments of game/instruments in schema.xml
commit 10cc3e27459959e6098e7568386dde4305d6c1ac
Author: Ville Immonen <imm...@gm...>
Date: Mon Apr 26 13:15:54 2010 +0300
A mapping for 2-TECH usb dance pad
commit cf97cf631b2b650e57eef46a69462fc17e11698a
Author: Tapio Vierros <tap...@gm...>
Date: Sun Apr 25 09:18:18 2010 +0300
Document lefty mode in instrument selection screen.
commit afed70b8e9cd330abc58c20927b16f12cbd7ea7c
Author: Tapio Vierros <tap...@gm...>
Date: Sun Apr 25 09:16:13 2010 +0300
Lefty mode switch changed to yellow + blue for easier documenting and less accidental activations.
commit 6f98d85edd83005606d29653ef771ee69f8e43a7
Author: Tapio Vierros <tap...@gm...>
Date: Thu Apr 22 21:18:17 2010 +0300
Fix broken guitar lefty-mode switch.
commit ee397fce2972382fa00978d9e6e0e11d93d113f7
Author: Vincent Le Ligeour <yo...@us...>
Date: Thu Apr 22 08:27:48 2010 +0200
Added 2 ini files entries (creator and genre)
commit 5e00aa00ca9951cae25421cc2bb2f7334a04d9d3
Author: Tapio Vierros <tap...@gm...>
Date: Wed Apr 21 12:49:59 2010 +0300
Lefty-mode for drums.
commit 77edaf5cfec85b522c753172490210c178f28eee
Author: Tapio Vierros <tap...@gm...>
Date: Wed Apr 21 11:49:42 2010 +0300
Add a 3s countdown to instrument notes start using popups.
commit 03cf8629a9971732a456fda6e49e196ba69447e8
Author: Lasse Karkkainen <tro...@tr...>
Date: Wed Apr 21 11:34:43 2010 +0300
Midifile cleanup of previous patch
commit e87fb7d5e5c73908a2951a34be02657b0185cf3c
Author: Lasse Karkkainen <tro...@tr...>
Date: Wed Apr 21 02:25:52 2010 +0300
Fix MIDI parser handling of events 0xC and 0xD that would b0rk parsing until now
commit d054237f3662abf9067b12ad9cd39bec58c1128a
Author: Tapio Vierros <tap...@gm...>
Date: Tue Apr 20 22:17:02 2010 +0300
Try hit accuracy indicator in Z-direction.
commit 684754eb3e90cc1a985c1c9beb6c0b2fd94aebdc
Author: Tapio Vierros <tap...@gm...>
Date: Tue Apr 20 21:47:31 2010 +0300
Revert "Test vertical instrument error indicator instead of horizontal."
Reason: Horizontal is better.
This reverts commit 5fa954ab274fd268f4394ed3d66232d9a45a9b20.
commit 5fa954ab274fd268f4394ed3d66232d9a45a9b20
Author: Tapio Vierros <tap...@gm...>
Date: Sat Apr 17 12:57:31 2010 +0300
Test vertical instrument error indicator instead of horizontal.
Switch around guitargraph.cc:760
commit 088022b8b38816955345a305bb99001952d86530
Author: Tapio Vierros <tap...@gm...>
Date: Sat Apr 17 12:21:43 2010 +0300
Instrument hit indicator flashes with perfect hit and fades away when not used.
commit 977439fa1d089fc349874e52ee724c29c8b22a27
Merge: 7114b259e15774461e8b416511fac9c47c1ef924 82968bf14af96fc0878abfc91e57fbe4baeb937c
Author: Lasse Karkkainen <tro...@tr...>
Date: Thu Apr 15 12:33:42 2010 +0300
Merge branch 'master' of ssh://git.performous.org/gitroot/performous/performous
commit 7114b259e15774461e8b416511fac9c47c1ef924
Author: Lasse Karkkainen <tro...@tr...>
Date: Thu Apr 15 12:32:46 2010 +0300
Added support for Redoctane XBOX DDR dance pad
commit 82968bf14af96fc0878abfc91e57fbe4baeb937c
Author: Tapio Vierros <tap...@gm...>
Date: Thu Apr 15 10:10:26 2010 +0300
Lefty-mode for guitars. Activated by pressing green+red.
commit a2c6b1b5a20760ca3d64b1ddb145fd09b2f2ae3e
Author: Vincent Le Ligeour <yo...@us...>
Date: Wed Apr 14 13:45:56 2010 +0200
Fixed compilation error (boost::filesystem::path::clear() has been added in 1.40)
commit 7e7275656424427603489aaf1ab3182c1fde1f17
Author: Vincent Le Ligeour <yo...@us...>
Date: Wed Apr 14 08:54:45 2010 +0200
Fixed buggy copy/paste in ss extract tool
commit 2efa9d0ca236ffcbff9eb4f5a81247845fc2acf7
Author: Vincent Le Ligeour <yo...@us...>
Date: Tue Apr 13 09:09:44 2010 +0200
Moved song out of LayoutSinger and NoteGraph class (we only need a vocal track here)
commit 568299eef43ca91ef2684f4139a334a77b0313f2
Author: Vincent Le Ligeour <yo...@us...>
Date: Tue Apr 13 08:51:27 2010 +0200
Moved song out of Player and Engine class (we only need a vocal track here)
commit b8b432a84c323c445569dd56e8bd768077c4f3c4
Author: Tapio Vierros <tap...@gm...>
Date: Mon Apr 12 23:02:18 2010 +0300
Primitive VU meter to prototype instrument hitting accuracy indicator.
commit 5fed141db16302c3b3d66b448a510b248e1eca21
Author: Tapio Vierros <tap...@gm...>
Date: Mon Apr 12 21:31:03 2010 +0300
Add an accuracy indicator after solos.
commit a64e3237b3a865651b0730627c0e2b58790375a9
Author: Tapio Vierros <tap...@gm...>
Date: Mon Apr 12 20:48:04 2010 +0300
Easy creation of "pop-up" messages for InstrumentGraph.
commit b2d35c05b062b6e9610ea3428371fc2211dc53dc
Author: Tapio Vierros <tap...@gm...>
Date: Mon Apr 12 20:24:58 2010 +0300
Fix bug causing InputDev always unassigning and thus never throwing NotFound.
commit 5d74a0bb7f6eb2d1f5a04d4e37cb65494d66549b
Author: Tapio Vierros <tap...@gm...>
Date: Mon Apr 12 19:32:01 2010 +0300
Screen_sing's containers now hold InstrumentGraph instead of Guitar/Dance.
commit ebe9b725dbf4ad69ebcb7e48b7c07c2b3862b1b7
Merge: 3776f99baadb0a5c7ec43612e2f9252dbd97594d bb463227d2d07e9a55b9b88ae3f0bb22f38e148b
Author: Tapio Vierros <tap...@gm...>
Date: Mon Apr 12 18:20:07 2010 +0300
Merge branch 'master' into instrumentgraph
Conflicts:
game/guitargraph.cc
commit bb463227d2d07e9a55b9b88ae3f0bb22f38e148b
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun Apr 11 20:23:02 2010 +0200
Today I learned that fixing code could lead to regressions
commit fb7a20a7fecc67aec01189bf664db52fa6e9cf51
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun Apr 11 20:13:27 2010 +0200
Fixed Singstar PAL/NTSC decoding
commit 848bbdabf2506416c187633a40dd788f8a40f041
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun Apr 11 18:25:24 2010 +0200
Fixed segfault in ss_extract on US disks
commit fb9e7003f267d24275b8dcfcbdfac9bf111ce87a
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun Apr 11 18:11:06 2010 +0200
Added US Singstar video support
commit 46e789f2bd67c9f150e28a1471fb2e2207b60a49
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun Apr 11 17:41:12 2010 +0200
Fixed previous commit
commit b828caeac2bbe0bb96e878d79ff982d7599f3b57
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun Apr 11 17:15:14 2010 +0200
Added US Singstar DVD support
commit 826eb5e6e1fca4aa343f5a28a63e32b816e2462b
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun Apr 11 13:22:00 2010 +0200
Added some usefull debug
commit b89d8c72cc3ae98ac1fa1eb54d16d5df755ed56b
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Apr 10 14:46:19 2010 +0200
Fixed copy/paste error disabling drums track mute
commit 5e0ea6cefa869be04cba5f82e3ff43f9b0aa37dd
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Apr 10 10:14:45 2010 +0200
Fixed bug not displaying the notegraph anymore
commit 0481fc1fd165a5a399b991a170f049fe475c35bc
Merge: 1d812673b68b8bbefba757bada9015eac5354e91 5f12b33204db72f06ea5d72e43fba66356b5f399
Author: Xaldyz <xa...@us...>
Date: Fri Apr 9 16:04:01 2010 +0200
Merge branch 'master' of ssh://performous.git.sourceforge.net/gitroot/performous/performous
commit 1d812673b68b8bbefba757bada9015eac5354e91
Author: Xaldyz <xa...@us...>
Date: Fri Apr 9 16:03:07 2010 +0200
Fixed pratice text under Windows
commit 5f12b33204db72f06ea5d72e43fba66356b5f399
Author: Vincent Le Ligeour <yo...@us...>
Date: Fri Apr 9 10:43:19 2010 +0200
Moved more member of the Song structure to the VocalTrack structure
commit ef9edb05ca8f85b6488dba20648f95f53089efab
Author: Vincent Le Ligeour <yo...@us...>
Date: Fri Apr 9 01:52:09 2010 +0200
Cleaned instrument track names
commit 4e0cc6d201b697e8d84950f4afdfb931ff22b2dc
Author: Vincent Le Ligeour <yo...@us...>
Date: Fri Apr 9 01:02:03 2010 +0200
Merged all that is related to vocals inside a song to a single struct (path to the duet and harmonics)
commit 9c3d23ba5e117cd17a566c1b511da7b17dc775aa
Author: Vincent Le Ligeour <yo...@us...>
Date: Thu Apr 8 15:45:54 2010 +0200
Added midi time signature event management
commit a6abb22c35a3f9c4311d88e074bdf3696639a746
Author: Vincent Le Ligeour <yo...@us...>
Date: Tue Apr 6 20:23:12 2010 +0200
Fixed end of line typo
commit 92ffeb0d66608bdaa44320fd14c9c72f9ccafdfe
Author: Xaldyz <xa...@us...>
Date: Tue Apr 6 02:01:37 2010 +0200
Updated Italian translation
commit c9695e39b061bfffea6ee9274f027c11f11a9e83
Author: Vincent Le Ligeour <yo...@us...>
Date: Mon Apr 5 12:36:32 2010 +0200
Fixed filtering by instrument not being displayed when no song is found
commit c8ae1145a2f3ae92d922b6103a128743b77d7302
Author: Miguel Sánchez de León Peque <msd...@gm...>
Date: Mon Apr 5 11:47:54 2010 +0200
Updated Spanish Translation.
commit b0345a8a4f4ae3bc91b0079cb878d86bc8aaaf40
Author: Vincent Le Ligeour <yo...@us...>
Date: Mon Apr 5 10:34:00 2010 +0200
Fixed dance-only tracks no cover image
commit 8899bc3c6c28d30a79f54f9729359989e42c1467
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Apr 3 12:58:35 2010 +0200
Used Window object from within screen manager (used elsewhere, either totally remove or use it when we can)
commit e07e05e8de8644e7ce280fe3d1e48b55d84fc65d
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Apr 3 12:46:39 2010 +0200
Fixed some typo
commit a967dfff556b9852cef3655088fb19243e68ec24
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Apr 3 12:28:26 2010 +0200
Updated French translation
commit 70b1fc4dcbe17bc6839bef8a84eb3fef6fcf700a
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Apr 3 11:16:40 2010 +0200
Updated gentoo ebuild and removed debug message
commit d174cdb188a2c55957861a1d3c485091f1c6e903
Author: Tapio Vierros <tap...@gm...>
Date: Wed Mar 31 20:48:12 2010 +0300
Hack a better score display for lone instrument player.
commit 0c2c6f693dd3c0141ed05066f6079e7a4961305e
Author: Vincent Le Ligeour <yo...@us...>
Date: Tue Mar 30 23:53:07 2010 +0200
Fixed some UltraStar files misdetected as Stepmania files (reported by duke42)
commit 61587646fa32eb0f3d41c96e319bd6e66b5e1a58
Author: Vincent Le Ligeour <yo...@us...>
Date: Tue Mar 30 23:44:30 2010 +0200
Enhanced song parser exception message
commit 9df0c6037708637765101091cfbab562a1024bee
Author: Vincent Le Ligeour <yo...@us...>
Date: Mon Mar 29 01:24:47 2010 +0200
Fixed Windows installation file list (missing theme files)
commit 3776f99baadb0a5c7ec43612e2f9252dbd97594d
Author: Tapio Vierros <tap...@gm...>
Date: Fri Mar 26 19:49:10 2010 +0200
InstrumentGraph: contains shared stuff from dance- and guitargraph.
commit 13a5d0ccee553a62b3937f1bc1ac482098f23a57
Author: Tapio Vierros <tap...@gm...>
Date: Fri Mar 26 18:54:17 2010 +0200
Tweak instrument score display.
* Lower to avoid clashing with lyrics in 16:9 aspect ratio.
* Streak counter to the same side as scores and more neutral in color.
commit 8596613a16216a294b99ce8e6513c1531d8a90f9
Author: Lasse Karkkainen <tro...@tr...>
Date: Fri Mar 19 15:36:19 2010 +0200
Better handling of Ctrl+C (allow killing the program even if something hangs).
commit c8b11ddcc6cb383dcfe9af462c645a37a4fc83b3
Author: Vincent Le Ligeour <yo...@us...>
Date: Wed Mar 17 10:42:16 2010 +0100
Added left-handed feature request
commit 348347f093dc97fc55f19f376dfac5ab9445b67c
Author: Vincent Le Ligeour <yo...@us...>
Date: Tue Mar 16 15:48:36 2010 +0100
Added a bug to the TODO
commit 5a7532963937c2b2eec04860963ee1d3baeda3b6
Merge: 3769cd192f64f476e6b5550f4eaa6b162a4572ab baac6e7535a66f3c79b49eebdbd0b50d3cee56d7
Author: Lasse Karkkainen <tro...@tr...>
Date: Mon Mar 15 14:54:28 2010 +0200
Merge branch 'master' of ssh://git.performous.org/gitroot/performous/performous
commit 3769cd192f64f476e6b5550f4eaa6b162a4572ab
Author: Lasse Karkkainen <tro...@tr...>
Date: Mon Mar 15 14:53:23 2010 +0200
Revert guitar/bass/drumnecks to the old versions before th3pr0ph3t theme patch.
commit baac6e7535a66f3c79b49eebdbd0b50d3cee56d7
Author: Tapio Vierros <tap...@gm...>
Date: Mon Mar 15 14:51:19 2010 +0200
Drum fill's end note is grey until acceptable.
commit 0a18697570f3ed175c079286caaca1f83cb2049d
Merge: 4cb0dbf66aa588b7d38f70ab175f8fceea4c4cbe 8608a2ea436a51ace97bc68cabe44c00def291ba
Author: Miguel Sánchez de León Peque <msd...@gm...>
Date: Mon Mar 15 12:28:53 2010 +0100
Merge branch 'hiscore_in_songbrowser'
commit 4cb0dbf66aa588b7d38f70ab175f8fceea4c4cbe
Author: Tapio Vierros <tap...@gm...>
Date: Mon Mar 15 12:08:48 2010 +0200
I18n to "no hiscore", update FI translation.
commit 8608a2ea436a51ace97bc68cabe44c00def291ba
Author: Tapio Vierros <tap...@gm...>
Date: Mon Mar 15 12:00:30 2010 +0200
Tweaks to hiscrore in songbrowser.
* Allow starting song in hiscore mode.
* Fix broken scrolling-by-one.
* Refactor bounds-check (move to one place, easier to understand).
commit 7283e6a12cd19ebd54b228d9036bc969a4ba6f28
Author: Miguel Sánchez de León Peque <msd...@gm...>
Date: Mon Mar 15 02:40:54 2010 +0100
Fixed last bug. Performous wont crash while scrolling hiscores.
commit 80c3a1cfd5b11f5ceee9c539828f1691508a7129
Author: Miguel Sánchez de León Peque <msd...@gm...>
Date: Mon Mar 15 00:47:48 2010 +0100
Clean up. Bug is not solved.
commit 9f2754676bd24c0502db70467e38b06b10dcb8ec
Author: Miguel Sánchez de León Peque <msd...@gm...>
Date: Sun Mar 14 20:26:57 2010 +0100
Hiscores displayed in screen_songs.
Music is not interrupted.
No more than 5 hiscores can be displayed at a time, but you do can navigate through them using UP and DOWN arrows.
commit 81ed6d3f8d63ca1cd78cc6c80c098e6a44d892a1
Author: Lasse Karkkainen <tro...@tr...>
Date: Sun Mar 14 12:05:20 2010 +0200
Fix failvolume (need testing).
commit 5b25b2cc5f730f374977947eb031765541a53386
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Mar 13 13:34:06 2010 +0100
Fixed FoF midi delay
commit 4a637ae11abdc13b1da1bfb003595f17d0f08e97
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Mar 13 10:52:32 2010 +0100
Fixed locale folder
commit 38aefb8366f9437049738f79d88a59d70dec69e0
Author: Vincent Le Ligeour <yo...@us...>
Date: Sat Mar 6 12:05:11 2010 +0100
Added Boost 1.42 detection, added ini delay key
|