Konrad Kuśnierz
88e271c4ad
Minor GMP typos
2019-03-09 23:55:07 +01:00
Konrad Kuśnierz
c9845a36fc
Support for OpenSSL with a fallback to GMP
2019-03-09 23:21:02 +01:00
Konrad Kuśnierz
1c8cea513c
Fix setBuffer of the OutputMessage class
2019-03-06 14:48:46 +01:00
Konrad Kuśnierz
92532a958e
Merge pull request #967 from EgzoT/EgzoT-OutputMessage_setBuffer_2
...
Add setBuffer() method to OutputMessage class
2019-03-06 14:46:24 +01:00
Konrad Kuśnierz
ef8fa2472c
Merge pull request #1001 from divinity76/patch-2
...
OpenSSL >= 1.1.0 compatibility
2019-03-06 14:30:20 +01:00
Konrad Kuśnierz
8b8e7312ea
Fix code style
2019-03-06 09:41:37 +01:00
Konrad Kuśnierz
fd3db800fe
Fix default init of BIGNUM to nullptr
2019-03-05 09:29:13 +01:00
Konrad Kuśnierz
9186ac5321
Follow OTClient code style
2019-03-05 00:44:18 +01:00
Konrad Kuśnierz
33b60e842f
Merge pull request #966 from diath/msvc_fixes
...
Silence Windows SDK warnings when building with MSVC
2019-01-16 13:57:30 +01:00
divinity76
79e31cb041
OpenSSL >= 1.1.0 compatibility
...
OpenSSL did some otclient-breaking changes around 1.1.0,
this patch should work on both < and >= 1.1.0
2018-12-06 00:51:16 +01:00
Daniel Speichert
dc729d9846
Fix formatting
2018-07-16 08:47:31 -04:00
Daniel Speichert
271790d22e
Upgrade vcxproj + fix path to OpenAL from vcpkg
2018-07-15 17:37:36 -04:00
Daniel Speichert
ad769d6614
Fix compilation errors (READ_TIMEOUT, READ_TIMEOUT)
2018-07-15 17:03:21 -04:00
Malizia R
b813508eb7
Fixing a typo
2018-05-09 06:56:14 -03:00
EgzoT
9e9d88f184
Add setBuffer() method to OutputMessage class
2018-04-24 23:21:58 +02:00
Kamil Chojnowski
1bd392aba9
Silence Windows SDK warnings when building with MSVC
2018-04-23 14:33:08 +02:00
EgzoT
4007980c0c
Change outdated compiler name for VS ( #920 )
...
Change "msvc12" compiler name to "Visual Studio [13-17]" for Visual Studio compiler.
Name based on "_MSC_VER" parameter.
2018-02-28 21:48:27 +01:00
Eduardo Bart
2095951e07
Add missing include
2017-11-14 13:59:19 -02:00
Eduardo Bart
aa19f45d94
Fixes to compile on mingw32
2017-11-04 11:05:25 -02:00
Eduardo Bart
c9bc9e327d
Merge pull request #867 from fluidsonic/clang-9
...
fixed clang 9 compile errors in shared_object_ptr
2017-11-04 10:53:46 -02:00
Eduardo Bart
8309fee510
Fix build for mingw-w64
2017-11-04 10:43:57 -02:00
Eduardo Bart
8b161e1a07
Priorize OpenSSL 1.0 in cmake, warning fixes
2017-11-04 09:03:57 -02:00
Kamil Chojnowski
f33a44643f
Fix a missing include
2017-10-31 13:44:38 +01:00
Marc Knaup
a604ea7153
fixed clang 9 compile errors in shared_object_ptr
2017-09-29 23:39:27 +02:00
Jerzy Skalski
1d77d202e6
Change uint to uint32
2017-05-13 13:14:25 +02:00
Jerzy Skalski
90de0dec04
Fix iptostring
...
Fix iptostring bug that blocks access to half of OTSes
2017-05-12 15:47:44 +02:00
Konrad Kuśnierz
c87c450905
Fix #703
2017-05-01 18:15:16 +02:00
Henrique Santiago
8871659b07
Fix image read
2017-04-27 18:47:08 -03:00
Ranieri Althoff
88d0a0a879
Fix misleading indentation
2017-03-27 01:54:35 -03:00
Bruno Minervino
882be286d9
Update copyright year for 2017
2017-01-13 08:47:07 -02:00
Eduardo Bart
a6a50fa162
Merge pull request #744 from ranisalt/copyright-year
...
Update copyright year for 2016
2016-07-10 11:10:43 -03:00
Ranieri Althoff
551f30d32f
Replace deprecated c++11 test with cmake script
2016-07-09 22:51:32 -03:00
Ranieri Althoff
2f1f62a916
Update copyright year for 2016
2016-07-09 22:11:34 -03:00
TheSumm
37f563d3d5
Replaced some tabs with spaces
2015-12-11 01:51:55 +01:00
Konrad Kuśnierz
ec9dafcfdf
Fix #696
2015-12-05 16:23:09 +01:00
Nailson
2f3540c996
Small optimization.
2015-11-30 19:49:21 -03:00
Ranieri Althoff
058b926a94
Replace deprecated function
2015-07-24 20:52:31 -03:00
kenfal
47272519b5
Fix missing loop counter
2015-07-10 21:41:53 -03:00
Eduardo Bart
0c1540e531
Improve multiline text selection, closes #507
2015-06-03 10:51:39 -03:00
Konrad Kuśnierz
6893a5e98a
Optimize UITextEdit rendering
2015-06-03 14:56:43 +02:00
Konrad Kuśnierz
f35c939fc3
Start working on multi-line selection for console
...
Unfortunately UITextEdit is really bad in terms of performance. It
cannot be used as overlying widget (just like in terminal). On the other
hand we could optimize it by rewriting (unfortunately) the whole widget.
There still is a lot of things to do, but for now it is possible to
select several lines of text and copy it using CTRL + C. In order to
make text copyable in context menu it will be required to override
onMousePress (return true).
2015-06-02 19:16:41 +02:00
Ranieri Althoff
944b220c90
Use native optimizations instead of hardcoded defaults
2015-05-25 00:59:39 -03:00
Gabriel Pedro
04b516a1a0
Update copyright for 2015
2015-03-04 10:36:51 -04:00
TheSumm
26fb35fd4d
Fixed major bug
2015-01-18 23:57:19 +01:00
Eduardo Bart
f6fb785cea
Use -O2 in release build
2014-11-05 10:45:28 -02:00
Dominique Verellen
682694cc07
Update graphicalapplication.cpp
2014-09-29 11:28:13 -05:00
BenDol
09d830d02e
Fix build error
2014-08-03 10:10:33 +12:00
BenDol
d7429c201c
Started 1050 implementation and fix ups:
...
* Dat now loads (new animations aren't yet functional).
* Fixed the way we reference client versions.
TODO: Write new animation functionality & find out protocol changes.
2014-08-03 10:02:28 +12:00
BenDol
9e0ddb08e3
More debug prints and avoid null pointer.
2014-07-14 01:56:17 +12:00
BenDol
0f362f80e3
Added easy menu hooking, fixed terminal default size/pos & more:
...
* Added autowalk style option to Minimap style.
* Added onCreate for setting up variables before styling is applied etc.
2014-07-13 22:27:09 +12:00