Branch: refs/heads/master
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: f7721431888847c00e652a2f72ebd7e459ea276b
      
https://github.com/Warzone2100/warzone2100/commit/f7721431888847c00e652a2f72ebd7e459ea276b
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/widget/bar.cpp
    M lib/widget/bar.h
    M lib/widget/button.cpp
    M lib/widget/button.h
    M lib/widget/form.cpp
    M lib/widget/form.h
    M lib/widget/label.cpp
    M lib/widget/label.h
    M lib/widget/slider.cpp
    M lib/widget/slider.h
    M lib/widget/tip.cpp
    M lib/widget/tip.h
    M lib/widget/widgbase.h
    M lib/widget/widget.cpp
    M lib/widget/widget.h
    M src/frontend.cpp
    M src/hci.cpp
    M src/hci.h
    M src/intdisplay.cpp
    M src/intelmap.cpp
    M src/multiint.cpp
    M src/multimenu.cpp
    M src/qtscriptfuncs.cpp

  Log Message:
  -----------
  Use std::string instead of QString for all "tip" functionality


  Commit: d54f73e025ad3e8fc23860d6deb2f851d87de1f3
      
https://github.com/Warzone2100/warzone2100/commit/d54f73e025ad3e8fc23860d6deb2f851d87de1f3
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/geometry.h
    M lib/widget/listwidget.h
    M lib/widget/widgbase.h
    M lib/widget/widget.cpp
    M src/intdisplay.cpp

  Log Message:
  -----------
  Replace all core use of QRect with WzRect


  Commit: bf4fc8948bf248db2a70514b7d5bfd3d1590932f
      
https://github.com/Warzone2100/warzone2100/commit/bf4fc8948bf248db2a70514b7d5bfd3d1590932f
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/geometry.h
    M lib/widget/listwidget.cpp
    M lib/widget/listwidget.h

  Log Message:
  -----------
  Replace all core use of QSize with WzSize


  Commit: 0374d1dba1e7f593b1c613123047a81686ee0035
      
https://github.com/Warzone2100/warzone2100/commit/0374d1dba1e7f593b1c613123047a81686ee0035
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    A 3rdparty/utfcpp/README.md
    A 3rdparty/utfcpp/utf8.h
    A 3rdparty/utfcpp/utf8/checked.h
    A 3rdparty/utfcpp/utf8/core.h
    A 3rdparty/utfcpp/utf8/unchecked.h
    A lib/framework/wzstring.cpp
    A lib/framework/wzstring.h
    M lib/widget/button.cpp
    M lib/widget/button.h
    M lib/widget/editbox.cpp
    M lib/widget/editbox.h
    M lib/widget/label.cpp
    M lib/widget/label.h
    M lib/widget/widgbase.h
    M lib/widget/widget.cpp
    M lib/widget/widget.h
    M macosx/Warzone.xcodeproj/project.pbxproj
    M src/challenge.cpp
    M src/frontend.cpp
    M src/hci.cpp
    M src/intdisplay.cpp
    M src/intelmap.cpp
    M src/loadsave.cpp
    M src/mission.cpp
    M src/multiint.cpp
    M src/multimenu.cpp
    M src/multimenu.h
    M src/transporter.cpp

  Log Message:
  -----------
  Replace QString with WzString in Widgets-related code


  Commit: 6d930e2cb03b1b6fdad3b1f79df45e171e7e869b
      
https://github.com/Warzone2100/warzone2100/commit/6d930e2cb03b1b6fdad3b1f79df45e171e7e869b
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/wzstring.h
    M lib/ivis_opengl/bitimage.cpp
    M lib/ivis_opengl/bitimage.h
    M lib/ivis_opengl/pieblitfunc.cpp
    M lib/ivis_opengl/pieblitfunc.h
    M src/frontend.cpp
    M src/hci.cpp
    M src/hci.h
    M src/qtscriptfuncs.cpp

  Log Message:
  -----------
  Replace Qt types in bitimage.cpp (and related)


  Commit: 94e051aa4bcbb949a381facacf3aacbb17cd7198
      
https://github.com/Warzone2100/warzone2100/commit/94e051aa4bcbb949a381facacf3aacbb17cd7198
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    A 3rdparty/json/json.hpp
    A 3rdparty/json/json_fwd.hpp
    M COPYING.NONGPL
    M lib/framework/Makefile.am
    M lib/framework/wzconfig.cpp
    M lib/framework/wzconfig.h
    M lib/framework/wzstring.cpp
    M lib/framework/wzstring.h
    M lib/ivis_opengl/piestate.cpp
    M lib/netplay/nettypes.cpp
    M lib/netplay/nettypes.h
    M lib/script/eventsave.cpp
    M lib/widget/widget.cpp
    M lib/widget/widget.h
    M src/design.cpp
    M src/droid.cpp
    M src/effects.cpp
    M src/feature.cpp
    M src/game.cpp
    M src/intelmap.cpp
    M src/keyedit.cpp
    M src/message.cpp
    M src/multibot.cpp
    M src/multistruct.cpp
    M src/qtscript.cpp
    M src/qtscriptdebug.cpp
    M src/qtscriptfuncs.cpp
    M src/qtscriptfuncs.h
    M src/research.cpp
    M src/researchdef.h
    M src/scriptobj.cpp
    M src/stats.cpp
    M src/statsdef.h
    M src/structure.cpp
    M src/template.cpp

  Log Message:
  -----------
  Replace Qt use in WzConfig (and related changes)

- Use json.hpp (JSON for Modern C++, 3.1.2) to replace QJsonDocument, etc.
- Replace QString, QStringList, etc with C++ types (ex. WzString)
- Replace QVariant with json_variant which replicates its conversion 
functionality
- Expand WzString functionality


  Commit: 6208c96e22ffb307d42436d7cafa2051cdd4b73b
      
https://github.com/Warzone2100/warzone2100/commit/6208c96e22ffb307d42436d7cafa2051cdd4b73b
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/stdio_ext.h
    M lib/framework/wzconfig.h
    M lib/framework/wzglobal.h

  Log Message:
  -----------
  Remove (old) MSVC-specific #defines that break json.hpp compilation

MSVC 2015+ no longer needs these defines (and they break json.hpp compilation)


  Commit: 98eedf3a768772ee279e654d6da6dbd6931acbf3
      
https://github.com/Warzone2100/warzone2100/commit/98eedf3a768772ee279e654d6da6dbd6931acbf3
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/wzconfig.cpp
    M lib/framework/wzconfig.h
    M lib/framework/wzstring.cpp
    M lib/framework/wzstring.h
    M lib/script/eventsave.cpp
    M lib/widget/editbox.cpp
    M src/data.cpp
    M src/effects.cpp
    M src/feature.cpp
    M src/frontend.cpp
    M src/game.cpp
    M src/intdisplay.cpp
    M src/multiint.cpp
    M src/qtscript.cpp
    M src/qtscriptfuncs.cpp
    M src/research.cpp
    M src/research.h
    M src/stats.cpp
    M src/stats.h
    M src/structure.cpp
    M src/structure.h
    M src/template.cpp

  Log Message:
  -----------
  Replace Qt types in game.cpp (and related)


  Commit: 3251b53662fcc825a86b4f846b443e59ad669a29
      
https://github.com/Warzone2100/warzone2100/commit/3251b53662fcc825a86b4f846b443e59ad669a29
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/physfs_ext.h
    M lib/framework/wzconfig.cpp
    M lib/framework/wzconfig.h
    M lib/framework/wzstring.cpp
    M lib/framework/wzstring.h
    M lib/ivis_opengl/imd.h
    M lib/ivis_opengl/imdload.cpp
    M src/effects.cpp
    M src/feature.cpp
    M src/message.cpp
    M src/research.cpp
    M src/stats.cpp
    M src/structure.cpp

  Log Message:
  -----------
  Replace Qt types in imdload.cpp (and related)


  Commit: 992874476d8121be9c10d9924189a9594ea57e7f
      
https://github.com/Warzone2100/warzone2100/commit/992874476d8121be9c10d9924189a9594ea57e7f
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/ivis_opengl/tex.cpp
    M lib/ivis_opengl/tex.h
    M src/qtscriptfuncs.cpp

  Log Message:
  -----------
  Replace Qt types in tex.cpp (and related)


  Commit: 769daec130e45119c490639bff7423bcf5f1b8a9
      
https://github.com/Warzone2100/warzone2100/commit/769daec130e45119c490639bff7423bcf5f1b8a9
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/wzstring.cpp
    M lib/framework/wzstring.h
    M src/research.cpp

  Log Message:
  -----------
  Replace Qt types in research.cpp (and related)


  Commit: b8dff39ddb003115b3008f07a58bd85e8fe1bef6
      
https://github.com/Warzone2100/warzone2100/commit/b8dff39ddb003115b3008f07a58bd85e8fe1bef6
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/frontend.cpp

  Log Message:
  -----------
  Replace Qt types in frontend.cpp


  Commit: ea43f32e71510518b78d70a66adc6152cb8c02c4
      
https://github.com/Warzone2100/warzone2100/commit/ea43f32e71510518b78d70a66adc6152cb8c02c4
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/ivis_opengl/screen.cpp

  Log Message:
  -----------
  Replace Qt types in screen.cpp


  Commit: 322f464ec89a0526376c6b5c6c18ae0bcca5cafb
      
https://github.com/Warzone2100/warzone2100/commit/322f464ec89a0526376c6b5c6c18ae0bcca5cafb
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/intelmap.cpp
    M src/message.cpp
    M src/messagedef.h
    M src/seqdisp.cpp
    M src/seqdisp.h

  Log Message:
  -----------
  Replace Qt types in seqdisp.cpp (and related)


  Commit: c457bea2b6a1d598f6092240b44f400efc9c16f0
      
https://github.com/Warzone2100/warzone2100/commit/c457bea2b6a1d598f6092240b44f400efc9c16f0
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/wzstring.cpp
    M lib/framework/wzstring.h
    M src/intelmap.cpp
    M src/message.cpp
    M src/message.h
    M src/messagedef.h
    M src/qtscriptdebug.cpp
    M src/qtscriptfuncs.cpp
    M src/research.cpp
    M src/scriptfuncs.cpp

  Log Message:
  -----------
  Replace Qt types in message.cpp (and related)


  Commit: 289a5709329e99192baa5f9ed9409f5699d0658c
      
https://github.com/Warzone2100/warzone2100/commit/289a5709329e99192baa5f9ed9409f5699d0658c
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/wzapp.h
    M lib/qtgame/wzapp_qt.cpp
    M lib/sdl/main_sdl.cpp
    M lib/widget/editbox.cpp

  Log Message:
  -----------
  Replace Qt types in wzapp.h (and related)


  Commit: b82213d35e16198043a9ccfbe0928fb1e9a253fd
      
https://github.com/Warzone2100/warzone2100/commit/b82213d35e16198043a9ccfbe0928fb1e9a253fd
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/multiint.cpp
    M src/multiint.h
    M src/qtscript.cpp
    M src/qtscript.h
    M src/qtscriptdebug.cpp

  Log Message:
  -----------
  Replace Qt types in multiint.cpp (and related)


  Commit: 4ccd0d47665f8b913d455abf6e1d23b0aaa73b6a
      
https://github.com/Warzone2100/warzone2100/commit/4ccd0d47665f8b913d455abf6e1d23b0aaa73b6a
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/feature.cpp

  Log Message:
  -----------
  Replace Qt types in feature.cpp


  Commit: 511b8f0f886ba03ff439110d75fa707defa8e3b8
      
https://github.com/Warzone2100/warzone2100/commit/511b8f0f886ba03ff439110d75fa707defa8e3b8
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/init.cpp

  Log Message:
  -----------
  Replace Qt types in init.cpp


  Commit: 74aa40dcd37cf06bc9e238bef7f38ac1ff626e6b
      
https://github.com/Warzone2100/warzone2100/commit/74aa40dcd37cf06bc9e238bef7f38ac1ff626e6b
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/game.cpp
    M src/qtscriptfuncs.cpp
    M src/scriptobj.cpp
    M src/stats.cpp
    M src/stats.h
    M src/structure.cpp
    M src/template.cpp

  Log Message:
  -----------
  Replace Qt types in stats.cpp (and related)


  Commit: 8a5103a444e13b5dbf9cff7ea0486bca8c87db87
      
https://github.com/Warzone2100/warzone2100/commit/8a5103a444e13b5dbf9cff7ea0486bca8c87db87
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/hci.cpp
    M src/hci.h
    M src/qtscript.cpp
    M src/qtscript.h
    M src/qtscriptfuncs.cpp

  Log Message:
  -----------
  Replace Qt types in hci.cpp (and related)


  Commit: 32a1db390f06a8174fdb67900ee175ce8d6b62fa
      
https://github.com/Warzone2100/warzone2100/commit/32a1db390f06a8174fdb67900ee175ce8d6b62fa
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/multibot.cpp
    M src/multistruct.cpp

  Log Message:
  -----------
  Replace Qt types in multibot.cpp, multistruct.cpp


  Commit: f33c89248fc20deb424bf384510c36c47e6250a1
      
https://github.com/Warzone2100/warzone2100/commit/f33c89248fc20deb424bf384510c36c47e6250a1
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/scriptobj.cpp

  Log Message:
  -----------
  Replace Qt types in scriptobj.cpp


  Commit: b3a70dad21642dcfd221b7f89ede1a68f6f697ca
      
https://github.com/Warzone2100/warzone2100/commit/b3a70dad21642dcfd221b7f89ede1a68f6f697ca
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/wzconfig.cpp
    M lib/framework/wzconfig.h
    M src/template.cpp

  Log Message:
  -----------
  Replace Qt types in template.cpp (and related)


  Commit: a5954999dda540baea0c666b6fe34b6a9ad69b87
      
https://github.com/Warzone2100/warzone2100/commit/a5954999dda540baea0c666b6fe34b6a9ad69b87
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M .gitmodules
    A 3rdparty/Makefile.am
    A 3rdparty/utf8proc
    M CMakeLists.txt
    M COPYING.NONGPL
    M Makefile.am
    M configure.ac
    M lib/framework/CMakeLists.txt
    M lib/framework/Makefile.am
    M macosx/Warzone.xcodeproj/project.pbxproj
    M src/Makefile.am

  Log Message:
  -----------
  Add 3rdparty/utf8proc

For Unicode normalization support


  Commit: 65024089661a9ec6d613ca7d119a8d79c9875b5b
      
https://github.com/Warzone2100/warzone2100/commit/65024089661a9ec6d613ca7d119a8d79c9875b5b
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/wzstring.cpp
    M lib/framework/wzstring.h
    M src/multimenu.cpp

  Log Message:
  -----------
  Replace Qt types in multimenu.cpp (and related)


  Commit: b9d5edbbfefb69cbc86e175b37256a281ecf2adf
      
https://github.com/Warzone2100/warzone2100/commit/b9d5edbbfefb69cbc86e175b37256a281ecf2adf
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Tweak .gitignore for Xcode files


  Commit: 44f8c1f33d7cf3e8a1eb8122d97198845d47ab3c
      
https://github.com/Warzone2100/warzone2100/commit/44f8c1f33d7cf3e8a1eb8122d97198845d47ab3c
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/group.cpp

  Log Message:
  -----------
  Replace Qt types in group.cpp


  Commit: ab832c112d8fda158ba188e975f48891ea3444be
      
https://github.com/Warzone2100/warzone2100/commit/ab832c112d8fda158ba188e975f48891ea3444be
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/ivis_opengl/ivisdef.h
    M lib/ivis_opengl/pieblitfunc.h
    M lib/sdl/main_sdl.cpp
    M src/main.cpp
    M src/researchdef.h

  Log Message:
  -----------
  Remove some remaining (unneeded) Qt includes


  Commit: e0a1ec30d4d2056bf736c23a8394b8c03992b4ed
      
https://github.com/Warzone2100/warzone2100/commit/e0a1ec30d4d2056bf736c23a8394b8c03992b4ed
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/wzconfig.cpp
    M lib/framework/wzconfig.h

  Log Message:
  -----------
  Minor tweaks and clean-ups


  Commit: bf1ae30df2539191bd7ef9228586b2b17acafc42
      
https://github.com/Warzone2100/warzone2100/commit/bf1ae30df2539191bd7ef9228586b2b17acafc42
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/qtscript.cpp
    M src/qtscriptfuncs.cpp

  Log Message:
  -----------
  Replace remaining uses of QString-based toStringList()


  Commit: 4b4d03da1a8d9e5e41849862e1d7ed270022f7e3
      
https://github.com/Warzone2100/warzone2100/commit/4b4d03da1a8d9e5e41849862e1d7ed270022f7e3
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/script/eventsave.cpp
    M src/feature.cpp
    M src/feature.h
    M src/game.cpp
    M src/keyedit.cpp
    M src/message.cpp
    M src/message.h
    M src/multiint.cpp
    M src/qtscriptdebug.cpp
    M src/qtscriptfuncs.cpp
    M src/research.cpp
    M src/scriptobj.cpp
    M src/stats.cpp
    M src/structure.cpp
    M src/structure.h
    M src/template.cpp

  Log Message:
  -----------
  Replace some remaining uses of QString-based toString()

Related changes:
- `getViewData` now takes a string reference
- `getStructStatFromName` now takes a string reference
- `getFeatureStatFromName` now takes a string reference
- `getResearchIdFromName` now takes a string reference


  Commit: 49398c44f8d2b794a0d733e0c8e7fd5b83da86b8
      
https://github.com/Warzone2100/warzone2100/commit/49398c44f8d2b794a0d733e0c8e7fd5b83da86b8
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/qtscriptdebug.cpp
    M src/qtscriptfuncs.cpp
    M src/stats.cpp
    M src/statsdef.h

  Log Message:
  -----------
  Replace Qt types in BODY_STATS


  Commit: 1d8801c14912bc4557ffce548d1ee02fd237f010
      
https://github.com/Warzone2100/warzone2100/commit/1d8801c14912bc4557ffce548d1ee02fd237f010
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/netplay/nettypes.cpp
    M lib/netplay/nettypes.h

  Log Message:
  -----------
  Add note to `NETwzstring` regarding encoding

And remove no-longer-used `NETqstring` function (which `NETwzstring` replaces).


  Commit: 1bb09ca839c9686387da3381f8a3c6c5d2976bb2
      
https://github.com/Warzone2100/warzone2100/commit/1bb09ca839c9686387da3381f8a3c6c5d2976bb2
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M src/researchdef.h

  Log Message:
  -----------
  Replace remaining Qt types in researchdef.h


  Commit: 671948aca4039edca2d69fc03bbf1e7a743708dd
      
https://github.com/Warzone2100/warzone2100/commit/671948aca4039edca2d69fc03bbf1e7a743708dd
  Author: past-due <[email protected]>
  Date:   2018-05-12 (Sat, 12 May 2018)

  Changed paths:
    M lib/framework/geometry.h

  Log Message:
  -----------
  Replace WzPoint with glm::ivec2


Compare: 
https://github.com/Warzone2100/warzone2100/compare/5ccdbce94dd3...671948aca403
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Warzone2100-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to