summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_fg
AgeCommit message (Collapse)Author
2014-10-19decruft moreStanislaw Halik
2014-10-19update modules to refactored APIStanislaw Halik
2014-10-14update options apiStanislaw Halik
2014-09-24CRLF -> LF conversion .git/index removalStanislaw Halik
Forgot to do it earlier, hence trash commits in recent days
2014-09-22get rid of evil CALLING_CONVENTION macroStanislaw Halik
2014-09-22win32: all plugins in Windows binary distro updated to new apiStanislaw Halik
2014-07-27rename file so that name makes any senseStanislaw Halik
2014-01-15make all tracker/protocol/filter dialogs non-modalStanislaw Halik
2014-01-05remove settings dialog copypasted all over, losing functionalityStanislaw Halik
2014-01-05change icons, remove self-referencesStanislaw Halik
2013-12-31finish renameStanislaw Halik
2013-12-31fgfs: use settings frameworkStanislaw Halik
2013-12-31meta: get rid of Initialize(), now RAIIStanislaw Halik
2013-10-19Fix proto/filter dtor not being calledStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> Reported-by: mm0zct
2013-10-17change protocol ABI: sprinkle const. ABI BREAKAGE!Stanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-15fix trackers for qt5Stanislaw Halik
Assorted changes: - make filenames unique, since automoc made a boo-boo - adjust include paths, "QtGui" -> "" - use std::shared_ptr in c++11 mode (thanks Patrick!) - make class names unique, automoc sucks, but saves typing - add a dummy class in one file since moronic automoc thinks every target contains Q_OBJECTS!!!
2013-10-08actually fix FG this timeStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-08correct fgfs protocol bitrotStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-09-17proto: Correct visibilityStanislaw Halik
2013-09-15Where did that come from?Stanislaw Halik
2013-09-15Make every tracker/protocol/filter dialog modalStanislaw Halik
This is since changing the tracker/protocol/filter from a combobox will cause a use-after-free and a nasty crash.
2013-09-15Initial PT 1.1 importStanislaw Halik
Codebase broken at this stage
2013-09-14Downcase settings directory. Only affects LinuxStanislaw Halik
2013-09-14Run dos2unix on the tree. No user-facing changes.Stanislaw Halik
2013-09-13Remove per-file version history. Be careful not to touch copyright information.Stanislaw Halik
2013-06-27Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusionStanislaw Halik
Requested-by: mm0zct
2013-06-06Remove dead codeStanislaw Halik
2013-04-29cleanupStanislaw Halik
2013-04-29Rename global settings locationStanislaw Halik
2013-04-29Correct prototypesStanislaw Halik
2013-04-27Remove old way of getting the game name, which had a buffer size cap.Stanislaw Halik
2013-04-27Implement game name in the UI, lost previously due to refactoring.Stanislaw Halik
2013-04-26Cleanup: don't inherit from UI class since it's a member tooStanislaw Halik
2013-04-13Don't use axes as class/struct members. Use an array instead, and iterate ↵Stanislaw Halik
over them where applicable.
2013-04-02Just put everything new in. Conflict resolution will be laterStanislaw Halik
2013-04-02merge continuesStanislaw Halik
2013-03-22Remove .bat files, actually finish rename this timeStanislaw Halik
2013-03-22finish renameStanislaw Halik
2013-03-22Remove VS solutionsStanislaw Halik
2013-03-22Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!!Stanislaw Halik
.git/config: [core] ignorecase = false