Commit graph

623 commits

Author SHA1 Message Date
Niels Martin Hansen c69f347035 Work on #209, tweak audio spectrum scaling
Originally committed to SVN as r554.
2006-11-23 21:43:45 +00:00
Niels Martin Hansen 5c80e6fad2 Fixed #162, subsgrid scrollbar didn't update to to reflect changed line counts in the grid after various operations.
Fixed #171, style storages can no longer be created with illegal filename characters, they are replaced with underscores.

Originally committed to SVN as r553.
2006-11-23 19:08:46 +00:00
Niels Martin Hansen 7b68c13318 Implemented #202 (frame-number in framegrab filenames)
Originally committed to SVN as r552.
2006-11-23 17:26:53 +00:00
Niels Martin Hansen b9a61aaa4f Fixed textbox alignment in fextracker dialog.
Originally committed to SVN as r551.
2006-11-11 01:57:46 +00:00
Niels Martin Hansen 075caa6f33 Fix for Linux not detecting right CPU count didn't compile, fixed.
Started re-layouting the FexTracker config dialog.

Originally committed to SVN as r550.
2006-11-11 01:47:35 +00:00
Niels Martin Hansen 2251867890 Minor fixes for building on Linux.
(Why does wxThread::GetCPUCount like failing?)

Originally committed to SVN as r549.
2006-11-08 23:40:40 +00:00
Fredrik Mellbin b5aa079df8 Inno setup installer script
Originally committed to SVN as r547.
2006-10-28 17:39:50 +00:00
Rodrigo Braz Monteiro 3642fc578e Committed installer bitmaps
Originally committed to SVN as r546.
2006-10-28 15:08:38 +00:00
Rodrigo Braz Monteiro 8746849a98 Commited the license to installer folder.
Originally committed to SVN as r545.
2006-10-28 14:35:21 +00:00
Niels Martin Hansen e75de69783 Patches by Azzy:
- Search for both lua and lua50 libraries (fixes building on Debian/Ubuntu)
- Fix GCC preprocessor failing on version.cpp
Also forgot changelog for last commit

Originally committed to SVN as r541.
2006-10-25 10:33:02 +00:00
Karl Blomster e728c02f30 minor manual fixes.
\fade uses decimal, not hex.
save charset in config.dat is case sensitive.

Originally committed to SVN as r540.
2006-10-24 01:56:46 +00:00
Niels Martin Hansen 407cd603b2 Minor Linux fixes (thanks Azzy)
Originally committed to SVN as r539.
2006-10-23 22:17:27 +00:00
Niels Martin Hansen fc531f7e7f Forgot the changelog
Originally committed to SVN as r538.
2006-10-19 23:23:21 +00:00
Niels Martin Hansen e5ef7b4be2 Various Unicode-related fixes.
Changed some types to lower the amount of int/size_t inconsistencies. This might have introduced some stupid bugs... beware!
Removed old, unused "project file" code. (cleanup)

Fixed bug #195: "Join (as karaoke)" is broken when 2 lines don't follow immediately after another

Implemented feature req #184: Text Only Export

Fixed bug #180: conversion from srt to ass doesn't specify WrapStyle

Implemented feature req #188: highlighting of currently selected style in the styles manager

Originally committed to SVN as r537.
2006-10-19 22:53:06 +00:00
Niels Martin Hansen e3d0a51c81 Removed unused auto4 files.
Originally committed to SVN as r536.
2006-09-20 22:16:53 +00:00
Niels Martin Hansen f7abf13dd5 Text file reader and writer classes now have special cases for Win32, for properly handling Unicode filenames.
Originally committed to SVN as r533.
2006-08-28 20:00:51 +00:00
Niels Martin Hansen 2af4a0c5c8 Originally committed to SVN as r532. 2006-08-28 14:29:12 +00:00
Niels Martin Hansen a6fca3677f Cut off spectrum at 2/3 of nyquist frequency.
Define SPECTRUM_LOGARITHMIC to get decibel scale rather than power in the spectrum (generally less useful, therefore disabled by default).

Originally committed to SVN as r531.
2006-08-27 23:31:20 +00:00
Niels Martin Hansen df964c78cd Rewrote audio spectrum rendering algo
Originally committed to SVN as r530.
2006-08-27 22:29:14 +00:00
Niels Martin Hansen 29961a029e Made most audio spectrum related code multithreaded (automatic number of threads, based on CPU count)
Changed palette for spectrum

Originally committed to SVN as r529.
2006-08-27 19:54:51 +00:00
Rodrigo Braz Monteiro deea37e0ba Fixed loading of sections with unexpected cases.
Originally committed to SVN as r528.
2006-08-26 22:39:05 +00:00
Niels Martin Hansen 0fa1abf273 Drawing parser should be done. Untested.
Originally committed to SVN as r527.
2006-08-24 01:23:12 +00:00
Niels Martin Hansen 4b8d7b4dc8 Updated version.cpp to say 1.11.
Hack to allow loading files with mixed V4 and V4+ style sections.

Originally committed to SVN as r526.
2006-08-24 00:38:49 +00:00
Niels Martin Hansen da0da02ac0 Starting out on a \p drawing editor
Originally committed to SVN as r525.
2006-08-23 22:34:37 +00:00
Rodrigo Braz Monteiro 3c1936cf49 Disabled PRS exporting (for 1.10 release)
Originally committed to SVN as r522.
2006-08-07 21:30:45 +00:00
Karl Blomster 3223f6579c warn about vsfilter bugs
Originally committed to SVN as r521.
2006-08-07 21:21:11 +00:00
Rodrigo Braz Monteiro 36765addf7 Originally committed to SVN as r520. 2006-08-07 20:54:44 +00:00
Rodrigo Braz Monteiro 9e4466b64b Originally committed to SVN as r519. 2006-08-07 20:52:35 +00:00
Rodrigo Braz Monteiro 0a50350c9b New splash
Originally committed to SVN as r518.
2006-08-07 20:35:22 +00:00
Karl Blomster d228c889fe minor last-minute fixes to manual (thanks motokochan)
Originally committed to SVN as r517.
2006-08-07 17:03:50 +00:00
Karl Blomster 2932240f08 hax.
Originally committed to SVN as r516.
2006-08-07 01:05:40 +00:00
Karl Blomster bf51bb93f7 RELEASE VERSION of the docs.
Originally committed to SVN as r515.
2006-08-05 06:40:28 +00:00
Niels Martin Hansen b53614377c Wow, Automation docs finished for this release!
Originally committed to SVN as r514.
2006-08-05 01:31:40 +00:00
Karl Blomster f741a90d11 yet more manual fixes... it should be complete now, except for the automation stuff.
but I've said that before, no?

Originally committed to SVN as r513.
2006-08-02 17:10:18 +00:00
Karl Blomster f8c42bbfd2 manual is almost up-to-date, AGAIN
Originally committed to SVN as r512.
2006-08-02 00:32:00 +00:00
Niels Martin Hansen d3a4f9d1c1 More Automation docs updates.
Clarification of the xor function in utils.lua.

Originally committed to SVN as r511.
2006-07-30 21:51:17 +00:00
Karl Blomster 4f2cceb3f5 subattaching guide added!
Originally committed to SVN as r510.
2006-07-25 20:47:20 +00:00
Niels Martin Hansen 32c40c2029 Automation docs update (still unfinished)
Originally committed to SVN as r509.
2006-07-25 17:52:43 +00:00
Karl Blomster 937d82f6c0 Manual finished except FexTracker part. Anyone feeling like contributing?
Originally committed to SVN as r508.
2006-07-21 21:45:26 +00:00
Karl Blomster 98d1873885 more minor manual fixing/editing (work on replacing outdated screenshots is also slowly progressing)
Originally committed to SVN as r507.
2006-07-21 00:29:21 +00:00
Niels Martin Hansen d6a641b5c2 No longer process syllable zero in factorybrews.
Originally committed to SVN as r506.
2006-07-19 20:43:19 +00:00
Rodrigo Braz Monteiro 086a918323 Spanish translation updated by nesukun
Originally committed to SVN as r505.
2006-07-18 23:46:15 +00:00
Karl Blomster 1c2416c507 deleted one obsolete picture
Originally committed to SVN as r504.
2006-07-18 22:30:20 +00:00
Karl Blomster 69f69faf26 So, delaying release, am I?
Manual is now mostly up to date... I hope.

Originally committed to SVN as r503.
2006-07-18 22:29:22 +00:00
Rodrigo Braz Monteiro 3e98bc21de Originally committed to SVN as r502. 2006-07-18 20:03:57 +00:00
Karl Blomster 49b5496bda minor manual updates. more to follow.
Originally committed to SVN as r501.
2006-07-18 03:12:16 +00:00
Rodrigo Braz Monteiro a5fb58b1a9 Originally committed to SVN as r500. 2006-07-16 22:09:46 +00:00
Rodrigo Braz Monteiro 8ff38b8281 Originally committed to SVN as r499. 2006-07-16 21:35:40 +00:00
Rodrigo Braz Monteiro dba744a84a Fixed korean
Originally committed to SVN as r498.
2006-07-16 21:33:05 +00:00
Niels Martin Hansen d4b5bd67f2 Updated Danish translation.
Originally committed to SVN as r497.
2006-07-16 21:14:31 +00:00