- 5f40aac Don't pass NULL to dlclose. Stops the simulator crashing if there's a problem loading a plugin or codec. by Dan Everton · 19 years ago
- 38b7547 Simulators: Fix pointer size vs. int size problems (64bit hosts) in plugin loader and codec loader. by Jens Arnold · 19 years ago
- 37b15d3 Protect against text-mode files in Windows by using open() instead of creat() by Linus Nielsen Feltzing · 19 years ago
- 3e496e3 Reworked player simulator icons to fit the changed charcell scale factor and look more like the actual icons. Adapted player sim display sizes. by Jens Arnold · 19 years ago
- 1064f01 Fix permissions of directories created in the sim. by Dan Everton · 19 years ago
- 3ba0060 Backlight support for 8-bit targets in SDL sim. Redo sound handling. Still doesn't work right, but is closer to how the actual Rockbox system does it. Move some stub functions in to Win32 and X11 sims to keep them compiling. by Dan Everton · 19 years ago
- b585e87 Refactor SDL sim source so drawing routines are written once. Split bitmap, remote, and charcell LCD in to their own files. Add zoom support, use --zoom factor (e.g. --zoom 2 for two times zoom) to use it. by Dan Everton · 19 years ago
- e7c7d9b Bah, O_BINARY is of course Win32 only by Linus Nielsen Feltzing · 19 years ago
- 8599b07 Fixed the codec loading problem in the Win32 SDL simulator by Linus Nielsen Feltzing · 19 years ago
- fc72c53 Patch #1417462 by Dan Everton - Improved SDL simulator by Linus Nielsen Feltzing · 19 years ago
- 60e8f4f First steps towards SDL sim for windows by Linus Nielsen Feltzing · 19 years ago
- 4503b96 Fixed the red builds. by Miika Pekkarinen · 19 years ago
- b8749fd New codec loader, using the same mechanism as the new plugin loader. API version numbering restarted for the new system. Uses the target ID from configure, so don't change that too often. * Fixed sim_plugin_load_ram() to truncate the tempfile. * Reduced plugin buffer size to 512KB for iriver and iPod. by Jens Arnold · 19 years ago
- a790277 Model & version check for simulator plugins. by Jens Arnold · 19 years ago
- 060320b Fix red sim builds - add rtc_read_datetime and rtc_write_datetime functions for the simulator by Dave Chapman · 19 years ago
- ee76cc3 silence picky gcc4 warnings by Daniel Stenberg · 19 years ago
- 74b6af9 Added multi-screen support for quickscreen (mostly rewritten from scratch) and USB screen ; just looking at the hour makes me think it could be buggy by Kevin Ferrare · 19 years ago
- b51f7df Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Charging' for the iriver remote LCD. * Enabled the backlight code for the simulator, and prepared backlight simulation. It's only a stub atm, writing messages to the console window. * Added tick task handling to the simulators for this to work. * Code cleanup in backlight.c, less dead code. by Jens Arnold · 19 years ago
- 3be6cf1 16bit colour support (H300) for the win32 simulator. by Jens Arnold · 19 years ago
- d6c0545 Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively. by Jens Arnold · 19 years ago
- 159c52d Initial voice ui support for software codec platforms. Added also a by Miika Pekkarinen · 19 years ago
- d3fde76 FM radio simulation working again by Linus Nielsen Feltzing · 19 years ago
- e9c0e83 Fixed the simulator. by Miika Pekkarinen · 19 years ago
- eab434c More accurate playback position calculation. by Miika Pekkarinen · 19 years ago
- 3b6a9f3 Fixed the simulator. by Miika Pekkarinen · 19 years ago
- f090dc3 Crossfade (and pcm buffer size) length is now configurable. by Miika Pekkarinen · 19 years ago
- 30b8378 Win32 needs the mode bits for open too. by Magnus Holmgren · 19 years ago
- 05012ac Enable crossfade for simulator. by Miika Pekkarinen · 19 years ago
- febb52f First take at PCM playback in the X11 sim on Linux. by Daniel Stenberg · 19 years ago
- 9872813 introducing H1x0 style grayscale support in the X11 sim by Daniel Stenberg · 19 years ago
- 20b3897 Separated buffering stuff from pcm_playback to pcmbuf. Renamed some by Miika Pekkarinen · 19 years ago
- 645a2e1 Fixed a simulator crash while trying to play a song. Fixed crossfade by Miika Pekkarinen · 19 years ago
- 22c15b7 Simulator stub for remote lcd flip. by Jens Arnold · 19 years ago
- c3b1ece Added dummy function and simulator stub. by Jens Arnold · 20 years ago
- ac31e6a Remote LCD support added to the x11 simulator, take 1. The win32 simulator by Daniel Stenberg · 20 years ago
- b8a23f9e Fixed makefiles for autoconf.g include. by Daniel Stenberg · 20 years ago
- 8a237a8 More audio code restructuring, mostly renaming functions so far by Linus Nielsen Feltzing · 20 years ago
- 2dddde2 remove extra kludge we used to kill warnings on very old mingw cross-compile by Daniel Stenberg · 20 years ago
- bb9dfa0 Simulators: more efficient implementation of sim_filesize(). by Jens Arnold · 20 years ago
- db44dad attempt to kill two annoying win32 cross-compiler warnings by Daniel Stenberg · 20 years ago
- 0bf50f0 adjusted to use the new Make include file to create the SRC variable from by Daniel Stenberg · 20 years ago
- 576d029 Simulator: sim_rename() must not use off_t in the argument for the same reason as sim_lseek(). Removed parentheses around system function names as the function name mangling is done differently with the new build system. by Jens Arnold · 20 years ago
- 399c081 Simulators: lseek() working again for systems with an off_t datatype differing from 'long' (cygwin/x11, maybe others). Removed unused sim_close(). by Jens Arnold · 20 years ago
- 527e121 Win32 simulator also needs open() option mangling by Jens Arnold · 20 years ago
- 7872426 Proper disk statistics for the win32 simulator. by Jens Arnold · 20 years ago
- cf208c5 Killed some simulator warnings; proper plugin error reporting for Win32 simulator. by Jens Arnold · 20 years ago
- ba45411 file.h is not accessible for the simulated-functions files by Daniel Stenberg · 20 years ago
- 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
- 1ceb575 make the proto match the one used in rockbox by Daniel Stenberg · 20 years ago
- 74826dd charcell code only on charcell sims by Daniel Stenberg · 20 years ago
- cdde25b Unified build system to use SOURCES for sim builds too, a single Makefile-look by Daniel Stenberg · 20 years ago
- 99dbd7c Fixed red build... by Björn Stenberg · 20 years ago
- 3d53032 Fixed yellow build by Björn Stenberg · 20 years ago
- cdd236c Wrong filename for directory voice files in the simulator by Linus Nielsen Feltzing · 20 years ago
- c540e82 sim fix for ATA stubs by Jörg Hohensohn · 20 years ago
- d4e5397 Renamed has_new_lcd() to is_new_player(), and got rid of the alias by Jens Arnold · 20 years ago
- 3351905 Removed annoying debug output by Linus Nielsen Feltzing · 20 years ago
- 687793c oops, dear sims, please excuse by Jörg Hohensohn · 20 years ago
- 91f9350 moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM by Jörg Hohensohn · 20 years ago
- 593cc00 a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) by Jörg Hohensohn · 20 years ago
- 6c33c51 Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. by Björn Stenberg · 20 years ago
- 8b69504 Moved LCD_WIDHT/HEIGHT from lcd driver to config file. by Björn Stenberg · 20 years ago
- 0ceaa5e Const policed pointer arguments to functions, part 2 by Jens Arnold · 20 years ago
- f4f4111 Added possibility to select the priority of the ID3 tags by Linus Nielsen Feltzing · 20 years ago
- b1403ee New way of defining menus and options allows to declare them static const, which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller. by Jörg Hohensohn · 20 years ago
- b9a5198 Player LCD simulation no longer writes outside the frame buffer by Linus Nielsen Feltzing · 20 years ago
- 4242a34 Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulator by Linus Nielsen Feltzing · 20 years ago
- b6f67a8 The win32 open() was called with the wrong flags by Linus Nielsen Feltzing · 20 years ago
- afd7421 Added FM radio simulation, with a good station at 99.4MHz by Linus Nielsen Feltzing · 20 years ago
- 74eb642 infrastructure for sorting by date+time, now we "only" need to decide on the UI by Jörg Hohensohn · 20 years ago
- 8586786 Added backlight_off to simulator stubs. by Kjell Ericson · 20 years ago
- 56e6335 Create files with proper permissons on unix/linux, make open() and creat() by Daniel Stenberg · 20 years ago
- 36c9a95 translate from rockbox's open() options to the options used by the host by Daniel Stenberg · 20 years ago
- fb26bfb Fixed VC++ build. by Hardeep Sidhu · 20 years ago
- a6142ab Finally, the archos directory sandbox works in the same way for both X11 and win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. by Linus Nielsen Feltzing · 21 years ago
- e7b2ed9 remove_thread() stubbed for the simulator, but this is a "make it compile" hack. It should rather do the real thing, I just don't know how. by Jörg Hohensohn · 21 years ago
- e8bb31e Added missing newline by Jens Arnold · 21 years ago
- 7ddf0d6 Reworked the time get/set functions by Linus Nielsen Feltzing · 21 years ago
- 99483de talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 extension by Jörg Hohensohn · 21 years ago
- 9568ca6 my usual simulator postfix by Jörg Hohensohn · 21 years ago
- c778aa6 warning and simulator build fix by Jörg Hohensohn · 21 years ago
- 5e4aa64 my usual simulator postfix by Jörg Hohensohn · 21 years ago
- 5495d6e another sim fix, I just _love_ to break these builds by Jörg Hohensohn · 21 years ago
- 78f06b9 missing stub broke the sim build by Jörg Hohensohn · 21 years ago
- 4f36ea8 First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this. by Jörg Hohensohn · 21 years ago
- 73681ff inconsistent argument type for backlight_set_timeout() fixed by Jörg Hohensohn · 21 years ago
- a5e1d06 Upside Down option for display (and buttons) now wired into the display settings menu, persistence, simulator stubs by Jörg Hohensohn · 21 years ago
- 41cfe30 fixed lcd_blit for the (x11) sim by Daniel Stenberg · 21 years ago
- f6ed970 Added FreeBSD support to uisimulator. Patch by Keith Hubbard by Björn Stenberg · 21 years ago
- 3f54121 Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ by Björn Stenberg · 21 years ago
- ffefc5d A bit faster update of Player simulator. by Kjell Ericson · 22 years ago
- c6fb565 most of UI sim patch 708460 from Magnus Holmgren, except the bitmap removal by Jörg Hohensohn · 22 years ago
- 3aeb55f no one ever uses libmad, remove it from our CVS by Daniel Stenberg · 22 years ago
- c4d8d97 The power-saving SLEEP patch by Simon Elén. by Björn Stenberg · 22 years ago
- a9b04be get_time() for sim by Daniel Stenberg · 22 years ago
- ea3d4d5 Implementing Rocklatin for Rockbox player. by Kjell Ericson · 22 years ago
- f1f7b61 ...and the usual simulator corrections by Linus Nielsen Feltzing · 22 years ago
- 4a66327 Some simulator corrections by Linus Nielsen Feltzing · 22 years ago
- 54d5e2c Added a 5 pixel border around the content. Looks better (that's all). by Kjell Ericson · 22 years ago
- b3e41c7 Changed the battery icon so it doesn't clear the inner part of the icon. by Kjell Ericson · 22 years ago