SoftCoder
|
18020e3f90
|
- added support for xp compatible 32 bit windows builds
|
2015-10-26 15:45:38 -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 |
|
SoftCoder
|
86912ce2a6
|
- added support for vc 2015
|
2015-10-24 22:02:49 -07:00 |
|
SoftCoder
|
897f2b6dd8
|
- code cleanup, property return value and printf
|
2015-10-24 18:45:10 -07:00 |
|
titiger
|
3dedf9e8b9
|
chat with utf8 works ingame too
|
2015-10-25 02:10:14 +01:00 |
|
titiger
|
b5acf03122
|
some code cleanup
commented code removed
|
2015-10-25 02:45:13 +02:00 |
|
titiger
|
f6fa7202d5
|
text input for labels should work in menus
|
2015-10-25 02:27:19 +02:00 |
|
titiger
|
f632e7c9d7
|
input for text labels
|
2015-10-25 00:53:41 +02:00 |
|
titiger
|
30d72c7b3c
|
backspace, tab extension and length calc should work now in chat manager
|
2015-10-25 00:06:29 +02:00 |
|
titiger
|
964c776dcd
|
input of utf8 characters should work in irc chat now
backspace does not work yet and all other places with textinput
are still unchanged
|
2015-10-24 21:33:41 +02:00 |
|
SoftCoder
|
76d41dfc09
|
- attempt to see if IRC chat works better with sdl2 textinput
|
2015-10-24 09:02:23 -07:00 |
|
SoftCoder
|
49ce8e729b
|
- added support for miniupnpc 1.9
|
2015-10-21 18:11:19 -07:00 |
|
SoftCoder
|
6d0592d4ab
|
- attempt to fix bugs related to sdl2 key handling
|
2015-10-17 22:46:42 -07:00 |
|
SoftCoder
|
fb0ac449be
|
- more windows updates for compiling sdl2
|
2015-10-17 21:09:53 -07:00 |
|
SoftCoder
|
92aa2a7e04
|
- updated windows build for sdl2
|
2015-10-17 17:58:25 -07:00 |
|
titiger
|
c402509853
|
no more SDL_WINDOW_RESIZABLE
This gave strange effects with missing parts on the screen
and bad mouse positioning. No more window resize in windowed
mode, likein old MG
|
2015-10-13 02:29:19 +02:00 |
|
SoftCoder
|
45598620fa
|
- additional bugfixes for keyboard entry in sdl2
|
2015-10-08 18:25:28 -07:00 |
|
SoftCoder
|
6707343ac4
|
- fix special keys in sld2 (like arrow key)
|
2015-10-08 17:04:43 -07:00 |
|
titiger
|
8991507526
|
Mouse pointer works a bit better
SDL2 showed native and MG mouse pointer at the same time. Attempt to fix it.
|
2015-10-07 02:14:07 +02:00 |
|
SoftCoder
|
d80ca9e0b2
|
- for now make fullscreen mode ONLY use desktop resolution, all other tries seem buggy in SDL2
|
2015-10-04 20:34:54 -07:00 |
|
SoftCoder
|
9e6e4dd6fe
|
- try to fix fullscreen mode a little better
|
2015-10-04 14:03:12 -07:00 |
|
SoftCoder
|
32f3729f0a
|
- attempt to fix res changage in fullscreen
|
2015-10-04 13:30:17 -07:00 |
|
SoftCoder
|
5b9eccd10b
|
- allow changing resolution in video settings menu
|
2015-10-02 17:27:55 -07:00 |
|
SoftCoder
|
5a29608b9c
|
- attempt to fix keyboard inputs for sdl2
|
2015-10-01 03:40:19 -07:00 |
|
titiger
|
43e1786613
|
Window Title can be set in ini file
" WindowTitle" is an option in ini file now. Default window name is MegaGlest
|
2015-10-01 01:26:18 +02:00 |
|
titiger
|
9dda6b59dc
|
toggle fullscreen/windowed works again
|
2015-09-29 21:37:26 +02:00 |
|
SoftCoder
|
95e5d2782c
|
- bugfix to get proper typed character in sdl2
|
2015-09-29 06:22:54 -07:00 |
|
SoftCoder
|
41ae158a9c
|
- bugfix for sdl2 compile using wrong object
|
2015-09-29 02:13:49 -07:00 |
|
SoftCoder
|
c5b12fa266
|
- remove sdl from deps on ubuntu 12.04 since we compile on travis
|
2015-09-29 02:05:26 -07:00 |
|
SoftCoder
|
b45dcaccf8
|
- try to compile sdl2 on travis
|
2015-09-29 02:01:18 -07:00 |
|
SoftCoder
|
ca879b9ddf
|
- try to get sdl2 on travis
|
2015-09-29 01:53:30 -07:00 |
|
SoftCoder
|
e2eb8ce745
|
- try to add sdl2 to travis
|
2015-09-29 01:41:14 -07:00 |
|
SoftCoder
|
a9ce962f46
|
- update deps file so travis uses sdl2
|
2015-09-28 23:35:00 -07:00 |
|
SoftCoder
|
8e439a2325
|
- got sdl2 branch compiling and game loads
|
2015-09-28 23:28:11 -07:00 |
|
titiger
|
23ea9f6201
|
first steps for sdl2 ( still many compile errors )
|
2015-09-29 01:30:28 +02:00 |
|
filux
|
c84e7f5443
|
probably fixed situation for GCC older than 4.7
|
2015-09-18 20:10:02 +02:00 |
|
filux
|
6ac255095a
|
implemented basic support for SDL2 in cmake files (only); changed a general idea of how and where are showed deprecation warnings
|
2015-09-18 19:17:52 +02:00 |
|
titiger
|
c3e2305e41
|
fixed a null pointer problem in gui
|
2015-09-05 22:46:15 +02:00 |
|
titiger
|
fd8e29c901
|
Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop
|
2015-08-26 22:45:56 +02:00 |
|
filux
|
5afa6c68ba
|
added missing option for lua 5.3
|
2015-08-20 16:52:27 +02:00 |
|
filux
|
617bc9a89e
|
extended support for lua to v5.3; removed some duplicate messages showing up during 'cmake configuration' time
|
2015-08-20 16:43:14 +02:00 |
|
filux
|
7018deef4a
|
added some echo about branch and commit useful for CI
|
2015-07-06 20:16:00 +02:00 |
|
filux
|
08d71327ed
|
collecting also vlc's plugins
|
2015-06-30 19:24:18 +02:00 |
|
filux
|
007e8098a3
|
for some reason recently 'vlccore-dev' is required in debian family
|
2015-06-28 19:52:29 +02:00 |
|
filux
|
455b4731e2
|
even mode fixed dialog code
|
2015-06-28 19:43:10 +02:00 |
|
titiger
|
68ef7471d5
|
reload defaults in headless mode if last player disconnects
If last player disconnects form a headless server the headless loads his defaults
for network games.
|
2015-06-24 12:38:05 +02:00 |
|
filux
|
68cfb32e96
|
fixed configuration for kdialog, added support for yad
|
2015-06-23 22:08:42 +02:00 |
|
filux
|
803526d866
|
blind try to fix libvorbis problems
|
2015-06-23 07:04:05 +02:00 |
|
filux
|
64a749d4cc
|
useful log for creating mini update
|
2015-06-15 22:59:20 +02:00 |
|