openitg.git
12 years agomore tentative USB matching fixery; replace shorts with uint16_t, to avoid signedness...
Mark Cannon [Tue, 4 Oct 2011 02:47:47 +0000 (22:47 -0400)] 
more tentative USB matching fixery; replace shorts with uint16_t, to avoid signedness issues with casting

12 years agotentative fix for USB matching error
Mark Cannon [Mon, 3 Oct 2011 22:41:15 +0000 (18:41 -0400)] 
tentative fix for USB matching error

12 years agoUpdating songinprogress path to work in arcade and be the same
Carl Myers [Mon, 3 Oct 2011 08:17:28 +0000 (01:17 -0700)] 
Updating songinprogress path to work in arcade and be the same

CR: infamouspat

12 years agofile to mark song in progress
infamouspat [Mon, 3 Oct 2011 07:55:31 +0000 (00:55 -0700)] 
file to mark song in progress

12 years agoadd libtommath and libtomcrypt as includes in build
Pat McIlroy [Mon, 3 Oct 2011 06:52:18 +0000 (23:52 -0700)] 
add libtommath and libtomcrypt as includes in build

12 years agoadd patch data and fix bug in Data dir creation in setup-dev-env.sh
Pat McIlroy [Mon, 3 Oct 2011 06:51:51 +0000 (23:51 -0700)] 
add patch data and fix bug in Data dir creation in setup-dev-env.sh

12 years agoMerge branch 'dev'
Carl Myers [Mon, 3 Oct 2011 01:44:01 +0000 (18:44 -0700)] 
Merge branch 'dev'

12 years agocrypto561 dir BEGONE
infamouspat [Sat, 1 Oct 2011 22:27:48 +0000 (15:27 -0700)] 
crypto561 dir BEGONE

12 years agoUse stabler version of libtommath, replace cryptopp entries in Makefile with libtomcrypt
Patrick McIlroy [Sat, 1 Oct 2011 12:00:39 +0000 (05:00 -0700)] 
Use stabler version of libtommath, replace cryptopp entries in Makefile with libtomcrypt

12 years agoreplace cryptopp with libtomcrypt for PK cryptography
Patrick McIlroy [Sun, 25 Sep 2011 12:31:40 +0000 (05:31 -0700)] 
replace cryptopp with libtomcrypt for PK cryptography

12 years agosetup-dev-env.sh helps devs setup an environment to run home version
Carl Myers [Sun, 25 Sep 2011 06:40:05 +0000 (23:40 -0700)] 
setup-dev-env.sh helps devs setup an environment to run home version

12 years agobuild-home.sh now correctly invokes make without -j
Carl Myers [Sun, 25 Sep 2011 05:26:06 +0000 (22:26 -0700)] 
build-home.sh now correctly invokes make without -j

CR: infamouspat

12 years agoCherry-pick from Wanny/openitg pull request
Patrick McIlroy [Sun, 14 Aug 2011 22:50:03 +0000 (15:50 -0700)] 
Cherry-pick from Wanny/openitg pull request

MusicWheel.cpp /.h:
Added a metrics toggle to swap Random and Roulette

[MusicWheel]
SwapRandomAndRoulette=  0 is default behavior.

Banner.cpp:
Fixed the conditions for ScrollRandom and ScrollRoulette. Their effects were swapped.

OptionRowHandler.cpp:
Added a metrics toggle to display or not the song's meter besides the difficulty name in ScreenPlayerOptions

[ScreenPlayerOptions]
HideMeter= 0 is default behavior (not hiding it)

13 years agofix silly logic in GetNumMachineScores; now we properly count the number of scores...
Mark Cannon [Thu, 28 Apr 2011 02:41:10 +0000 (22:41 -0400)] 
fix silly logic in GetNumMachineScores; now we properly count the number of scores rather than every steps that was played

13 years agocommit more sensible implementation of GetNumMachineScores (untested)
Mark Cannon [Wed, 27 Apr 2011 21:54:56 +0000 (17:54 -0400)] 
commit more sensible implementation of GetNumMachineScores (untested)

13 years agoinitial reverse of ParseSerialNumber and GetGuidFromSerial; untested, but should...
Mark Cannon [Wed, 27 Apr 2011 21:39:56 +0000 (17:39 -0400)] 
initial reverse of ParseSerialNumber and GetGuidFromSerial; untested, but should be harmless for home users.

13 years agoonly define OITG_VERSION if we actually have it; handle the undefined case in the...
Mark Cannon [Sat, 16 Apr 2011 05:40:04 +0000 (01:40 -0400)] 
only define OITG_VERSION if we actually have it; handle the undefined case in the binary

13 years agomove debug serial generation back to where it belongs, removed ProductInfo::GetSerial...
Mark Cannon [Sat, 16 Apr 2011 05:38:54 +0000 (01:38 -0400)] 
move debug serial generation back to where it belongs, removed ProductInfo::GetSerial, fixed GetFullVersionString() not including the name

13 years agoremove unused ProductInfo header
Mark Cannon [Sat, 16 Apr 2011 03:19:17 +0000 (23:19 -0400)] 
remove unused ProductInfo header

13 years agogot rid of the out-of-place camel case, implemented some stuff with the new versionin...
Mark Cannon [Sat, 16 Apr 2011 03:19:04 +0000 (23:19 -0400)] 
got rid of the out-of-place camel case, implemented some stuff with the new versioning system

13 years agoadd quick/dirty hack to skip read-only dirs when opening a file for writing
Mark Cannon [Sat, 16 Apr 2011 03:00:24 +0000 (23:00 -0400)] 
add quick/dirty hack to skip read-only dirs when opening a file for writing

13 years agoadd more complex versioning system for Lua and friends
Mark Cannon [Sat, 16 Apr 2011 02:43:32 +0000 (22:43 -0400)] 
add more complex versioning system for Lua and friends

13 years agochange ProductInfo to a namespace
Mark Cannon [Sat, 16 Apr 2011 01:54:59 +0000 (21:54 -0400)] 
change ProductInfo to a namespace

13 years agofix broken Linux compile on Timer.cpp
Mark Cannon [Sat, 16 Apr 2011 01:54:47 +0000 (21:54 -0400)] 
fix broken Linux compile on Timer.cpp

13 years agoadd LightsDriver_ActorMessage to win32 vs2008 project, fix Timer.cpp so it compiles...
Pat [Wed, 13 Apr 2011 02:49:47 +0000 (19:49 -0700)] 
add LightsDriver_ActorMessage to win32 vs2008 project, fix Timer.cpp so it compiles on win32

13 years agohardcode release info for win32 builds, various fixes for win32 installer
Pat [Wed, 13 Apr 2011 02:02:50 +0000 (19:02 -0700)] 
hardcode release info for win32 builds, various fixes for win32 installer

13 years agoAdding chroot-home.sh to build home version in chroot also
Carl Myers [Mon, 11 Apr 2011 22:22:00 +0000 (15:22 -0700)] 
Adding chroot-home.sh to build home version in chroot also

13 years agoDefine AV_VERSION_INT if it isnt already defined.
August Gustavsson [Mon, 11 Apr 2011 19:00:27 +0000 (21:00 +0200)] 
Define AV_VERSION_INT if it isnt already defined.

13 years agoFixed Error in Profiling code
Carl Myers [Mon, 11 Apr 2011 09:12:38 +0000 (02:12 -0700)] 
Fixed Error in Profiling code

* sadly, still doesn't work.  Doesn't hurt either though, will fix soon.

13 years agoAdding profiling data to USB profile loading
Carl Myers [Mon, 11 Apr 2011 07:01:52 +0000 (00:01 -0700)] 
Adding profiling data to USB profile loading

CR: infamouspat

13 years agoAdded ProfilingTimer, RageLog::ProfileStart, RageLog::ProfileStop
Carl Myers [Mon, 4 Apr 2011 08:31:32 +0000 (01:31 -0700)] 
Added ProfilingTimer, RageLog::ProfileStart, RageLog::ProfileStop

* Implemented high-resolution timer not dependant on gettimeofday
* Added profiling functions to RageLog
* TODO: RageTimer should be replaced with ProfilingTimer eventually
because timers that depend upon gettimeofday break if the system clock
changes, which can happen due to NTP running or a host of other factors.
* TODO: untested on windows, but ought to work.

CR: infamouspat

13 years agoMerge branch 'master' of git@github.com:openitg/openitg
Mark Cannon [Mon, 11 Apr 2011 04:50:01 +0000 (00:50 -0400)] 
Merge branch 'master' of git@github.com:openitg/openitg

13 years agoadded LightsDriver_ActorMessage - broadcasts messages corresponding to the state...
Mark Cannon [Mon, 11 Apr 2011 04:49:47 +0000 (00:49 -0400)] 
added LightsDriver_ActorMessage - broadcasts messages corresponding to the state of each light

13 years agoUGH...
Pat McIlroy [Mon, 11 Apr 2011 03:12:51 +0000 (20:12 -0700)] 
UGH...

13 years agoignore null LightsStates in LightsMapper::GetLightsField
Mark Cannon [Mon, 11 Apr 2011 02:37:03 +0000 (22:37 -0400)] 
ignore null LightsStates in LightsMapper::GetLightsField

13 years agoanti-seizure feature for DDR lights easter egg (caps out around ~350 BPM)
Mark Cannon [Mon, 11 Apr 2011 02:33:45 +0000 (22:33 -0400)] 
anti-seizure feature for DDR lights easter egg (caps out around ~350 BPM)

13 years agoLog ignored invalid actor
Pat McIlroy [Mon, 11 Apr 2011 02:14:35 +0000 (19:14 -0700)] 
Log ignored invalid actor

13 years agouser ability to address invalid/nonexistant actors a.k.a. fix bugzilla ID 3
Pat McIlroy [Mon, 11 Apr 2011 01:55:26 +0000 (18:55 -0700)] 
user ability to address invalid/nonexistant actors a.k.a. fix bugzilla ID 3

13 years agoOnly show songs from cache if they have an actual music file available
Pat McIlroy [Sun, 10 Apr 2011 22:32:14 +0000 (15:32 -0700)] 
Only show songs from cache if they have an actual music file available

13 years agoredundancy fixup
Pat [Fri, 8 Apr 2011 06:36:04 +0000 (23:36 -0700)] 
redundancy fixup

13 years agoAllow new users with USB cards who do not have high scores to enter their name
Pat [Mon, 4 Apr 2011 01:35:29 +0000 (18:35 -0700)] 
Allow new users with USB cards who do not have high scores to enter their name

13 years agoRemove precompiled headers until we get it working again, remove most useless #includ...
Pat [Sun, 3 Apr 2011 22:04:20 +0000 (15:04 -0700)] 
Remove precompiled headers until we get it working again, remove most useless #include ever in StdString.h

13 years agoAdd USBDriverImpl stuff to vcproj
infamouspat [Sat, 2 Apr 2011 04:00:59 +0000 (21:00 -0700)] 
Add USBDriverImpl stuff to vcproj

13 years agoAdded one more case to detect lua 5.1. Fixed avformat API breakage for
August Gustavsson [Wed, 30 Mar 2011 09:33:17 +0000 (11:33 +0200)] 
Added one more case to detect lua 5.1. Fixed avformat API breakage for
versions > 52.67.0

13 years agoUpdated ReleaseNotes.txt
Carl Myers [Mon, 28 Mar 2011 20:56:40 +0000 (13:56 -0700)] 
Updated ReleaseNotes.txt

13 years agoadd patch data the proper way in win32 installers, keep product name as just "OpenITG...
infamouspat [Mon, 28 Mar 2011 03:08:41 +0000 (20:08 -0700)] 
add patch data the proper way in win32 installers, keep product name as just "OpenITG" in installer

13 years agoAdd DLL files to source control, change win32-related code to use ProductInfo static...
infamouspat [Sat, 5 Mar 2011 08:08:22 +0000 (00:08 -0800)] 
Add DLL files to source control, change win32-related code to use ProductInfo static class

13 years agoadd global.h to ProductInfo.cpp for win32 precompiled headers (sigh), add stupid...
infamouspat [Sat, 5 Mar 2011 10:19:18 +0000 (02:19 -0800)] 
add global.h to ProductInfo.cpp for win32 precompiled headers (sigh), add stupid frontend hack to show title screen background video in home theme

13 years agoFixed patch script to warn if itg2ac-util missing
Carl Myers [Sun, 27 Mar 2011 20:58:14 +0000 (13:58 -0700)] 
Fixed patch script to warn if itg2ac-util missing

* Fixed patch script to warn if itg2ac-util missing
* Also added comments about the "ITG 2 *" prefix for patches
* Removed code that searches for "OpenITG" prefix for patches
CR: infamouspat

13 years agominor fixups in start-3.sh, updated patch.xml a bit
Mark Cannon [Sat, 26 Mar 2011 20:13:42 +0000 (16:13 -0400)] 
minor fixups in start-3.sh, updated patch.xml a bit

13 years agoadd gen-arcade-patch.sh (tested and working so far), fixes for gen-patch-zip.sh,...
Mark Cannon [Sat, 26 Mar 2011 20:10:26 +0000 (16:10 -0400)] 
add gen-arcade-patch.sh (tested and working so far), fixes for gen-patch-zip.sh, removed old generate-patch.sh

13 years agofixed potential bug - on PC, a dongle decryption error could cause a segfault
Mark Cannon [Sat, 26 Mar 2011 16:55:23 +0000 (12:55 -0400)] 
fixed potential bug - on PC, a dongle decryption error could cause a segfault

13 years agofinally added xterm message on iButton::GetAESKey() failure; tested and working
Mark Cannon [Fri, 25 Mar 2011 23:09:41 +0000 (19:09 -0400)] 
finally added xterm message on iButton::GetAESKey() failure; tested and working

13 years agoiButton::GetAESKey() now returns bool instead of int; functionally the same, but...
Mark Cannon [Fri, 25 Mar 2011 22:34:04 +0000 (18:34 -0400)] 
iButton::GetAESKey() now returns bool instead of int; functionally the same, but less unintuitive conditionals

13 years agoadded gen-patch-zip.sh (which generates an encrypted patch.zip for use with arcade...
Mark Cannon [Fri, 25 Mar 2011 09:22:01 +0000 (05:22 -0400)] 
added gen-patch-zip.sh (which generates an encrypted patch.zip for use with arcade patches and home releases)

13 years agofix potential bug with Iow's last input state not being initialized
Mark Cannon [Fri, 25 Mar 2011 08:12:49 +0000 (04:12 -0400)] 
fix potential bug with Iow's last input state not being initialized

13 years agooptimized Iow and PIUIO processing: use one RageTimer for all input reports in a...
Mark Cannon [Fri, 25 Mar 2011 08:04:53 +0000 (04:04 -0400)] 
optimized Iow and PIUIO processing: use one RageTimer for all input reports in a single update (which shouldn't lose any precision anyway), only report button changes on HandleInput instead of reporting everything, use LightsMapping's GetLightsField() to update lights instead of doing it by hand (so to speak)

13 years agomove RageUtil functions IsBitSet/SetBit to use 0-31 instead of 1-32 (i.e. zero indexi...
Mark Cannon [Fri, 25 Mar 2011 08:02:36 +0000 (04:02 -0400)] 
move RageUtil functions IsBitSet/SetBit to use 0-31 instead of 1-32 (i.e. zero indexing - 0 = MSB, 31 = LSB)

13 years agoadded GetLightsField() to LightsMapper - now it'll generate a bit field from its...
Mark Cannon [Fri, 25 Mar 2011 08:01:11 +0000 (04:01 -0400)] 
added GetLightsField() to LightsMapper - now it'll generate a bit field from its mappings given a LightsState

13 years agoadd 'critical sound' flag to RageSoundParams; should make the sound play at normal...
Mark Cannon [Mon, 21 Mar 2011 20:36:37 +0000 (16:36 -0400)] 
add 'critical sound' flag to RageSoundParams; should make the sound play at normal volume regardless of the current mixer settings. untested (this computer has no sound card)

13 years agoMerge branch 'master' of git@github.com:openitg/openitg
Mark Cannon [Sun, 20 Mar 2011 17:59:16 +0000 (13:59 -0400)] 
Merge branch 'master' of git@github.com:openitg/openitg

13 years agodumb hack for ResolvePath() to only used directory-based file drivers
Pat McIlroy [Sun, 20 Mar 2011 09:35:50 +0000 (02:35 -0700)] 
dumb hack for ResolvePath() to only used directory-based file drivers

13 years agofix crash in the crash handler caused by unconditional CString assignment of Dl_info...
Mark Cannon [Sun, 20 Mar 2011 08:19:18 +0000 (04:19 -0400)] 
fix crash in the crash handler caused by unconditional CString assignment of Dl_info::dli_saddr, which might be NULL

13 years agofix crash in the crash handler caused by unconditional CString assignment of Dl_info...
Mark Cannon [Sun, 20 Mar 2011 08:19:18 +0000 (04:19 -0400)] 
fix crash in the crash handler caused by unconditional CString assignment of Dl_info::dli_saddr, which might be NULL

13 years agoMerge branch 'master' into stable
Carl Myers [Sun, 20 Mar 2011 08:11:09 +0000 (01:11 -0700)] 
Merge branch 'master' into stable

13 years agoadd libusb init calls that it was fine with until a few revisions ago (?_?)
Mark Cannon [Sun, 20 Mar 2011 05:53:07 +0000 (01:53 -0400)] 
add libusb init calls that it was fine with until a few revisions ago (?_?)

13 years agoadd USBDriver_Impl::DeviceExists so we can see if a device exists before trying to...
Mark Cannon [Sat, 19 Mar 2011 23:07:45 +0000 (19:07 -0400)] 
add USBDriver_Impl::DeviceExists so we can see if a device exists before trying to instantiate it

13 years agofix stupid mistake with ITGIO VID/PID matching
Mark Cannon [Sat, 19 Mar 2011 22:53:53 +0000 (18:53 -0400)] 
fix stupid mistake with ITGIO VID/PID matching

13 years agoadd usb_get_driver_np() support in libusb driver, de-magic some numbers
Mark Cannon [Thu, 17 Mar 2011 20:33:15 +0000 (16:33 -0400)] 
add usb_get_driver_np() support in libusb driver, de-magic some numbers

13 years agomore platform-agnostic USBDriver_Impl handling (in the future, we'll rely on libusb...
Mark Cannon [Mon, 14 Mar 2011 21:58:01 +0000 (17:58 -0400)] 
more platform-agnostic USBDriver_Impl handling (in the future, we'll rely on libusb as a fallback for non-*nix systems)

13 years agoadd minor debug to PIUIO, clarify an old comment
Mark Cannon [Mon, 14 Mar 2011 18:29:59 +0000 (14:29 -0400)] 
add minor debug to PIUIO, clarify an old comment

13 years agoadd Makefile for USBDriver_Impl logic
Mark Cannon [Mon, 14 Mar 2011 18:28:42 +0000 (14:28 -0400)] 
add Makefile for USBDriver_Impl logic

13 years agofix stupid mistake, USBDriver_Impl code should work now
Mark Cannon [Mon, 14 Mar 2011 18:28:16 +0000 (14:28 -0400)] 
fix stupid mistake, USBDriver_Impl code should work now

13 years agofix silly linker error with the PIUIO driver
Mark Cannon [Mon, 14 Mar 2011 04:31:55 +0000 (00:31 -0400)] 
fix silly linker error with the PIUIO driver

13 years agoactually handle input in IOW before writing the lights state
Mark Cannon [Mon, 14 Mar 2011 04:30:40 +0000 (00:30 -0400)] 
actually handle input in IOW before writing the lights state

13 years agofix linker errors re virtual tables for USBDriver_Impl and derivatives
Mark Cannon [Sun, 13 Mar 2011 09:51:12 +0000 (05:51 -0400)] 
fix linker errors re virtual tables for USBDriver_Impl and derivatives

13 years agooverhaul of USB I/O to work with arch-based USBDriver, removed reconnection logic...
Mark Cannon [Sun, 13 Mar 2011 09:25:33 +0000 (05:25 -0400)] 
overhaul of USB I/O to work with arch-based USBDriver, removed reconnection logic from ITGIO and PIUIO (handled by the driver now)

13 years agoFixed version logic so version number is embedded in binary
Carl Myers [Sun, 20 Mar 2011 04:17:21 +0000 (21:17 -0700)] 
Fixed version logic so version number is embedded in binary

13 years agoMust wrap std::string with CString for g++ v3.3
Carl Myers [Sat, 19 Mar 2011 23:23:01 +0000 (16:23 -0700)] 
Must wrap std::string with CString for g++ v3.3

Pat says "Fuck you, g++ 3.3"

13 years agomake RageFileManager::ResolvePath() more (in)sane
Pat McIlroy [Sat, 19 Mar 2011 22:12:14 +0000 (15:12 -0700)] 
make RageFileManager::ResolvePath() more (in)sane

13 years agomore cleanup; moved arcade patch data to arcade-patch and patch-dec/* down to patch...
Mark Cannon [Sat, 19 Mar 2011 20:56:39 +0000 (16:56 -0400)] 
more cleanup; moved arcade patch data to arcade-patch and patch-dec/* down to patch-data

13 years agocleanup in assets; removed most of the superfluous/unnecessary game data
Mark Cannon [Sat, 19 Mar 2011 20:22:57 +0000 (16:22 -0400)] 
cleanup in assets; removed most of the superfluous/unnecessary game data

13 years agominor optimizations to Song (use CString& where we don't need a copy, copy explicitly...
Mark Cannon [Thu, 17 Mar 2011 22:18:38 +0000 (18:18 -0400)] 
minor optimizations to Song (use CString& where we don't need a copy, copy explicitly only if we do)

13 years agorecommit changelog that was clobbered in the move
Mark Cannon [Thu, 17 Mar 2011 19:36:54 +0000 (15:36 -0400)] 
recommit changelog that was clobbered in the move

13 years agoadd default pump mappings for PIUIO (untested, but they're definitely the right input...
Mark Cannon [Thu, 17 Mar 2011 19:09:46 +0000 (15:09 -0400)] 
add default pump mappings for PIUIO (untested, but they're definitely the right input bits)

13 years agofix potential crash in PIUIO/ITGIO due to uninitialized guard variable
Mark Cannon [Thu, 17 Mar 2011 19:31:45 +0000 (15:31 -0400)] 
fix potential crash in PIUIO/ITGIO due to uninitialized guard variable

13 years agoremove some dead code from ScreenGameplay, change the default 'Select' keyboard mappi...
Mark Cannon [Thu, 17 Mar 2011 19:09:13 +0000 (15:09 -0400)] 
remove some dead code from ScreenGameplay, change the default 'Select' keyboard mapping to slash (like SM5/sm-ssc use)

13 years agofixed compile error in Player.cpp (sorry about that)
Mark Cannon [Wed, 16 Mar 2011 02:41:20 +0000 (22:41 -0400)] 
fixed compile error in Player.cpp (sorry about that)

13 years agore-fix bug where the timing modifier was listed even with no change; renamed to ...
Mark Cannon [Tue, 15 Mar 2011 21:06:15 +0000 (17:06 -0400)] 
re-fix bug where the timing modifier was listed even with no change; renamed to 'Timing' internally

13 years agorename fJudgeScale to fTimingScale to match PlayerOptions, don't scale holds at all
Mark Cannon [Tue, 15 Mar 2011 21:05:41 +0000 (17:05 -0400)] 
rename fJudgeScale to fTimingScale to match PlayerOptions, don't scale holds at all

13 years agoRemove libcrypto++ from the configure summary for now
Toni Spets [Mon, 14 Mar 2011 18:46:49 +0000 (20:46 +0200)] 
Remove libcrypto++ from the configure summary for now

13 years agoAdd inotify to configure summary
Toni Spets [Sun, 13 Mar 2011 11:20:22 +0000 (13:20 +0200)] 
Add inotify to configure summary

13 years agoMove versioning to configure, test for SSE2 and show a summary
Toni Spets [Sun, 13 Mar 2011 11:13:32 +0000 (13:13 +0200)] 
Move versioning to configure, test for SSE2 and show a summary

* version.h is no longer, configure will take care of setting the version in config.h
* SSE2 is tested in configure, --with-sse2 and --without-sse2 overrides auto detection
* show a summary of detected and used libraries in the end of configure

13 years agoFix controller configuration menu overflow
Toni Spets [Mon, 7 Mar 2011 14:58:29 +0000 (16:58 +0200)] 
Fix controller configuration menu overflow

13 years agoLinux hotplug support with inotify
Toni Spets [Sun, 6 Mar 2011 20:03:55 +0000 (22:03 +0200)] 
Linux hotplug support with inotify

13 years agoRevert "Link against system Crypto++ if available"
Toni Spets [Mon, 14 Mar 2011 17:25:15 +0000 (19:25 +0200)] 
Revert "Link against system Crypto++ if available"

This reverts commit df0fd44dd9cc4f5719e917d141856b4d076112c0.

There is more to it than what I did, arcade signing broke down.

13 years agoAdd automapping for Positive Gaming Impact Dance Pad
Toni Spets [Mon, 7 Mar 2011 15:26:51 +0000 (17:26 +0200)] 
Add automapping for Positive Gaming Impact Dance Pad

13 years agoAdd ALSA to dependencies.txt
Toni Spets [Sat, 5 Mar 2011 06:20:48 +0000 (08:20 +0200)] 
Add ALSA to dependencies.txt

13 years agoUpdate dependencies.txt
Toni Spets [Wed, 2 Mar 2011 18:33:11 +0000 (20:33 +0200)] 
Update dependencies.txt

13 years agoDrop ffmpeg requirements to 0.5.2 (Debian squeeze)
Toni Spets [Wed, 2 Mar 2011 16:14:55 +0000 (18:14 +0200)] 
Drop ffmpeg requirements to 0.5.2 (Debian squeeze)