Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement terrain and resource system (#9, #10) #26

Merged
merged 46 commits into from Nov 2, 2018
Merged

Commits on Oct 16, 2018

  1. #9 Add Terrain headerfile

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    2275787 View commit details
    Browse the repository at this point in the history
  2. #9 Basic header setting

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    cfd4fec View commit details
    Browse the repository at this point in the history
  3. #9 Enumclass Implement

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    e989565 View commit details
    Browse the repository at this point in the history
  4. #9 Include Terrain to Tile

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    78b8a38 View commit details
    Browse the repository at this point in the history
  5. #9 Apply Terrain to Tile

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    0b08a46 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bc1b452 View commit details
    Browse the repository at this point in the history
  7. Add TerrainName

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    085051b View commit details
    Browse the repository at this point in the history
  8. Define Terrain structure

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    148ae2e View commit details
    Browse the repository at this point in the history
  9. Replace TerrainCetegory to Terrain

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    28cebb1 View commit details
    Browse the repository at this point in the history
  10. Chage Terrain

    내부 변수들을 수정하고 Getter를 추가하였습니다.
    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    b7cd17e View commit details
    Browse the repository at this point in the history
  11. Update Includes/Resource.h

    코딩 컨벤션에 맞게 수정하였습니다.
    private로 바꾸고 Getter를 추가 하였습니다.
    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    84126a3 View commit details
    Browse the repository at this point in the history
  12. Add Resource.cpp

    Getter를 정의한 파일을 추가하였습니다.
    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    0799b90 View commit details
    Browse the repository at this point in the history
  13. Add Getter to const for Resource

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    61db194 View commit details
    Browse the repository at this point in the history
  14. Add Terrain Getter

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    38f6969 View commit details
    Browse the repository at this point in the history
  15. Add Resource change method

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    54dff26 View commit details
    Browse the repository at this point in the history
  16. Change HexTile

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    8d19eeb View commit details
    Browse the repository at this point in the history
  17. Change Worker signature

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    9177dc4 View commit details
    Browse the repository at this point in the history
  18. All Unit have HexMap pointer

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    b7fd8fe View commit details
    Browse the repository at this point in the history
  19. Fixed Worker Implementation

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    cf8d5b6 View commit details
    Browse the repository at this point in the history
  20. Ghange map singleton

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    b977583 View commit details
    Browse the repository at this point in the history
  21. Change Unit struct

    MagicalLas authored and utilForever committed Oct 16, 2018
    Copy the full SHA
    a04e6d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Delete interface

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    4a1afbd View commit details
    Browse the repository at this point in the history
  2. Change Constructor

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    3ae0ca8 View commit details
    Browse the repository at this point in the history
  3. Change UnitTest

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    30465b4 View commit details
    Browse the repository at this point in the history
  4. Add Resource Constructor

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    f20d97b View commit details
    Browse the repository at this point in the history
  5. Change Terrain method const

    줄정리도 하였다.
    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    cc84e5f View commit details
    Browse the repository at this point in the history
  6. FIx testcase

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    92de099 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    fb32c0f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    760571e View commit details
    Browse the repository at this point in the history
  9. Add testcase

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    cc467e9 View commit details
    Browse the repository at this point in the history
  10. Fix HexTile Constructor

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    d687827 View commit details
    Browse the repository at this point in the history
  11. Fix Resource

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    1f130c7 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    f5be924 View commit details
    Browse the repository at this point in the history
  13. Delete unused field

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    c4ac029 View commit details
    Browse the repository at this point in the history
  14. Update .gitmodules

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    3dd8428 View commit details
    Browse the repository at this point in the history
  15. Fix Modules Error

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    7cd2c92 View commit details
    Browse the repository at this point in the history
  16. Fix Error

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    26911e6 View commit details
    Browse the repository at this point in the history
  17. Fix Error Worker::Build

    MagicalLas committed Oct 29, 2018
    Copy the full SHA
    e1ac189 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Change Variable Name

    MagicalLas committed Nov 2, 2018
    Copy the full SHA
    80350b6 View commit details
    Browse the repository at this point in the history
  2. delete temp gitmodule

    MagicalLas committed Nov 2, 2018
    Copy the full SHA
    00450b9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bfa54ac View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    85706b6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a3a6367 View commit details
    Browse the repository at this point in the history
  6. Sorting Lines

    MagicalLas committed Nov 2, 2018
    Copy the full SHA
    9733763 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f48c709 View commit details
    Browse the repository at this point in the history
  8. Change struct to class

    also sorting lines
    MagicalLas committed Nov 2, 2018
    Copy the full SHA
    afd6eb7 View commit details
    Browse the repository at this point in the history