326 (edited by unsigned char* 2015-04-09 06:13:15)

Re: [CLIENT] H-Client v4.0.3

Client updated! added the feature wink, improve auto-update, fixed some issues with particles.. and other minor stuff in the editor.

--------------------------

Working in Map Editor... added full featured time line!
https://youtu.be/EIubgODmKrI

--------------------------

Still working on new features for mappers... https://youtu.be/iLJXLAp2YLY

And if you active "View Info"....
http://dl.dropboxusercontent.com/u/30566237/imgs/hclient-envsnew.png

327

Re: [CLIENT] H-Client v4.0.3

@unsigned char*
work on my idea for virtual keyboard when you press chat : https://www.teeworlds.com/forum/viewtop … 84#p111084

328

Re: [CLIENT] H-Client v4.0.3

Omg, that's a damn awesome feature there you are working on, unsigned char* big_smile

Teeworlds [ friends ] clan
Some YouTube Stuff about Teeworlds

329

Re: [CLIENT] H-Client v4.0.3

@babak2010
I can understand why asian ppl need a keyboard with "ascii" values.... but it need special keys  (CTRL, ALT, SPACE, ...)?

@jxsl13
Thx! smile all started with your suggestion xD

Now are stored only few points ^^ (can be configure with a variable)
*** The algorithm can be improve a lot... and i'm working for it smile
http://dl.dropboxusercontent.com/u/30566237/imgs/hclient-new-envs.png

330 (edited by babak2010 2015-04-10 19:23:03)

Re: [CLIENT] H-Client v4.0.3

@unsigned char*
NO, you just make it for 2 language English and another, switchable with Alt+shift between both , I mean ppl can type LTR & RTL , so we have one keyboard switchable between 2language like this :

PunBB bbcode test

English have Capital chatacters like E & e , but Persian haven't Capital characters but in Persian we have Sticky letters like سـ or تـ ..... its like English for type this we use hold Shift (like capital in English).

for example :  see the (A) button in pic , that have Persian letter too I mean (ش) see pic , so when we hold shift and press (A) button we will have Sticky letter -> (شـ)

331

Re: [CLIENT] H-Client v4.0.3

It works the same for easter asian language, they just switch between roman letters and the other ones.
I'm not sure what's the use of a virtual keyboard though.

Not Luck, Just Magic.

332 (edited by unsigned char* 2015-06-10 20:44:27)

Re: [CLIENT] H-Client v4.0.3

The project of TW Map Editor for Android is alive again! xD

Now uses the "native" teeworlds network implementation... all modders can use the app listen the messages:

    NetMessage("SvAn_TileModif", [
        NetIntAny("m_X"),
        NetIntAny("m_Y"),
        NetIntAny("m_Group"),
        NetIntAny("m_Layer"),
        NetIntAny("m_Index"),
        NetIntAny("m_Flags"),
    ]),

    NetMessage("ClAn_SaveMap", []),

See new video: https://youtu.be/gZoKvTO-oXk

-------------------------------------------------------

Android APP Released!  --> https://hclient.wordpress.com/download- … r-android/

========================================================================================
========================================================================================

Anybody uses this mod? xDDD perhaps is time to end with this?

333

Re: [CLIENT] H-Client v4.0.3

unsigned char* wrote:

Anybody uses this mod? xDDD perhaps is time to end with this?

Which mod? The map editor?

334

Re: [CLIENT] H-Client v4.0.3

H-Client... i say it because if it have a lot of bugs and anybody report them (only few players... 2 or 3) maybe it's because no one uses the client.. :S

335 (edited by Kirbs 2015-06-11 00:08:16)

Re: [CLIENT] H-Client v4.0.3

unsigned char* wrote:

Anybody uses this mod? xDDD perhaps is time to end with this?

I will use your map editor mod for something, very soon.

no

336 (edited by unsigned char* 2015-06-20 03:27:37)

Re: [CLIENT] H-Client v4.0.3

@Kirby [!Pixlez!] nice! wink i'm still working for make a stable version.. now SFML go to release v2.3.1 and hope that fix the keyboard issue and improve user input handle.

H-Client v3.6.1 Released

Fixed Bugs:
– CLIENT: Possible crash when shows AIM Line
– CLIENT: Possible crash when hook through a tile teleport
– CLIENT: Bad length of AIM Line
– CLIENT: Auto-Download skins causes ugly lags! (limited to ~1KiBps by default)
– EDITOR: Possible crash when uses “draw route” feature

Added:
– Client Hash for DDRaceNetwork timeout protection (auto /timeout) [Thx to DDRaceNetwork Dev Team]
– Inputs always work in freeze [Thx to DDRaceNetwork Dev Team]

Edit: Yes.. two versions in one day... omg! luckily it have Automatic updates.

=========================================== ============ ==== == =

H-Client v3.7 Released!

- FIXED: Check server address when receive packets. (Vanilla Issue #1356)
- ADDED: Now can use SHIFT+TAB in nickname auto-completion (Vanilla Issue #1340)
- ADDED: Now can use F5 for refresh server browser list (Vanilla Issue #1200)
- ADDED: Prediction for SpeedUps, JetPacks, Stoppers (DDRaceNetwork)
- CHANGED: Team Colors (Vanilla Issue #1059)

- Improved minor stuff

========================================== =========== === == =

H-Client v3.8 Released!

- Compressed server info data (serverinfo.tw)
- Improved geolocation manage
- Added a history tab (if master server goes down, this is your tab!)
- Added unicode support for console outout on windows (Vanilla issue #1212)
- Improved sorting algorithms (Vanilla issue #1169)
- Added window highlight on chat messages (Vanilla issue #1305)
- Fixed: Lasers disappear or behave weirdly, if the server is running too long. (Vanilla issue #1157)

337

Re: [CLIENT] H-Client v4.0.3

Last Git version :

Program received signal SIGSEGV, Segmentation fault.
main (argc=1, argv=0x7fffffffdef8) at src/engine/client/client.cpp:2483
2483        pClient->Engine()->InitLogfile();
(gdb) bt
#0  main (argc=1, argv=0x7fffffffdef8) at src/engine/client/client.cpp:2483

338

Re: [CLIENT] H-Client v4.0.3

rand() wrote:

Last Git version :

Program received signal SIGSEGV, Segmentation fault.
main (argc=1, argv=0x7fffffffdef8) at src/engine/client/client.cpp:2483
2483        pClient->Engine()->InitLogfile();
(gdb) bt
#0  main (argc=1, argv=0x7fffffffdef8) at src/engine/client/client.cpp:2483

Bullsh*** it's a happy bug... omg xDD need check it... or perhaps rollback tongue Thx for report!

339

Re: [CLIENT] H-Client v4.0.3

client.cpp:2468

    // init client's interface    pClient->InitInterfaces();

->

    // init client's interface
    pClient->InitInterfaces();

340

Re: [CLIENT] H-Client v4.0.3

rand() wrote:

client.cpp:2468

    // init client's interface    pClient->InitInterfaces();

->

    // init client's interface
    pClient->InitInterfaces();

+9999999999999999999!

Thanks! wink

341

Re: [CLIENT] H-Client v4.0.3

H-Client v3.8.1 Released:

- Fix: Possible crash when join on a server
- Fix: Possible crash when read serverinfo.tw
- Fix: Lost last server saved in serverinfo.tw
- Fix: Bad prediction of "stopper" in DDRaceNetwork Gametypes
- Improve: Map previews now show a minimap
- Other minor stuff...

342

Re: [CLIENT] H-Client v4.0.3

unsigned char* wrote:
- Fix: Possible crash when read serverinfo.tw
- Fix: Lost last server saved in serverinfo.tw

I can't connect to serverinfo.tw via HTTP, is this correct?

343

Re: [CLIENT] H-Client v4.0.3

Thats correct, serverinfo.tw is a local file

I will be banned if I troll again ...

344 (edited by unsigned char* 2015-07-03 21:33:18)

Re: [CLIENT] H-Client v4.0.3

Yeeeep "serverinfo.tw" its a file for store the servers where you joined (ip, join counter, date of last join, win/lost, server country)... perhaps best call it "serverinfo.dat" but with "custom" domains... the problem its the same xDD

P.S: If exists http://tal.com why not http://cual.exe or http://this.bat?

345

Re: [CLIENT] H-Client v4.0.3

serverinfo.log or .cfg would fit teeworlds better, cuz  those extensions are already being used by vanilla.

Teeworlds [ friends ] clan
Some YouTube Stuff about Teeworlds

346

Re: [CLIENT] H-Client v4.0.3

.log or .cfg are for text files... serverinfo.tw is a binary file.... i go to rename it .dat xD

347

Re: [CLIENT] H-Client v4.0.3

Hey,

My hclient crashs 4 times yesterday. Unfortunatly i loose the log but the crashs were always following a msg “[skin] Try to download ****". I already was connected on a server and started moving.
(It was on git a38e6f6)

Btw, i saw Carriage Return in your code, that's not nice hmm

348

Re: [CLIENT] H-Client v4.0.3

rand() wrote:

Hey,

My hclient crashs 4 times yesterday. Unfortunatly i loose the log but the crashs were always following a msg “[skin] Try to download ****". I already was connected on a server and started moving.
(It was on git a38e6f6)

Btw, i saw Carriage Return in your code, that's not nice hmm

Ummm perhaps problems with skin name... now i use "str_sanitize_cc"... what value you have for speed limit?

What you mean with 'Carriage Return in the source'?

Thx! smile

P.S: I see that with 3.8.x can't join on vanilla servers... new version soon! sorry for the inconvenience sad

349

Re: [CLIENT] H-Client v4.0.3

SpeedLimit is 1k

I mean CRLF instead of LF ('\r\n' instead of '\n')
This may come from an editor running on windows.

From this commit in fact : https://github.com/CytraL/HClient/commi … c91c362dce

P.S: I see that with 3.8.x can't join on vanilla servers... new version soon! sorry for the inconvenience

I m only playing on vanilla, and it works…

350

Re: [CLIENT] H-Client v4.0.3

Ok.. i hope that with sanitize fixed the issue (i never get crash with 3.8.1).

I know the CRLF stuff.... now i'm using Eclipse under Linux (UTF-8 | UNIX)... but i open the files with "gedit" or code::blocks and perhaps one of that changes the ending lines :S

And ufffff happy to know that the vanilla issue isn't in 3.8.1 xDD i don't said nothing :B