2013-01-02 |
Marc Cannon | Also remove 'CustomsLoadMax' pref; it's unhelpful and... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Marc Cannon | Remove prefs for 'AllowExtraPlayerOptions', 'CustomMaxS... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Marc Cannon | Added Lua sandboxing for profile-loaded Lua data. If... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Marc Cannon | Moved Lua versioning globals logic (DiagnosticUtils... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Marc Cannon | Unbreak the OPENITG_VERSION token, which someone broke... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Marc Cannon | Overhaul of ProductInfo: change to const refs, removed... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Marc Cannon | removed what I'm guessing is a debug printf (please... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Marc Cannon | Make configure versioning more name-agnostic, grab... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Marc Cannon | Tell SMO we're SM 3.95; we haven't changed any code... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Marc Cannon | Remove all 'dynamic' driver work to date. This may... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Marc Cannon | Don't consider explicitly read-only paths for file... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Marc Cannon | Never refuse to run due to a missing LoadingWindow... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Marc Cannon | Don't use SSE2 optimisations by default; see note in... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Marc Cannon | Tentative fix for 'couldn't open directory ' issue |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Carl Myers | Updated ReleaseNotes.txt |
commit | commitdiff | tree | snapshot |
2011-03-28 |
infamouspat | add patch data the proper way in win32 installers,... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
infamouspat | Add DLL files to source control, change win32-related... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
infamouspat | add global.h to ProductInfo.cpp for win32 precompiled... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Carl Myers | Fixed patch script to warn if itg2ac-util missing |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Mark Cannon | minor fixups in start-3.sh, updated patch.xml a bit |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Mark Cannon | add gen-arcade-patch.sh (tested and working so far... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Mark Cannon | fixed potential bug - on PC, a dongle decryption error... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Mark Cannon | finally added xterm message on iButton::GetAESKey(... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Mark Cannon | iButton::GetAESKey() now returns bool instead of int... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Mark Cannon | added gen-patch-zip.sh (which generates an encrypted... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Mark Cannon | fix potential bug with Iow's last input state not being... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Mark Cannon | optimized Iow and PIUIO processing: use one RageTimer... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Mark Cannon | move RageUtil functions IsBitSet/SetBit to use 0-31... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Mark Cannon | added GetLightsField() to LightsMapper - now it'll... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Mark Cannon | add 'critical sound' flag to RageSoundParams; should... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | Merge branch 'master' of git@github.com:openitg/openitg |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Pat McIlroy | dumb hack for ResolvePath() to only used directory... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | fix crash in the crash handler caused by unconditional... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | fix crash in the crash handler caused by unconditional... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Carl Myers | Merge branch 'master' into stable |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | add libusb init calls that it was fine with until a... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | add USBDriver_Impl::DeviceExists so we can see if a... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | fix stupid mistake with ITGIO VID/PID matching |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | add usb_get_driver_np() support in libusb driver, de... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | more platform-agnostic USBDriver_Impl handling (in... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | add minor debug to PIUIO, clarify an old comment |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | add Makefile for USBDriver_Impl logic |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | fix stupid mistake, USBDriver_Impl code should work now |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | fix silly linker error with the PIUIO driver |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | actually handle input in IOW before writing the lights... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | fix linker errors re virtual tables for USBDriver_Impl... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | overhaul of USB I/O to work with arch-based USBDriver... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Carl Myers | Fixed version logic so version number is embedded in... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Carl Myers | Must wrap std::string with CString for g++ v3.3 |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Pat McIlroy | make RageFileManager::ResolvePath() more (in)sane |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | more cleanup; moved arcade patch data to arcade-patch... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | cleanup in assets; removed most of the superfluous... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | minor optimizations to Song (use CString& where we... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | recommit changelog that was clobbered in the move |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | add default pump mappings for PIUIO (untested, but... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | fix potential crash in PIUIO/ITGIO due to uninitialized... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | remove some dead code from ScreenGameplay, change the... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | fixed compile error in Player.cpp (sorry about that) |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | re-fix bug where the timing modifier was listed even... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Mark Cannon | rename fJudgeScale to fTimingScale to match PlayerOptio... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Toni Spets | Remove libcrypto++ from the configure summary for now |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Toni Spets | Add inotify to configure summary |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Toni Spets | Move versioning to configure, test for SSE2 and show... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Toni Spets | Fix controller configuration menu overflow |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Toni Spets | Linux hotplug support with inotify |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Toni Spets | Revert "Link against system Crypto++ if available" |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Toni Spets | Add automapping for Positive Gaming Impact Dance Pad |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Toni Spets | Add ALSA to dependencies.txt |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Toni Spets | Update dependencies.txt |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Toni Spets | Drop ffmpeg requirements to 0.5.2 (Debian squeeze) |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Toni Spets | Link against system Crypto++ if available |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Toni Spets | Fix Linux dual head breakage on exit |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Toni Spets | Allow linking against system libresample |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Toni Spets | Fix ffmpeg compatibility, allow building against system... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Carl Myers | Some build-related fixes, dep update |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Toni Spets | Use size_t instead of unsigned int for 64 bit compatibility |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Toni Spets | Link with X11 and Xext when building against Xorg |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Toni Spets | Use intptr_t instead of int for pointer storage |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Toni Spets | Fix invalid use of CString with fprintf |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Toni Spets | Fix build on gcc 4.5 |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Toni Spets | Add sys/stat.h includes where missing |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Carl Myers | Fixed minor bug in generate-patch.sh |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Carl Myers | Added features to the ReleaseNotes.txt for Beta 4! |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Carl Myers | Added startchroot.sh script |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Carl Myers | Documentation updates |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Pat McIlroy | generate-patch: naming scheme, patch.xml manipulation |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Pat McIlroy | fix bug in patch generation script involving binary... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Carl Myers | Adding myself to the credits =D |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Carl Myers | Updated dependencies.txt |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Pat McIlroy | fixed crash causd by passing CString objects to log |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Pat McIlroy | smarter home release generation script, fix syntax... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Pat McIlroy | fix default theme selection in home release |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Pat McIlroy | Add FAQ.txt, ReleaseNotes.txt, and WhoToSue.txt to... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Pat McIlroy | removed redundant Patch-OpenITG.rsa file in patch-data... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Pat McIlroy | home release generation script |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Pat McIlroy | WIP: home and arcade release generation scripts |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Pat McIlroy | lol d4 |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Pat McIlroy | whitespace + c++ fixups |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Carl Myers | Generate ProductInfo based on git info |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Carl Myers | Adding some loose ends to the .gitignore file |
commit | commitdiff | tree | snapshot |
next |