summaryrefslogtreecommitdiffstats
path: root/src/ui/slider.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-16/+18
|
* Fixed code formattingPiotr Dziwinski2013-05-271-34/+35
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixed includes in ui.Zaba9992012-09-191-3/+2
|
* Merge dev-common and various fixes to achieve compilationPiotr Dziwinski2012-09-151-0/+2
|\ | | | | | | | | | | | | | | - merged changes from dev-common - fixed many compilation errors (CBrain, UI, ...) - temporarily commented out some problematic code (e.g. input bindings) - (partially) fixed #include styling - everything compiles except for CRobotMain, CMainDialog and CStudio
* | added ui/slider.*MichaƂ Konopacki2012-08-201-2/+5
| |
* | * changes to ui classeserihel2012-08-171-39/+36
|/
* Whitespace and language changePiotr Dziwinski2012-06-261-81/+81
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-6/+5
| | | | | | | | | - changed FPOINT to Math::Point and some functions from math module to the new implementation - moved old function and FPOINT struct declarations to math3d.cpp - removed some unused functions in math module - fixed some #include dependencies - moved #define STRICT and #define D3D_OVERLOADS to compile options
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-7/+7
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-5/+3
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+84