Commit Graph

2438 Commits (1d73421eff1d59efcd7b9c6ebdc2b3800bc29315)

Author SHA1 Message Date
krzys_h 1d73421eff Removed po4a from INSTALL.md
I have no idea why this was still here
2016-02-20 13:10:34 +01:00
Cezary Parkowski 5542b7deb7 Another fixes to sound samples in-code documentation 2016-02-19 17:43:55 +01:00
krzys-h f3820bc81a Fixed using SOUND_CLICK instead of SOUND_NONE, some sound documentation fixes 2016-02-19 17:12:27 +01:00
Cezary Parkowski 42db13ee9e Updated sound samples doCOMMENTation 2016-02-19 16:33:22 +01:00
Tomasz Kapuściński 739f90e38e Reverted changes to OpenGL version detection 2016-02-18 20:51:02 +01:00
krzys-h 0256b1aa39 Add logging in font loading 2016-02-18 18:07:29 +01:00
krzys-h 1b21c387bb Fixed colobot-lint warnings 2016-02-18 12:20:40 +01:00
Tomasz Kapuściński 0ad53cc0d8 Fix compilation error 2016-02-18 01:36:37 +01:00
Tomasz Kapuściński 0eaf3a9ac4 Added rendering modes and shaders to OpenGL 3.3 engine and fixed problem with detecting extensions in core profile 2016-02-18 00:57:37 +01:00
Tomasz Kapuściński 8414ae794d Corrected a mistake in -glprofile argument parsing 2016-02-17 23:04:34 +01:00
krzys-h 5c9bdde587 Fixed lag on saving programs 2016-02-16 12:54:08 +01:00
krzys-h 999b2b85a4 Prevent possible crashes related to not releasing pause 2016-02-16 12:26:52 +01:00
krzys-h a583b5ed1d Fixed another crash with focus pause 2016-02-16 12:26:52 +01:00
Tomasz Kapuściński cc973dab6f Added settings and command line switches to request OpenGL context version and profile 2016-02-15 23:08:56 +01:00
Tomasz Kapuściński 0154af39aa Corrected compilation problem (GL_MAX_FRAMEBUFFER_SAMPLES) 2016-02-15 20:59:09 +01:00
Tomasz Kapuściński 517d6f069a Reimplemented drawing primitives in OpenGL 3.3 engine 2016-02-15 20:31:32 +01:00
Tomasz Kapuściński 79c21f6676 Moved LightLocations to outside of UniformLocations 2016-02-15 20:05:25 +01:00
krzys-h 2b94de44a8 Incresed editor double click time, closes 2016-02-15 19:08:09 +01:00
krzys-h 831eca921b Fixed possible crash with background pause 2016-02-15 19:05:32 +01:00
krzys-h 84e0220ea6 Fix code copy start range, closes 2016-02-14 19:07:16 +01:00
krzys_h 05515d225a Update CONTRIBUTING.md 2016-02-14 16:18:32 +01:00
krzys-h 5e19f598b9 Fix newline at end of file... 2016-02-13 21:37:31 +01:00
krzys-h a3477edc8e Pause game when in background, closes 2016-02-13 21:35:01 +01:00
krzys-h c93fa12552 Fixed TitaniumOre and UraniumOre not being destroyable, closes 2016-02-13 21:15:15 +01:00
krzys-h 9b5d9ed893 Fixed some manual control being allowed in code battles, closes 2016-02-13 21:05:07 +01:00
krzys-h 8ce5c3ab4c Fixed level scale unit not being reset, closes 2016-02-13 20:46:03 +01:00
krzys-h d06516507a Fixed game not being unpaused if you leave code battle without starting, closes 2016-02-13 20:40:23 +01:00
krzys-h 254891d8f1 Save log to file, closes 2016-02-13 20:32:26 +01:00
krzys-h 6dc7d892b7 Fix indentation on copying code, closes 2016-02-13 20:14:34 +01:00
krzys-h 463992b2c1 Fixed ExchangePost info being loaded twice (closes ) 2016-02-13 19:54:56 +01:00
krzys-h 09108499c9 Updated data submodule 2016-02-13 19:49:50 +01:00
krzys-h 8fb13816bf One more code style fix 2016-02-13 14:15:11 +01:00
krzys-h 977607a934 Updated license headers 2016-02-13 14:11:30 +01:00
krzys-h 55412842df Fixed some code style warnings 2016-02-13 13:46:56 +01:00
Tomasz Kapuściński 6b7e6cbc75 Added rendering modes and implemented additional OpenGL 2.1 shaders 2016-02-13 03:54:49 +01:00
Tomasz Kapuściński bf8916b9eb Changes in detection of graphics hardware capabilities 2016-02-12 16:14:29 +01:00
krzys-h c784bd10de Updated data submodule 2016-02-11 19:35:47 +01:00
krzys_h e647500ebf Merge pull request from Erihel/dev
Fix crash related to TTF and PHYSFS
2016-02-11 18:49:11 +01:00
Krzysztof Dermont c780148b77 Fix crash related to TTF and PHYSFS
TTF fonts will be loaded to memory instead of file pointers

Added new class CSDLMemoryWrapper that loads data from PHYSFS into memory block
and closes file after. This closes issues ,  and 
2016-02-11 16:12:16 +01:00
Tomasz Kapuściński b6faadca03 Rewritten OpenGL 2.1 engine's two-sided lighting 2016-02-11 15:04:07 +01:00
Tomasz Kapuściński 32b480b226 Rewritten lighting in OpenGL 2.1 engine 2016-02-10 23:38:49 +01:00
Tomasz Kapuściński 898001e065 Changed CGL33Device requirement to OpenGL 3.2 2016-02-10 22:50:40 +01:00
Tomasz Kapuściński 447b466d6e Optimizations in graphics engines 2016-02-10 21:40:41 +01:00
krzys_h a5ff72e635 Merge pull request from Erihel/dev
3 issues
2016-02-10 20:12:13 +01:00
Krzysztof Dermont 8a0cda1c2a Fix issue
Should be proper fix
2016-02-10 17:06:02 +01:00
Krzysztof Dermont 12e3724319 Implement issue
Add button to open SatCom in main menu
2016-02-10 17:04:26 +01:00
Krzysztof Dermont a611ef3d50 Fix issue
Update text input handling based on focus event
2016-02-10 17:03:37 +01:00
tomangelo2 1fc9186aaf Fixes for issue and 2016-02-09 20:05:04 +01:00
krzys-h bdf99f3de5 Fixed SatCom music not starting with immediat SatCom enabled 2016-02-05 20:38:03 +01:00
Tomasz Kapuściński 91f897057e Another fix for visibility distance 2016-01-31 01:07:34 +01:00