1. 861dfc5 Make option '-nosound' work on non-x86 platforms by WHR · 6 months ago
  2. 2b966b0 Make it buildable for non-x86 platforms by WHR · 6 months ago
  3. 113eb83 Remove an unnecessary null checking of an array by WHR · 6 months ago
  4. 9ebcdad Make it compatible with QuickC by WHR · 6 months ago
  5. 5cffddb Fix some compatibility issues with older versions of GNU/Linux by WHR · 9 months ago
  6. 24e2f5d Properly display file name with wide-characters if possible by WHR · 9 months ago
  7. 09de21c Port to UNIX by WHR · 9 months ago
  8. df2251e Fix buffer overflow when displaying memory usage by WHR · 9 months ago
  9. c2c432e Add option '/nocolor' by WHR · 10 months ago
  10. f44a93a Restore original cursor shape on exiting by WHR · 10 months ago
  11. 70446e6 Add support for CMSLPT by WHR · 10 months ago
  12. 8bf986c Adjust information display format by WHR · 10 months ago
  13. dce923f Remove ':' from information display by WHR · 10 months ago
  14. 337efe8 Update version string by WHR · 10 months ago
  15. 20eed10 displaying the amount of memory used by the MIDI file by Mateusz Viste · 6 years ago
  16. 1fdcb6d display tracks count on screen, also optimized the areas of screen that are refreshed during play time by Mateusz Viste · 6 years ago
  17. 0752da4 include headers clean up and documentation by Mateusz Viste · 7 years ago
  18. f5df7a1 program version is kept in version.h from now on, and do not need to be passed in function calls by Mateusz Viste · 7 years ago
  19. db80093 color scheme is declared as const instead of static by Mateusz Viste · 7 years ago
  20. f557dc4 micro optimization (saved 16 bytes) by Mateusz Viste · 7 years ago
  21. 35d8a06 the 'format' field displays the actual file format, instead of the midi subtype by Mateusz Viste · 8 years ago
  22. b7f0f87 reorganized the screen so textual data is shown on a 5-line scrolling window, and all the tech data is moved to the right side of the screen by Mateusz Viste · 8 years ago
  23. e60013b fetching more textual data from MIDI files (text events, tracks titles, marker events...) and displaying it on a little scrolling window by Mateusz Viste · 8 years ago
  24. 56b4777 fixed freezing when fed with an empty playlist by Mateusz Viste · 8 years ago
  25. 52e5972 init sound hardware only once, instead of reiniting at every song by Mateusz Viste · 8 years ago
  26. 133d4d7 converted files to CR/LF terminators for wider compatibility by Mateusz Viste · 9 years ago
  27. 296ea7d SB AWE support can be disabled at compile time to avoid bloating the binary, also optimized screen refresh to refresh only notes that actually changed (plays without lagging on my 8086 now) by Mateusz Viste · 9 years ago
  28. ab03b48 video mode 0x02 is reognized as monochrome by Mateusz Viste · 9 years ago
  29. 4986e20 added monochrome mode support (autodetected) by Mateusz Viste · 9 years ago
  30. 0c8850a restoring initial video mode before quit, also prepared future monochrome support by Mateusz Viste · 9 years ago
  31. 01c6495 multiple changes after sourceforge outage - most notably OPL2/OPL3 support, and many bugfixes by Mateusz Viste · 9 years ago
  32. 72019d5 autodetecting AWE cards from BLASTER by Mateusz Viste · 9 years ago
  33. 5f92e95 added TUI error messages by Mateusz Viste · 9 years ago
  34. 3982615 refactored code for better modularity, fixed the percentage bar that wasn't arriving to 100% and volume is retained between songs now by Mateusz Viste · 9 years ago
  35. 1a4b54f added /log=FILE switch and nicer color for the time bar by Mateusz Viste · 9 years ago
  36. b772283 setting volume in software again, reinstated default delay=2ms, improved keyboard reaction times and adjusted documentation by Mateusz Viste · 9 years ago
  37. 02c3077 optimized refresh controls by Mateusz Viste · 9 years ago
  38. adacf5e implemented volume control by Mateusz Viste · 9 years ago
  39. 2cdbeb8 displaying the mpu port number onscreen by Mateusz Viste · 9 years ago
  40. a4a09cf moved development to trunk by Mateusz Viste · 10 years ago