Henrique Santiago
fa3068f6e6
Merge pull request #725 from ottools/master
...
Fix 'getTopMultiUseThing' returning border items. Closes #644
2016-04-11 14:49:51 -03:00
Nailson
d1b26781d3
Fix 'getTopMultiUseThing' returning border items.
2016-04-11 09:42:37 -03:00
Sam
7a8e605704
Minimal 10.91 support
2016-03-03 08:44:26 +01:00
Ahmed Samy
5913cc0fd7
vc12: restore path as I thought they were originally like that
2016-02-08 10:35:00 +02:00
Ahmed Samy
c6f5c5c725
vc12: Fix compilation and also give the compiler more options to use
...
This gives the compiler the opportunity to SSE2 instead of FPU
Also added some options that were necessary.
2016-02-08 10:34:13 +02:00
Sam
2b7e2a45ea
Fix 7.4 walking over items with elevation
2016-01-25 22:19:39 +01:00
BenDol
f024e30753
Fix NPC chat when ignoring private messages.
2016-01-22 16:15:35 +13:00
Sam
408b3c5125
Fix npc message mode
2016-01-20 02:44:13 +01:00
TheSumm
90deb067a6
Added missing message types
2015-12-22 13:06:36 +01:00
Ahmed Samy
39d4a7d842
Merge branch 'master' of https://github.com/Crypton33/otclient
2015-12-15 03:26:43 +02:00
TheSumm
37f563d3d5
Replaced some tabs with spaces
2015-12-11 01:51:55 +01:00
TheSumm
80184a1249
Initial 10.90 support
...
Basic support, I did not check for further protocol changes yet.
2015-12-08 18:25:18 +01:00
Konrad Kuśnierz
ec9dafcfdf
Fix #696
2015-12-05 16:23:09 +01:00
Henrique Santiago
b1a290981c
Merge pull request #695 from ottools/master
...
Small optimization.
2015-11-30 21:47:47 -02:00
Nailson
2f3540c996
Small optimization.
2015-11-30 19:49:21 -03:00
TheSumm
0d8791e1a7
Protocol updates up to 10.82
2015-10-24 17:46:53 +02:00
Sam
d9e8bfff4c
Merge pull request #690 from ottools/master
...
Add 'GameKeepUnawareTiles' feature.
2015-10-06 15:12:37 +02:00
Nailson
d41fe195f4
Add 'GameKeepUnawareTiles' feature.
...
Remove tiles that we are not aware anymore by default.
2015-10-06 00:37:50 -03:00
Konrad Kuśnierz
1686d8081b
Merge pull request #680 from ottools/master
...
Add a flag for idle animation game feature.
2015-08-28 10:07:14 +02:00
Nailson
f1fdbd56e9
Add a flag for idle animation game feature.
2015-08-26 19:49:43 -03:00
Konrad Kuśnierz
ae25dbf6a5
Merge pull request #678 from ranisalt/fix-deprecated-openssl
...
Replace deprecated function
2015-07-25 02:37:50 -05:00
Ranieri Althoff
058b926a94
Replace deprecated function
2015-07-24 20:52:31 -03:00
Konrad Kuśnierz
4591a37844
My bad, wrong function name.
2015-07-19 10:33:55 +02:00
Konrad Kuśnierz
8abefb1505
Fix #601 , fix #599
2015-07-19 10:27:06 +02:00
BenDol
0afbfd58ce
Proper gameinterface load sequence, thanks @Quintinon
...
https://github.com/edubart/otclient/pull/677
2015-07-19 07:08:21 +12:00
BenDol
6c5549dd46
This was already fixed.
2015-07-19 06:48:05 +12:00
Ben Dol
0e0da9ecbf
Merge pull request #654 from crackcomm/market-myoffers
...
Market myoffers + NPC start block
2015-07-19 06:46:33 +12:00
BenDol
7a7f63586f
Fix serverlist issues from previous commit.
...
Was referencing a 'global' variable so a simple check will do.
2015-07-19 06:34:21 +12:00
BenDol
07a2995285
Fix NPC static text and missing SpeakType.
2015-07-19 06:03:19 +12:00
TheSumm
b822e92c0e
Fixed serverlist to ignore invalid settings when loading
2015-07-17 11:22:31 +02:00
Henrique Santiago
0ecf2229e6
Merge pull request #674 from kenfal/master
...
Fix missing loop counter, fixes #673
2015-07-10 21:45:48 -03:00
kenfal
47272519b5
Fix missing loop counter
2015-07-10 21:41:53 -03:00
Konrad Kuśnierz
481adcdc21
Merge pull request #672 from diath/patch-motd
...
Fix last motd number saving
2015-07-06 09:53:50 +02:00
Kamil Chojnowski
78bdf20603
Fix last motd number saving
2015-07-06 07:38:01 +02:00
Sam
0642fb66cd
Merge pull request #671 from ottools/master
...
Fix #664
2015-07-05 18:34:54 +02:00
Nailson
5ef55307f5
Fix #664
2015-07-05 13:05:12 -03:00
Konrad Kuśnierz
b9848f360c
Check for Otc::GameAttackSeq feature
2015-06-21 12:44:19 +02:00
Konrad Kuśnierz
b5a14ddb68
Add context menu option "Select all" for channel
2015-06-04 22:10:05 +02:00
Eduardo Bart
e4302562ff
Change new line from CR LF to LF when copying console text
2015-06-04 12:10:32 -03:00
Konrad Kuśnierz
471b8362e2
ConsoleLabel should not be focusable
...
Avoid scrolling by ensureChildVisible of UIScrollArea
2015-06-04 15:31:15 +02:00
Konrad Kuśnierz
a33fcd19b4
Improve multi-line selection (find bouding children)
2015-06-03 23:00:39 +02:00
Konrad Kuśnierz
7f2f70e1a6
Change signalcall to protectedcall in console
...
Even though they kind of do the same (calling function in protected
mode), @edubart suggested to use a different function for the sake of
readability.
2015-06-03 17:03:49 +02:00
Konrad Kuśnierz
f9d183837a
Add option to save messages from channel
2015-06-03 16:46:49 +02:00
Eduardo Bart
02c6b1b6c7
Missing changes for multiline text
2015-06-03 10:59:28 -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
559e545e36
Few more minor fixes to selection in game console
2015-06-02 22:46:33 +02:00
Konrad Kuśnierz
cf90bb9807
Fix selection
...
Perhaps it would be wise to move widget local variables to some sort of
global variable for each tab.
2015-06-02 20:04:34 +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
Konrad Kuśnierz
34e2fa1d49
Merge pull request #665 from ranisalt/master
...
Use native optimizations instead of hardcoded defaults
2015-05-27 11:12:12 -05:00