Skip to content

Commit

Permalink
Merge branch 'development' into repacker
Browse files Browse the repository at this point in the history
  • Loading branch information
zz committed Jul 15, 2024
2 parents ee815a9 + 3d61a81 commit 15ca837
Show file tree
Hide file tree
Showing 203 changed files with 1,784 additions and 93,213 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/db_dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: vmangos Development DB Dump

on:
push:
branches:
- development
paths:
- '**.sql'
- '.github/workflows/db_dump.yml'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Windows Development Release

on:
push:
branches:
- development
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.github/ISSUE_TEMPLATE.md'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vmangos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get -qq update
sudo apt-get -qq install build-essential cmake cppcheck git libace-dev libiberty-dev libmysql++-dev libssl-dev libtbb-dev make openssl libreadline-dev
sudo apt-get -qq install build-essential cmake cppcheck git libace-dev libiberty-dev libmysql++-dev libssl-dev libtbb-dev make openssl
#windows dependencies
- name: windows dependencies
if: matrix.os == 'windows-2019'
Expand Down
2 changes: 1 addition & 1 deletion dep/include/g3dlite/G3D/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw) {\
# define __stdcall __attribute__((stdcall))
# endif

# elif defined(__x86_64__) || defined(__arm) || defined(__aarch64__)
# elif defined(__x86_64__) || defined(__arm) || defined(__arm__) || defined(__aarch64__)

# ifndef __cdecl
# define __cdecl
Expand Down
1 change: 0 additions & 1 deletion dep/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ endif()
add_subdirectory(g3dlite)
add_subdirectory(gsoap)
if(WIN32)
add_subdirectory(readline)
add_subdirectory(zlib)
endif()
10 changes: 0 additions & 10 deletions dep/src/readline/.gitignore

This file was deleted.

Loading

0 comments on commit 15ca837

Please sign in to comment.