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
BenDol
07ac5c27ca
Added some missing lua functions.
2014-07-12 01:03:21 +12:00
Henrique Santiago
72b3403728
Fix filestream read
2014-05-09 18:56:15 -03:00
BenDol
45b41b88bd
Merge branch 'master' of https://github.com/edubart/otclient
2014-04-06 15:29:23 +12:00
BenDol
1baad726ae
Just use g_configs.unload(config) to unload config files.
...
Avoids concurrent modification errors.
2014-04-06 15:29:02 +12:00
Nail
41b2f9b911
Per-pixel transparency.
2014-04-04 12:58:12 -03:00
BenDol
a02c091376
Fix stop crashing with UIWidget::moveChildToIndex.
2014-04-04 11:33:17 +13:00
BenDol
01e6169cfb
Fix to setText method.
2014-04-04 04:49:44 +13:00
BenDol
1074b6b787
Provide the option to suppress lua call in setText
2014-04-03 05:20:35 +13:00
BenDol
3ce37dacbd
Removed onUnload from corelib and added more lua bindings for resources.
2014-04-02 05:20:18 +13:00
BenDol
166eb7614f
Fix accidental cmake changes.
2014-04-02 03:04:10 +13:00
BenDol
8b3f3b11f0
Can now unload a Config by config:unload()
2014-04-02 02:34:12 +13:00
BenDol
2d84fae2c8
Can now create new configs on the fly using: local config = g_configs.create(file)
2014-04-02 01:54:13 +13:00
BenDol
5204e3ac03
Proper termination and initialization of the ConfigManager.
2014-04-02 00:30:17 +13:00
BenDol
547b18db9a
Update copyright for 2014
2014-04-01 18:36:42 +13:00
BenDol
37f9d3e200
Fix building issues.
2014-04-01 18:09:25 +13:00
BenDol
b295053662
Finished stable implementation (as far as tested), still requires more testing.
2014-04-01 16:27:33 +13:00
BenDol
61059e66ec
Started implementing ability to load custom config files (currently unstable).
...
Feel free to help out with this if you like :)
2014-04-01 05:43:31 +13:00