filux
3ef7a6c1bc
let's do some tests without time stamp, #83
2015-11-15 10:23:17 +01:00
filux
2b06670b10
linux: improved script for headless servers; other scripts more friendly for mods
2015-11-14 00:13:45 +01:00
SoftCoder
492d821e0b
- small code cleanup
2015-11-12 04:18:08 -08:00
SoftCoder
f97e8d5fc3
- clipboard working now for utf8
2015-11-11 21:52:22 -08:00
titiger
0bbb65fdda
max textlength in chat is calculated on number of character not bytes
2015-11-12 00:03:17 +01:00
titiger
14877da772
Only send the allowed max size of characters(bytes)
2015-11-11 02:19:54 +01:00
titiger
713dbd3003
problems with groups and non multiselect units fixed. ( issue #80 )
...
Now issue #80 should be completly fixed.
2015-11-11 01:25:28 +01:00
filux
0f546567bd
and data archive as 7z for snapshots [ci skip]
2015-11-10 23:37:57 +01:00
filux
f6f05e4b9d
tiny fix for data script [ci skip]
2015-11-10 22:15:36 +01:00
filux
884c11e41d
lets check how those improvements work with jenkins
2015-11-10 21:25:29 +01:00
SoftCoder
02772e9498
- fixed paste behaviour
2015-11-09 16:55:52 -08:00
SoftCoder
93e1d9adcd
- try this if its better for special chars
2015-11-09 15:25:12 -08:00
SoftCoder
8c6050ec6f
- fixed backspace and paste with special characters
2015-11-09 14:55:13 -08:00
SoftCoder
312a4e8a64
- try to fix backspace after doing a paste
2015-11-09 13:22:50 -08:00
titiger
07f46f3f7b
bugfix for ctrl-v
2015-11-09 01:48:26 +01:00
titiger
2b1518103a
Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop
2015-11-09 01:32:20 +01:00
titiger
8d315ba744
first steps for ctrl-v for input
...
Problems remaining:
paste probably iss too long for ( problem for text input labels )
paste is countet as one single input which deletes the whole pasted string
on pressing backspace.
2015-11-09 01:31:24 +01:00
filux
05ca47574d
fix related with 'single install directory' [ci skip]
2015-11-08 22:44:32 +01:00
filux
81df224573
tiny fix for mac [ci skip]
2015-11-08 20:30:37 +01:00
filux
652cf1c5eb
updated .ignore for windows
2015-11-08 19:42:24 +01:00
filux
fe96ce94a8
attempt fo fix compilation mac+jenkins
2015-11-08 15:06:50 +01:00
filux
6b56813281
new parameter for CI
2015-11-08 08:31:40 +01:00
SoftCoder
d3c193a7c8
- g2xml output path consistent with rest of projects
2015-11-07 04:22:07 -08:00
SoftCoder
f25dc505a5
- added w32 binary archive
2015-11-07 04:08:36 -08:00
SoftCoder
db814b7609
- added missing windows project file
2015-11-07 03:22:37 -08:00
SoftCoder
ae6f522917
- fixed win32 script url
2015-11-06 15:18:29 -08:00
Tom Reynolds
232e24cfa6
fix VC2015 deps download URI
2015-11-07 00:13:31 +01:00
filux
8a4ee15e59
Merge branch 'develop' into feature/sdl2
2015-11-05 20:45:53 +01:00
SoftCoder
75aaed1b3d
- changed win64 build to use streflop by default
2015-11-04 17:36:22 -08:00
titiger
fff2de8bd6
Merge branch 'feature/sdl2' of github.com:MegaGlest/megaglest-source into feature/sdl2
2015-11-03 01:59:16 +01:00
titiger
8686d93b94
fixed additional group assign
...
Still missing is handling of units which are not multiselectable.
2015-11-03 01:58:19 +01:00
filux
ef18b0e974
default compiller for mac is Clang when seems like Gcc was oficially killed on mac 10.11+; (killers should be really ashamed by this) hmm maybe we should drop support for whole bsd family?... :D
2015-11-02 20:04:26 +01:00
filux
00eb81a08b
compilation on mac is again possible; this closes #81 [ci skip]
2015-11-02 19:24:46 +01:00
titiger
dbee447a9a
eventSdlKeyDown
...
Give the real SDL_KEYDOWN to the Window/Program states.
This fixes issues with group keys and SDL2.
2015-10-30 01:04:01 +01:00
SoftCoder
b83fab237b
- speed up msvc compile
2015-10-28 22:43:38 -07:00
SoftCoder
8aa7928567
- correct msvc intermediate folders for some projects to avoid compile collisions
2015-10-28 22:34:30 -07:00
SoftCoder
d5edf6f973
- trying to fix issue #71 alt-enter toggle
2015-10-28 16:07:15 -07:00
SoftCoder
09c686f82d
- applied fix for issue #50
2015-10-28 20:01:21 +01:00
SoftCoder
860fd788f2
- fixed issue #75 (map editor file->new refreshes afterwards)
2015-10-28 20:01:03 +01:00
SoftCoder
8499d25bde
- applied fix for issue #50
2015-10-26 20:29:27 -07:00
SoftCoder
952e0a6315
- editor and g3d viewer work in wxwidgets 3.0.2
2015-10-26 19:49:25 -07:00
SoftCoder
88c536a8c6
- fixed issue #75 (map editor file->new refreshes afterwards)
2015-10-26 17:26:42 -07:00
SoftCoder
584b991f5c
- few updates to the msvc 2015 build scripts to fix some issues
2015-10-26 16:37:57 -07:00
SoftCoder
51aa3c5690
Merge branch 'feature/sdl2' of https://github.com/MegaGlest/megaglest-source into feature/sdl2
2015-10-26 15:46:55 -07:00
SoftCoder
18020e3f90
- added support for xp compatible 32 bit windows builds
2015-10-26 15:45:38 -07:00
filux
465e718637
and one more fix for mac
2015-10-26 21:19:31 +01:00
filux
9932920712
few improvements in compilation on mac
2015-10-26 20:56:55 +01:00
SoftCoder
cb456840cd
- added null checks for group selection
2015-10-25 09:14:28 -07:00
SoftCoder
719029358f
- msvc 2015 build script works
2015-10-24 23:48:40 -07:00
SoftCoder
81346ba6b9
- updated msvc 2015 build script to point to new dependency url
2015-10-24 22:41:10 -07:00